JDK-8190862 : Interpreter never refills TLAB
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 10
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2017-11-07
  • Updated: 2018-07-17
  • Resolved: 2018-01-10
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11
11Fixed
Related Reports
Relates :  
Sub Tasks
JDK-8191027 :  
JDK-8191985 :  
JDK-8191986 :  
JDK-8191987 :  
JDK-8191988 :  
JDK-8191989 :  
Description
When using SerialGC or ParallelGC(and non-numa) interpreter never refills TLAB. After the first TLAB allocations we end up with bump the pointer on eden which can lead to performance issue with contented CAS operations. Both JFR memory leak and google low overhead profiler cannot profile with the inconsistent handling of TLAB refills in Interpreter.