JDK-8206271 : CodeHeap State Analytics must digest new method state
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 11
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2018-07-03
  • Updated: 2018-07-19
  • Resolved: 2018-07-16
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 b23Fixed 12Fixed
Related Reports
Relates :  
Relates :  
Description
Some time ago, the CompiledMethod state enum (declared in share/code/compiledMethod.hpp) was expanded by a new state called "not_installed". CodeHeap State Analytics must be enhanced to gracefully handle the new state. 
Comments
ILW = CodeHeap State Analysis does not handle 'not_installed' method states, with diagnostic command, no workaround = MMH = P3
03-07-2018

The not_installed state was added by JDK-8043070.
03-07-2018