RFR: 8267800: Remove the '_dirty' set in BCEscapeAnalyzer
Tobias Hartmann
thartmann at openjdk.java.net
Thu May 27 07:00:03 UTC 2021
On Wed, 26 May 2021 14:29:35 GMT, Denghui Dong <ddong 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.
-------------
Marked as reviewed by thartmann (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/4208
More information about the hotspot-compiler-dev
mailing list