RFR: 8279016: JFR Leak Profiler is broken with Shenandoah [v9]

Aleksey Shipilev shade at openjdk.org
Tue Nov 5 10:11:30 UTC 2024


On Tue, 5 Nov 2024 09:58:10 GMT, Erik Gahlin <egahlin at openjdk.org> wrote:

> I'm not sure why all these tests are run with Shenandoah (or any specific GC).

It is common to run tests with specific VM options overridden/amended for extensive testing. For example, `make test TEST=jdk_jfr TEST_VM_OPTS=-XX:+UseShenandoahGC`. This is why OpenJDK test suites generally accept `@requires` filters that can test if we are running in a particular configuration the test is not supposed to work in.

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

PR Comment: https://git.openjdk.org/jdk/pull/20328#issuecomment-2456755843


More information about the hotspot-jfr-dev mailing list