--- old/test/hotspot/jtreg/compiler/ciReplay/SABase.java 2020-05-01 02:26:56.469206486 -0700 +++ new/test/hotspot/jtreg/compiler/ciReplay/SABase.java 2020-05-01 02:26:56.141200176 -0700 @@ -133,15 +133,6 @@ 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); - } - } } }