# HG changeset patch # User amlu # Date 1448266473 -28800 # Node ID 19a97dc4cb268489aaa5586b4b36ed101f6f92cb # Parent 8e42083c7bc8af95dbd5a2dce99999236b94ba7f 8143583: Several tests don't work with latest jtreg due to non-existing files in @build Reviewed-by: alanb, sla diff -r 8e42083c7bc8 -r 19a97dc4cb26 jdk/test/com/sun/jdi/DoubleAgentTest.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 */ diff -r 8e42083c7bc8 -r 19a97dc4cb26 jdk/test/com/sun/jdi/SuspendNoFlagTest.java --- 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 */ diff -r 8e42083c7bc8 -r 19a97dc4cb26 jdk/test/com/sun/management/HotSpotDiagnosticMXBean/DumpHeap.java --- 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 { diff -r 8e42083c7bc8 -r 19a97dc4cb26 jdk/test/sun/tools/jmap/BasicJMapTest.java --- 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 {