< prev index next >

test/runtime/contended/Inheritance1.java

Print this page
rev 10304 : [mq]: jake_pre_integ

@@ -41,11 +41,11 @@
 /*
  * @test
  * @bug     8012939
  * @summary \@Contended doesn't work correctly with inheritance
  *
- * @modules java.base/sun.misc
+ * @modules java.base/jdk.internal.vm.annotation
  * @run main/othervm -XX:-RestrictContended Inheritance1
  */
 public class Inheritance1 {
 
     private static final Unsafe U;
< prev index next >