JDK-8215205 : javaVFrame much slower than vframeStream
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 11,12
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-12-11
  • Updated: 2024-04-15
  • Resolved: 2018-12-18
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 JDK 13
11.0.21.0.0.1-oracleFixed 12 b25Fixed 13Fixed
Related Reports
Blocks :  
Relates :  
Description
javaVFrame provides extended frame information, but vframeStream is lighter weight.  If you need extended frame information for every frame, use javaVFrame.  If you need extended frame information only for select frames, there is no convenient way to go from vframeStream to javaVFrame.
Comments
URL: http://hg.openjdk.java.net/jdk/jdk12/rev/2f41e4935c34 User: dlong Date: 2018-12-18 20:58:22 +0000
18-12-2018

ILW = Same as blocked issue (8214329) = P3
11-12-2018

I made this a P3 because it blocks JDK-8214329.
11-12-2018