RFR: 8303276: Secondary assertion failure in AdapterHandlerLibrary::contains during crash reporting
    David Holmes 
    dholmes at openjdk.org
       
    Tue Apr 18 07:47:43 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.
Not sure I agree with this. If there is code that gets called on the error-handler path and it can't be called due to issues like this then we need to know about that and try to fix the code. Ignoring the need for locking or safepoints could just lead to different secondary crashes.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13500#issuecomment-1512610841
    
    
More information about the hotspot-runtime-dev
mailing list