RFR: 8252966: CI: Remove KILL_COMPILE_ON_FATAL_ and KILL_COMPILE_ON_ANY macros
Roberto Castañeda Lozano
github.com+8792647+robcasloz at openjdk.java.net
Tue Sep 15 18:58:50 UTC 2020
On Tue, 15 Sep 2020 18:50:16 GMT, Nils Eliasson <neliasso at openjdk.org> wrote:
>> Remove the `KILL_COMPILE_ON_FATAL_` and `KILL_COMPILE_ON_ANY` macros, replacing uses of `KILL_COMPILE_ON_FATAL_` with
>> `CHECK_AND_CLEAR_`. Unlike `KILL_COMPILE_ON_FATAL_`, `CHECK_AND_CLEAR_` ignores `ThreadDeath` exceptions, which
>> compiler threads should not receive anyway.
>
> Looks good!
Thank you Vladimir and Nils!
-------------
PR: https://git.openjdk.java.net/jdk/pull/191
More information about the hotspot-compiler-dev
mailing list