RFR: 8294271: make bootcycle-images fails after JDK-8289610
    Aleksey Shipilev 
    shade at openjdk.org
       
    Fri Sep 23 11:38:13 UTC 2022
    
    
  
On Fri, 23 Sep 2022 11:03:52 GMT, Jie Fu <jiefu at openjdk.org> wrote:
> Hi all,
> 
> Since `ThreadDeath` would be deprecated soon, I assume it's fine to just remove it.
> 
> Thanks.
> Best regards,
> Jie
This looks fine, and the current use of `ThreadDeath` does not even seem correct (you have to rethrow it). But I wonder if this should be the subtask of https://bugs.openjdk.org/browse/JDK-8289610, like "Remove use of ThreadDeath from make utilities"?
-------------
PR: https://git.openjdk.org/jdk/pull/10406
    
    
More information about the build-dev
mailing list