[jdk17] RFR: 8268723: Problem list SA core file tests on OSX when using ZGC
Chris Plummer
cjplummer at openjdk.java.net
Tue Jun 15 17:01:43 UTC 2021
On Tue, 15 Jun 2021 16:08:51 GMT, Daniel D. Daugherty <dcubed at openjdk.org> wrote:
> I noticed that runtime/ErrorHandling/CreateCoredumpOnCrash.java is
> not in this list. That's okay, but I think we've seen failures related to that
> test also. Is that test going to be handled with a different bug?
That test doesn't use ZGC on the spawned process that the core is created for, even when the test is run with -XX:+UseZGC. We've seen it fail in the past only after an OSX 11 host has already been put in a bad state, and refuses to produce a core file successfully for any test, I believe even ones that crash.
-------------
PR: https://git.openjdk.java.net/jdk17/pull/50
More information about the serviceability-dev
mailing list