# HG changeset patch # User suruga # Date 1514619067 -32400 # Node ID 3e00000949aaa50e9da6a7fa60e3c8ed36a23f64 # Parent 106f50cb7dd9a054d6ba59f56d596b6dc17c37b6 remove sun.oops diff -r 106f50cb7dd9 -r 3e00000949aa src/main/java/alice/codesegment/CodeSegment.java --- a/src/main/java/alice/codesegment/CodeSegment.java Thu Dec 07 19:02:57 2017 +0900 +++ b/src/main/java/alice/codesegment/CodeSegment.java Sat Dec 30 16:31:07 2017 +0900 @@ -14,7 +14,7 @@ import javassist.*; import javassist.compiler.ast.Pair; import javassist.tools.reflect.Sample; -import sun.jvm.hotspot.oops.Instance; +//import sun.jvm.hotspot.oops.Instance; public abstract class CodeSegment implements Runnable { @@ -98,4 +98,4 @@ this.priority = priority; } -} \ No newline at end of file +}