mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-30 15:22:41 +00:00
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:
parent
138d45b476
commit
dad26e258c
@ -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
|
||||
*/
|
||||
|
||||
@ -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
|
||||
*/
|
||||
|
||||
@ -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 {
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user