RFR: 8331185: Enable compiler memory limits in debug builds [v9]
Thomas Stuefe
stuefe at openjdk.org
Sat May 4 08:28:02 UTC 2024
On Sat, 4 May 2024 05:29:01 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
> Looks like `memlimit,TestFindNode::test,0` does not work. The test failed with stress flags [JDK-8331283](https://bugs.openjdk.org/browse/JDK-8331283) on linux-aarch64 (Ampere). With the same call stack. I see `-XX:CompileCommand=memlimit,TestFindNode::test,0` in flags passed to test.
I fixed the error, a simple typo (forgot to properly name the class in the option). Retested locally on Mac m1, confirmed that the test passes with this commit, fails without it. I am not sure what went wrong, since I did these tests beforehand. Maybe I pushed the wrong version.
That is slightly concerning, however, since the error should have come up at SAP too. I guess they don't test with all these stress options.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/18969#issuecomment-2094076704
More information about the hotspot-compiler-dev
mailing list