mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
Merge
This commit is contained in:
commit
e2e8ee17d0
1861 changed files with 47312 additions and 11099 deletions
|
@ -50,7 +50,6 @@ import compiler.testlibrary.rtm.predicate.SupportedVM;
|
|||
import jdk.internal.misc.Unsafe;
|
||||
import jdk.test.lib.Asserts;
|
||||
import jdk.test.lib.process.OutputAnalyzer;
|
||||
import jdk.test.lib.unsafe.UnsafeHelper;
|
||||
import jdk.test.lib.cli.CommandLineOptionTest;
|
||||
import jdk.test.lib.cli.predicate.AndPredicate;
|
||||
|
||||
|
@ -143,7 +142,7 @@ public class TestRTMLockingThreshold extends CommandLineOptionTest {
|
|||
@SuppressWarnings("UnsuedDeclaration")
|
||||
private static int field = 0;
|
||||
private static final int TOTAL_ITERATIONS = 10000;
|
||||
private static final Unsafe UNSAFE = UnsafeHelper.getUnsafe();
|
||||
private static final Unsafe UNSAFE = Unsafe.getUnsafe();
|
||||
private final Object monitor = new Object();
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue