JDK-8296443 : NMT: Remove cmdline_tracking_level handling code
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 17,20
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-11-06
  • Updated: 2022-11-07
  • Resolved: 2022-11-07
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 20
20 masterFixed
Related Reports
Relates :  
Description
NMT tracking level had been mirrored by `_cmdline_tracking_level` to notice tracking level degradation due to resource exhaustion.

All that tracking level handling has simplified with 8256844: "Make NMT late-initializable". So this coding is not needed anymore.
Comments
Changeset: 51f8e9b0 Author: Thomas Stuefe <stuefe@openjdk.org> Date: 2022-11-07 05:59:25 +0000 URL: https://git.openjdk.org/jdk/commit/51f8e9b0e127739e36f2d9136bd1618be7d828b7
07-11-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/11006 Date: 2022-11-06 09:03:00 +0000
06-11-2022