JDK-8044761 : Extend MDO to record all reasons per bci
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 9,10
  • Priority: P3
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2014-06-04
  • Updated: 2022-05-17
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.
Other
tbdUnresolved
Related Reports
Relates :  
Description
Today we only record uncommon traps taken for the first 7 Reasons. On 64-bit VMs the field (_header) in MDO DataLayout is already an intptr_t (64-bit on 64-bit VM) but we only use 32. For 32-bit VMs we need to extend the field.
Comments
Actually my fix only extends space dedicated to reasons but it doesn't change all reasons to be per bci. Assigning that back to Rickard.
01-06-2018

I have a fix for this so I'm assigning it to me.
01-06-2018