RFR: 8302262: Remove -XX:SuppressErrorAt develop option
    Thomas Stuefe 
    stuefe at openjdk.org
       
    Sat Feb 11 11:34:25 UTC 2023
    
    
  
On Sat, 11 Feb 2023 03:17:38 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:
> Please review this change which removes the -XX:SuppressErrorAt develop option
> and the associated implementation.
Stupid question, what happens if a function is decorated with noreturn and you return? E.g. in case of the `Debugging` switch? Or by just falling off the function, failing to call exit or abort?
-------------
PR: https://git.openjdk.org/jdk/pull/12521
    
    
More information about the hotspot-dev
mailing list