JDK-8155228 : CodeBlob ctor virtual call on partially constructed subclass
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2016-04-27
  • Updated: 2016-06-20
  • Resolved: 2016-06-20
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
9Resolved
Related Reports
Duplicate :  
Duplicate :  
Relates :  
Description
The CodeBlob constructor makes calls that can trigger virtual calls on the partially-constructed subclass object. For example is_nmethod() will return false intially, but true after we finish the subclass constructor.
Comments
This was closed by the fix for JDK-8152664.
29-04-2016

Filed this bug because the original bug (JDK-8151956) was used by accident as the BugID of another fix. History of this bug available in JDK-8151956.
27-04-2016