--- old/test/hotspot/jtreg/compiler/ciReplay/SABase.java 2020-05-20 18:03:56.090606895 -0700 +++ new/test/hotspot/jtreg/compiler/ciReplay/SABase.java 2020-05-20 18:03:55.754600444 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 2020, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -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); - } - } } }