RFR: 8316328: Shenandoah: jdk/jfr/event/oldobject/TestSanityDefault.java times out for some heap sizes

Aleksey Shipilev shade at openjdk.org
Wed May 22 09:27:02 UTC 2024


On Fri, 10 May 2024 00:08:39 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

> This is a request to limit the memory used by the test, otherwise it could run "forever" on huge heaps.

test/jdk/jdk/jfr/event/oldobject/TestSanityDefault.java line 40:

> 38:  * @library /test/lib /test/jdk
> 39:  * @summary Purpose of this test is to run leak profiler without command line tweaks or WhiteBox hacks until we succeed
> 40:  * @run main/othervm -mx64m jdk.jfr.event.oldobject.TestSanityDefault

Should it be `-Xmx`? I understand `-mx` is de jure standard, but we use `-Xmx` everywhere.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/19163#discussion_r1609580957


More information about the hotspot-jfr-dev mailing list