mirror of
https://github.com/openjdk/jdk.git
synced 2026-07-29 12:23:39 +00:00
Due to unrestrained initial heap size more garbage collections than expected could be started, confusing the test. Fix the initial heap size for the test to make them pass. Reviewed-by: tbenson, dfazunen, dcubed