8151196: Several tests fail due to test library not found
authorsla
Wed, 09 Mar 2016 12:30:39 +0100
changeset 37047 ba4d0448cc09
parent 37046 88fbf4e7b9c6
child 37049 76b0378cf033
8151196: Several tests fail due to test library not found Reviewed-by: ctornqvi, brutisso
hotspot/test/gc/g1/plab/TestPLABPromotion.java
hotspot/test/gc/g1/plab/TestPLABResize.java
hotspot/test/serviceability/dcmd/gc/HeapDumpAllTest.java
hotspot/test/serviceability/dcmd/gc/HeapDumpTest.java
--- a/hotspot/test/gc/g1/plab/TestPLABPromotion.java	Wed Mar 09 09:56:10 2016 +0100
+++ b/hotspot/test/gc/g1/plab/TestPLABPromotion.java	Wed Mar 09 12:30:39 2016 +0100
@@ -27,7 +27,7 @@
  * @summary Test PLAB promotion
  * @requires vm.gc=="G1" | vm.gc=="null"
  * @requires vm.opt.FlightRecorder != true
- * @library /testlibrary /../../test/lib /
+ * @library /testlibrary /test/lib /
  * @modules java.management
  * @build ClassFileInstaller
  *        sun.hotspot.WhiteBox
--- a/hotspot/test/gc/g1/plab/TestPLABResize.java	Wed Mar 09 09:56:10 2016 +0100
+++ b/hotspot/test/gc/g1/plab/TestPLABResize.java	Wed Mar 09 12:30:39 2016 +0100
@@ -27,7 +27,7 @@
  * @summary Test for PLAB resizing
  * @requires vm.gc=="G1" | vm.gc=="null"
  * @requires vm.opt.FlightRecorder != true
- * @library /testlibrary /../../test/lib /
+ * @library /testlibrary /test/lib /
  * @modules java.management
  * @build ClassFileInstaller
  *        sun.hotspot.WhiteBox
--- a/hotspot/test/serviceability/dcmd/gc/HeapDumpAllTest.java	Wed Mar 09 09:56:10 2016 +0100
+++ b/hotspot/test/serviceability/dcmd/gc/HeapDumpAllTest.java	Wed Mar 09 12:30:39 2016 +0100
@@ -35,7 +35,7 @@
  * @build jdk.test.lib.hprof.*
  * @build jdk.test.lib.hprof.model.*
  * @build jdk.test.lib.hprof.parser.*
- * @build jdk.test.lib.hprof.utils.*
+ * @build jdk.test.lib.hprof.util.*
  * @build HeapDumpTest
  * @run testng HeapDumpAllTest
  */
--- a/hotspot/test/serviceability/dcmd/gc/HeapDumpTest.java	Wed Mar 09 09:56:10 2016 +0100
+++ b/hotspot/test/serviceability/dcmd/gc/HeapDumpTest.java	Wed Mar 09 12:30:39 2016 +0100
@@ -51,7 +51,7 @@
  * @build jdk.test.lib.hprof.*
  * @build jdk.test.lib.hprof.model.*
  * @build jdk.test.lib.hprof.parser.*
- * @build jdk.test.lib.hprof.utils.*
+ * @build jdk.test.lib.hprof.util.*
  * @run testng HeapDumpTest
  */
 public class HeapDumpTest {