< prev index next >

test/compiler/jvmci/compilerToVM/DisassembleCodeBlobTest.java

Print this page
rev 11557 : 8132919: use package in compiler tests
Reviewed-by: duke

*** 45,61 **** * compiler.jvmci.compilerToVM.DisassembleCodeBlobTest */ package compiler.jvmci.compilerToVM; - import jdk.vm.ci.hotspot.CompilerToVMHelper; - import jdk.vm.ci.code.InstalledCode; import jdk.test.lib.Asserts; import sun.hotspot.code.NMethod; import java.util.List; - import jdk.test.lib.Utils; public class DisassembleCodeBlobTest { public static void main(String[] args) { DisassembleCodeBlobTest test --- 45,61 ---- * compiler.jvmci.compilerToVM.DisassembleCodeBlobTest */ package compiler.jvmci.compilerToVM; import jdk.test.lib.Asserts; + import jdk.test.lib.Utils; + import jdk.vm.ci.code.InstalledCode; + import jdk.vm.ci.hotspot.CompilerToVMHelper; import sun.hotspot.code.NMethod; import java.util.List; public class DisassembleCodeBlobTest { public static void main(String[] args) { DisassembleCodeBlobTest test
< prev index next >