RFR: 8292674: ReportJNIFatalError should print all java frames

Alan Bateman alanb at openjdk.org
Wed Dec 7 20:42:02 UTC 2022


On Wed, 7 Dec 2022 18:09:56 GMT, Patricio Chilano Mateo <pchilanomate at openjdk.org> wrote:

> Don't we need @requires vm.continuations also? I remember having failures on the linux-x86 tests because of this, but don't see those runs in your Github actions to double check.

You can quickly test this by running the test with -XX:-VMContinuations rather than waiting for GHA. I suspect it should pass as this test is just checking for the "FATAL ERROR" and bad param strings so should be okay with the alt implementation of virtual threads used on x86_32 and other platforms without a port.

-------------

PR: https://git.openjdk.org/jdk/pull/11503


More information about the hotspot-dev mailing list