Mercurial > hg > Database > Alice
changeset 638:3e00000949aa
remove sun.oops
author | suruga |
---|---|
date | Sat, 30 Dec 2017 16:31:07 +0900 |
parents | 106f50cb7dd9 |
children | 8d9f35701fdb |
files | src/main/java/alice/codesegment/CodeSegment.java |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 +}