< prev index next >

test/runtime/contended/DefaultValue.java

Print this page
rev 10304 : [mq]: jake_pre_integ

*** 41,51 **** /* * @test * @bug 8014509 * @summary \@Contended: explicit default value behaves differently from the implicit value * ! * @modules java.base/sun.misc * @run main/othervm -XX:-RestrictContended DefaultValue */ public class DefaultValue { private static final Unsafe U; --- 41,51 ---- /* * @test * @bug 8014509 * @summary \@Contended: explicit default value behaves differently from the implicit value * ! * @modules java.base/jdk.internal.vm.annotation * @run main/othervm -XX:-RestrictContended DefaultValue */ public class DefaultValue { private static final Unsafe U;
< prev index next >