RFR: 8331185: Enable compiler memory limits in debug builds [v10]
Thomas Stuefe
stuefe at openjdk.org
Tue May 7 04:27:12 UTC 2024
On Sat, 4 May 2024 18:29:20 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
> `-XX:CompileCommand=memstat,compiler.c2.TestFindNode::*,print` - leftover from debugging?
I tend to leave debug output in, if its not too large, to speed up any follow-up fixes I need to do later. But then, I did not do it consistently anyway, so I removed the output.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/18969#issuecomment-2097419843
More information about the hotspot-compiler-dev
mailing list