On Fri, 16 Aug 2024 05:41:01 GMT, Chris Plummer <cjplum...@openjdk.org> wrote:
> com/sun/jdi/ThreadMemoryLeakTest.java purposely runs with a small heap so it > is easier to detect a memory leak with an OOME. Running without compressed > oops uses more memory leading to an OOME even though there is no leak. We > should require that this test be run only with compressed oops. > > Tested by running just this test without compress oops and verifying that the > test is not run, and also running with compressed oops and verifying that it > is run. I also did an `-Xcomp` run to verify that it still is not run with > `-Xcomp`. Ping! This is a pretty trivial change. Easy to review. ------------- PR Comment: https://git.openjdk.org/jdk/pull/20606#issuecomment-2297114919