8143583: Several tests don't work with latest jtreg due to non-existing files in @build

Reviewed-by: alanb, sla
This commit is contained in:
Amy Lu 2015-11-23 16:14:33 +08:00
parent 138d45b476
commit dad26e258c
4 changed files with 6 additions and 6 deletions

View File

@ -31,7 +31,7 @@ import jdk.testlibrary.Utils;
*
* @library /lib/testlibrary
* @modules java.management
* @build jdk.testlibarary.*
* @build jdk.testlibrary.*
* @build DoubleAgentTest Exit0
* @run driver DoubleAgentTest
*/

View File

@ -29,7 +29,7 @@ import jdk.testlibrary.ProcessTools;
* @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
*/

View File

@ -41,9 +41,9 @@ import com.sun.management.HotSpotDiagnosticMXBean;
* @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 {

View File

@ -42,9 +42,9 @@ import jdk.testlibrary.ProcessTools;
* @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 {