JDK-8186322 : Interned string and symbol table leak memory during parallel unlinking
  • Type: Backport
  • Backport of: JDK-8180048
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 8u144
  • Priority: P1
  • Status: Closed
  • Resolution: Fixed
  • OS: other
  • CPU: generic
  • Submitted: 2017-08-17
  • Updated: 2017-08-28
  • Resolved: 2017-08-17
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 8 JDK 9
8u144 b32Fixed 9Fixed
Comments
Verified using the test program on Linux. With 8u131 Symbol (reserved=798244KB, committed=798244KB) // 779M (malloc=797757KB #99679) (arena=488KB #1) With 8u144 b32 Symbol (reserved=39588KB, committed=39588KB) // 38M (malloc=39101KB #4847) (arena=488KB #1)
28-08-2017