JDK-7085860 : JSR 292: implement CallSite.setTargetNormal and setTargetVolatile as native methods
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: hs22
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2011-09-01
  • Updated: 2012-01-31
  • Resolved: 2011-09-30
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 7 JDK 8 Other
7u2Fixed 8Fixed hs22Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
The current push notification of CallSites disallows the compilation of CallSite.setTargetNormal and setTargetVolatile to get correct behavior.  It would be much easier and cleaner if these two methods were native methods in the JVM.

Comments
EVALUATION This is the JDK part of this change: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/2a147f854257
12-01-2012

EVALUATION See main CR
24-09-2011

EVALUATION See main CR
12-09-2011

EVALUATION http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/b0efc7ee3b31
08-09-2011