RFR: 8277866: gc/epsilon/TestMemoryMXBeans.java failed with wrong initial heap size
Thomas Schatzl
tschatzl at openjdk.java.net
Tue Nov 30 08:52:02 UTC 2021
On Fri, 26 Nov 2021 11:47:54 GMT, Takuya Kiriyama <duke at openjdk.java.net> wrote:
> I would like to fix the bug reported in JDK-8277866.
> There is a typo in test/hotspot/jtreg/gc/epsilon/TestMemoryMXBeans.java as suggested in the issue.
> The second test case is expected to run with -Xms in addition to -Xmx option. However, -Xmx option appears twice in the test.
> This typo causes a failure of the test, and after fixing this typo, the test successfully passed.
> Although ProblemList contains TestMemoryMXBeans.java, this typo should be fixed.
Lgtm. Thanks for spotting this.
-------------
Marked as reviewed by tschatzl (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/6574
More information about the hotspot-gc-dev
mailing list