RFR: 8303276: Secondary assertion failure in AdapterHandlerLibrary::contains during crash reporting
Coleen Phillimore
coleenp at openjdk.org
Tue Apr 18 13:03:48 UTC 2023
On Mon, 17 Apr 2023 18:57:50 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
> Don't check lock ownership if an error has been reported.
> Ran tier1-4 tests which include some intentionally crashing tests.
I disagree. In almost all cases of error handling, we should not let a locked check prevent error reporting. Playing whack-a-mole with the locations is not sustainable. And noisy in the code.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13500#issuecomment-1513084775
More information about the hotspot-runtime-dev
mailing list