# HG changeset patch # User azeller # Date 1575303002 -3600 # Mon Dec 02 17:10:02 2019 +0100 # Node ID 47e198dd69f2582cd3ccc2155902ccd4faeccc17 # Parent 73da8751c3954a1634cbdff952c66d4f7586d39d 8234696: tools/jlink/plugins/VendorInfoPluginsTest.java times out diff --git a/test/jdk/tools/jlink/plugins/VendorInfoPluginsTest.java b/test/jdk/tools/jlink/plugins/VendorInfoPluginsTest.java --- a/test/jdk/tools/jlink/plugins/VendorInfoPluginsTest.java +++ b/test/jdk/tools/jlink/plugins/VendorInfoPluginsTest.java @@ -83,6 +83,7 @@ + (System.getProperty("os.name").startsWith("Windows") ? ".exe" : "")).toString(); var oa = ProcessTools.executeProcess(launcher, + "-Xmx64m", "-XshowSettings:properties", "--version"); oa.stderrShouldMatch("^ +java.vendor.url.bug = " + BUG_URL + "$"); @@ -92,6 +93,8 @@ // VM error log oa = ProcessTools.executeProcess(launcher, + "-Xmx64m", + "-XX:-CreateCoredumpOnCrash", "--class-path", System.getProperty("test.classes"), "VendorInfoPluginsTest$Crasher");