< prev index next >

test/compiler/runtime/cr6891750/Test6891750.java

Print this page

        

@@ -24,14 +24,15 @@
 
 /**
  * @test
  * @bug 6891750
  * @summary deopt blob kills values in O5
- *
- * @run main Test6891750
+ * @run main compiler.runtime.cr6891750.Test6891750
  */
 
+package compiler.runtime.cr6891750;
+
 abstract class Base6891750 extends Thread {
     abstract public long m();
 }
 class Other6891750 extends Base6891750 {
     public long m() {
< prev index next >