aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authoriignatyev <none@none>2014-04-24 14:02:48 +0400
committeriignatyev <none@none>2014-04-24 14:02:48 +0400
commitb241c46e37fbb31847970e3917900aebf352c9c0 (patch)
treebeb460cf344782dc615a52a0d7229885f6f9e962 /test
parentab7a5c4c1bd135ca118feb45594f63903eadf8ec (diff)
8041497: Compilation of compiler/rtm/cli/TestUseRTMDeoptOption* tests failed
Reviewed-by: kvn, roland
Diffstat (limited to 'test')
-rw-r--r--test/compiler/rtm/cli/TestUseRTMDeoptOptionOnSupportedConfig.java2
-rw-r--r--test/compiler/rtm/cli/TestUseRTMDeoptOptionOnUnsupportedConfig.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/compiler/rtm/cli/TestUseRTMDeoptOptionOnSupportedConfig.java b/test/compiler/rtm/cli/TestUseRTMDeoptOptionOnSupportedConfig.java
index 46582e570..54a7d6389 100644
--- a/test/compiler/rtm/cli/TestUseRTMDeoptOptionOnSupportedConfig.java
+++ b/test/compiler/rtm/cli/TestUseRTMDeoptOptionOnSupportedConfig.java
@@ -27,7 +27,7 @@
* @bug 8031320
* @summary Verify UseRTMDeopt option processing on CPUs with rtm support
* when rtm locking is supported by VM.
- * @library /testlibrary /testlibrary/whitebox
+ * @library /testlibrary /testlibrary/whitebox /compiler/testlibrary
* @build TestUseRTMDeoptOptionOnSupportedConfig
* @run main ClassFileInstaller sun.hotspot.WhiteBox
* @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
diff --git a/test/compiler/rtm/cli/TestUseRTMDeoptOptionOnUnsupportedConfig.java b/test/compiler/rtm/cli/TestUseRTMDeoptOptionOnUnsupportedConfig.java
index a90208ffc..332bd4531 100644
--- a/test/compiler/rtm/cli/TestUseRTMDeoptOptionOnUnsupportedConfig.java
+++ b/test/compiler/rtm/cli/TestUseRTMDeoptOptionOnUnsupportedConfig.java
@@ -27,7 +27,7 @@
* @bug 8031320
* @summary Verify UseRTMDeopt option processing on CPUs without rtm support
* or on VMs without rtm locking support.
- * @library /testlibrary /testlibrary/whitebox
+ * @library /testlibrary /testlibrary/whitebox /compiler/testlibrary
* @build TestUseRTMDeoptOptionOnUnsupportedConfig
* @run main ClassFileInstaller sun.hotspot.WhiteBox
* @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions