8319338: tools/jpackage/share/RuntimeImageTest.java fails with -XX:+UseZGC

Reviewed-by: almatvee, alanb
This commit is contained in:
Alexey Semenyuk 2023-11-07 17:07:43 +00:00
parent 8eb6f617b3
commit e9eb8b98f4

View File

@ -38,7 +38,7 @@ import jdk.jpackage.test.Executor;
* @build jdk.jpackage.test.*
* @modules jdk.jpackage/jdk.jpackage.internal
* @compile RuntimeImageTest.java
* @run main/othervm/timeout=1400 -Xmx512m jdk.jpackage.test.Main
* @run main/othervm/timeout=1400 jdk.jpackage.test.Main
* --jpt-run=RuntimeImageTest
*/