Integrated: 8277866: gc/epsilon/TestMemoryMXBeans.java failed with wrong initial heap size

KIRIYAMA Takuya duke at openjdk.java.net
Wed Dec 1 12:50:31 UTC 2021


On Fri, 26 Nov 2021 11:47:54 GMT, KIRIYAMA Takuya <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.

This pull request has now been integrated.

Changeset: 37ff7f3b
Author:    KIRIYAMA Takuya <kiriyama.takuya at fujitsu.com>
Committer: Aleksey Shipilev <shade at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/37ff7f3b66eaa74d62d6a93f2f34ec744db21834
Stats:     1 line in 1 file changed: 0 ins; 0 del; 1 mod

8277866: gc/epsilon/TestMemoryMXBeans.java failed with wrong initial heap size

Reviewed-by: tschatzl, shade

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

PR: https://git.openjdk.java.net/jdk/pull/6574



More information about the hotspot-gc-dev mailing list