< prev index next >

test/runtime/contended/Inheritance1.java

Print this page
rev 10304 : [mq]: jake_pre_integ

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