< prev index next >

test/hotspot/jtreg/compiler/ciReplay/SABase.java

Print this page
rev 59103 : imported patch hotspot

*** 131,147 **** String out = oa.getOutput().trim(); // cut win/*nix newlines if (!out.equals("unlimited") && !out.equals("-1")) { throw new Error("Unable to set limits"); } } - if (Platform.isSolaris()) { - try { - OutputAnalyzer oa = ProcessTools.executeProcess("coreadm", "-p", "core", - "" + ProcessHandle.current().pid()); - oa.shouldHaveExitValue(0); - } catch (Throwable t) { - throw new Error("Can't launch coreadm: " + t, t); - } - } } } --- 131,138 ----
< prev index next >