JDK-8152664 : Support non-continuous CodeBlobs in HotSpot
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2016-03-24
  • Updated: 2024-03-29
  • Resolved: 2016-04-26
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 b120Fixed
Related Reports
Blocks :  
Duplicate :  
Relates :  
Relates :  
Description
We want to be able to have pieces of compiled code and metadata that are not located in one continuous piece of memory. Currently nmethod and CodeBlob all assume that the memory is continuous.
Comments
Used the wrong BugID (JDK-8151956) for the commit. This was fixed by: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/69d081845165
27-04-2016