8263549: 8263412 can cause jtreg testlibrary split

Reviewed-by: iklam, dcubed
This commit is contained in:
Igor Ignatyev 2021-03-13 14:51:53 +00:00
parent d339320e0b
commit a7aba2b61c
867 changed files with 1671 additions and 1736 deletions

View file

@ -29,8 +29,8 @@
* @library /test/jdk/lib/testlibrary /test/lib /test/hotspot/jtreg/runtime/cds/appcds
* @build sun.hotspot.WhiteBox
* @compile CheckArchivedModuleApp.java
* @run driver ClassFileInstaller -jar app.jar CheckArchivedModuleApp
* @run driver ClassFileInstaller -jar WhiteBox.jar sun.hotspot.WhiteBox
* @run driver jdk.test.lib.helpers.ClassFileInstaller -jar app.jar CheckArchivedModuleApp
* @run driver jdk.test.lib.helpers.ClassFileInstaller -jar WhiteBox.jar sun.hotspot.WhiteBox
* @run driver ArchivedModuleComboTest
*/