JDK-8209185 : TestOptionsWithRanges.java fails intermittently when checking TLABSize option
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 12
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2018-08-09
  • Updated: 2018-08-09
  • Resolved: 2018-08-09
Related Reports
Duplicate :  
Relates :  
Description
TestOptionsWithRanges may use too high values for TLABSize to be able to start up the VM.

The crash is similar to JDK-8200365.

Only affects serial, parallel and CMS gcs as G1 limits the maximum TLAB size significantly enough.