Integrated: 8267800: Remove the '_dirty' set in BCEscapeAnalyzer
Denghui Dong
ddong at openjdk.java.net
Thu May 27 08:40:11 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
This pull request has now been integrated.
Changeset: 7278f56b
Author: Denghui Dong <ddong at openjdk.org>
Committer: Tobias Hartmann <thartmann at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/7278f56bb6345d7b023516d0f44de71cd74ff264
Stats: 9 lines in 2 files changed: 0 ins; 9 del; 0 mod
8267800: Remove the '_dirty' set in BCEscapeAnalyzer
Reviewed-by: kvn, thartmann
-------------
PR: https://git.openjdk.java.net/jdk/pull/4208
More information about the hotspot-compiler-dev
mailing list