JDK-8208499 : NMT: Missing memory tag for Safepoint polling page
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 8,11,12
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-07-30
  • Updated: 2019-10-04
  • Resolved: 2018-07-31
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 JDK 12
11.0.5Fixed 12 b05Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
Missing NMT memory tag for global Safepoint polling page
Comments
Fix Request (11u) I would like to backport this patch to 11u. This patch eliminates an "unknown" virtual memory allocation in NMT (summary and details), due to missing memory tag, that results more precise and complete NMT statistics and output. The patch does not apply cleanly, due to line shifts in MemTracker::init_tracking_level(), introduced by JDK-8207139. The patch passed hotspot_nmt and manual tests.
31-07-2019