RFR: 8282024: add EscapeAnalysis statistics under PrintOptoStatistics [v14]

Cesar Soares duke at openjdk.java.net
Mon May 23 04:19:50 UTC 2022


On Sun, 22 May 2022 03:05:30 GMT, Xin Liu <xliu at openjdk.org> wrote:

>> You need to revert `escape_state_statistics` back to non static for this of cause.
>
> so you use the snapshot of first iteration. We assume Iterative EA can elide some non-escaped objects but can't change any object's category.  I think it is correct and indeed much simpler!

That was a great idea. Thank you all. I'll work with @aamarsh to do the changes.

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

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


More information about the hotspot-compiler-dev mailing list