mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 17:14:41 +02:00
8132920: use package in compiler testlibraries
Reviewed-by: kvn, psandoz
This commit is contained in:
parent
300dc664ff
commit
23e0d96f6e
130 changed files with 516 additions and 498 deletions
|
@ -27,12 +27,12 @@
|
|||
* @bug 8031320
|
||||
* @summary Verify UseRTMForStackLocks option processing on CPUs without
|
||||
* rtm support and/or on VMs without rtm locking support.
|
||||
* @library /testlibrary /test/lib /compiler/testlibrary
|
||||
* @library /testlibrary /test/lib /
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
* @build TestUseRTMForStackLocksOptionOnUnsupportedConfig
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
|
||||
* -XX:+WhiteBoxAPI
|
||||
* TestUseRTMForStackLocksOptionOnUnsupportedConfig
|
||||
|
@ -42,8 +42,8 @@ import jdk.test.lib.ExitCode;
|
|||
import jdk.test.lib.cli.CommandLineOptionTest;
|
||||
import jdk.test.lib.cli.predicate.AndPredicate;
|
||||
import jdk.test.lib.cli.predicate.NotPredicate;
|
||||
import rtm.predicate.SupportedCPU;
|
||||
import rtm.predicate.SupportedVM;
|
||||
import compiler.testlibrary.rtm.predicate.SupportedCPU;
|
||||
import compiler.testlibrary.rtm.predicate.SupportedVM;
|
||||
|
||||
public class TestUseRTMForStackLocksOptionOnUnsupportedConfig
|
||||
extends RTMGenericCommandLineOptionTest {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue