RFR: 8330103: Compiler memory statistics should keep separate records for C1 and C2
Thomas Stuefe
stuefe at openjdk.org
Sat Apr 13 05:57:40 UTC 2024
On Fri, 12 Apr 2024 18:28:07 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
> Looks fine. Can you give an example of new output?
Thanks, @vnkozlov .
Certainly: [x.txt](https://github.com/openjdk/jdk/files/14965446/x.txt)
The difference is subtle. Notice how we now see e.g. `StringCoding::countPositives` twice in the summary listing (lines 21 and 69), once for C1, once for C2.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/18740#issuecomment-2053516245
More information about the hotspot-compiler-dev
mailing list