RFR: 8286104: use aggressive liveness for unstable_if traps [v7]
Xin Liu
xliu at openjdk.java.net
Thu Jun 2 18:22:34 UTC 2022
On Wed, 1 Jun 2022 19:39:14 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
>> Xin Liu has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Remove useless flag. if jdwp is on, liveness_at_bci() marks all local
>> variables live.
>
> src/hotspot/share/opto/compile.cpp line 1864:
>
>> 1862: }
>> 1863:
>> 1864: void Compile::invalidate_unstable_if(CallStaticJavaNode* unc) {
>
> Add description comment for this method. What it is used for.
updated it. also rename it to remove_unstable_if().
-------------
PR: https://git.openjdk.java.net/jdk/pull/8545
More information about the hotspot-compiler-dev
mailing list