RFR: 8346051: MemoryTest fails when Shenandoah's generational mode is enabled
Y. Srinivas Ramakrishna
ysr at openjdk.org
Fri Dec 13 00:36:35 UTC 2024
On Thu, 12 Dec 2024 00:01:41 GMT, William Kemper <wkemper at openjdk.org> wrote:
> This test makes assertions about the number of gc manager beans and the number of memory pools. The generational mode for Shenandoah adds another memory pool.
test/jdk/java/lang/management/MemoryMXBean/MemoryTest.java line 62:
> 60: /*
> 61: * @test id=Genshen
> 62: * @bug 4530538
Idle thought: should this stay 4530538 (I suppose!), or should it be 8346051? :-)
Probably should stay 4530538 because of https://openjdk.org/jtreg/faq.html#how-do-i-run-only-tests-which-were-written-for-a-specific-bugid .
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/22695#discussion_r1883074087
More information about the serviceability-dev
mailing list