mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-13 22:15:05 +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