mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-26 18:20:28 +00:00
8129386: [TESTBUG] - com/sun/jdi/cds/*.java missing @build tag for libraries
Added @build tags for all dependent classes Reviewed-by: iklam, mseledtsov, dholmes
This commit is contained in:
parent
4fadd61148
commit
b95fa126c3
@ -31,6 +31,9 @@
|
||||
* jdk.jartool/sun.tools.jar
|
||||
* @library /lib/testlibrary
|
||||
* @library ..
|
||||
* @build jdk.testlibrary.*
|
||||
* @build TestScaffold VMConnection TargetListener TargetAdapter
|
||||
* @build CDSJDITest
|
||||
* @run compile -g ../BreakpointTest.java
|
||||
* @run main CDSBreakpointTest
|
||||
*/
|
||||
|
||||
@ -31,6 +31,9 @@
|
||||
* jdk.jartool/sun.tools.jar
|
||||
* @library /lib/testlibrary
|
||||
* @library ..
|
||||
* @build jdk.testlibrary.*
|
||||
* @build TestScaffold VMConnection TargetListener TargetAdapter
|
||||
* @build CDSJDITest
|
||||
* @run compile -g ../DeleteAllBkptsTest.java
|
||||
* @run main CDSDeleteAllBkptsTest
|
||||
*/
|
||||
|
||||
@ -31,6 +31,9 @@
|
||||
* jdk.jartool/sun.tools.jar
|
||||
* @library /lib/testlibrary
|
||||
* @library ..
|
||||
* @build jdk.testlibrary.*
|
||||
* @build TestScaffold VMConnection TargetListener TargetAdapter
|
||||
* @build CDSJDITest
|
||||
* @run compile -g ../FieldWatchpoints.java
|
||||
* @run main CDSFieldWatchpoints
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user