JDK-8145566 : PrintNMethods compile command broken since b89
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 9
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2015-12-16
  • Updated: 2017-08-17
  • Resolved: 2015-12-19
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 9
9 b103Fixed
Related Reports
Relates :  
Description
The following command works with JDK 9 b88 but not with b89:

java -XX:CompileCommand=option,javazoom.jl.decoder.LayerIIIDecoder::decodeFrame,PrintNMethods -jar SPECjvm2008.jar mpegaudio -ikv -i 5 -crf false

It should print the compilation of the decodeFrame method. Most likely this was caused by JDK-8135068.

The PrintIdealGraphLevel option is broken as well.