RFR: 8267800: Remove the '_dirty' set in BCEscapeAnalyzer

Denghui Dong ddong at openjdk.java.net
Thu May 27 08:30:06 UTC 2021


On Thu, 27 May 2021 06:56:53 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:

>> Hi,
>> 
>> Could I have a review of this change?
>> 
>> The content of `_dirty` in  `BCEscapeAnalyzer` is only updated when processing `_aaload`. And it will not affect the results of the analysis because its content is never used.
>> IIUC, I think we should remove this set.
>> 
>> Thanks,
>> Denghui
>
> Looks good.

Hi @TobiHartmann ,

It seems that your `/sponsor`  didn't take effect, could you sponsor it again?

Best,
Denghui

-------------

PR: https://git.openjdk.java.net/jdk/pull/4208


More information about the hotspot-compiler-dev mailing list