8143583: Several tests don't work with latest jtreg due to non-existing files in @build
authoramlu
Mon, 23 Nov 2015 16:14:33 +0800
changeset 34324 19a97dc4cb26
parent 34323 8e42083c7bc8
child 34325 9752a6661f8e
8143583: Several tests don't work with latest jtreg due to non-existing files in @build Reviewed-by: alanb, sla
jdk/test/com/sun/jdi/DoubleAgentTest.java
jdk/test/com/sun/jdi/SuspendNoFlagTest.java
jdk/test/com/sun/management/HotSpotDiagnosticMXBean/DumpHeap.java
jdk/test/sun/tools/jmap/BasicJMapTest.java
--- a/jdk/test/com/sun/jdi/DoubleAgentTest.java	Mon Sep 28 08:42:06 2015 -0700
+++ b/jdk/test/com/sun/jdi/DoubleAgentTest.java	Mon Nov 23 16:14:33 2015 +0800
@@ -31,7 +31,7 @@
  *
  * @library /lib/testlibrary
  * @modules java.management
- * @build jdk.testlibarary.*
+ * @build jdk.testlibrary.*
  * @build DoubleAgentTest Exit0
  * @run driver DoubleAgentTest
  */
--- a/jdk/test/com/sun/jdi/SuspendNoFlagTest.java	Mon Sep 28 08:42:06 2015 -0700
+++ b/jdk/test/com/sun/jdi/SuspendNoFlagTest.java	Mon Nov 23 16:14:33 2015 +0800
@@ -29,7 +29,7 @@
  * @summary Test for JDWP: -agentlib:jdwp=suspend=n hanging
  * @library /lib/testlibrary
  * @modules java.management
- * @build jdk.testlibarary.*
+ * @build jdk.testlibrary.*
  * @compile -g HelloWorld.java
  * @run driver SuspendNoFlagTest
  */
--- a/jdk/test/com/sun/management/HotSpotDiagnosticMXBean/DumpHeap.java	Mon Sep 28 08:42:06 2015 -0700
+++ b/jdk/test/com/sun/management/HotSpotDiagnosticMXBean/DumpHeap.java	Mon Nov 23 16:14:33 2015 +0800
@@ -41,9 +41,9 @@
  * @library /test/lib/share/classes
  * @build jdk.testlibrary.*
  * @build jdk.test.lib.hprof.*
- * @build jdk.test.lib.hprof.module.*
+ * @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 main DumpHeap
  */
 public class DumpHeap {
--- a/jdk/test/sun/tools/jmap/BasicJMapTest.java	Mon Sep 28 08:42:06 2015 -0700
+++ b/jdk/test/sun/tools/jmap/BasicJMapTest.java	Mon Nov 23 16:14:33 2015 +0800
@@ -42,9 +42,9 @@
  * @modules java.management
  * @build jdk.testlibrary.*
  * @build jdk.test.lib.hprof.*
- * @build jdk.test.lib.hprof.module.*
+ * @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 main/timeout=240 BasicJMapTest
  */
 public class BasicJMapTest {