JDK-7087357 : JSR 292: remove obsolete code after 7085860
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: hs22
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2011-09-06
  • Updated: 2013-09-04
  • Resolved: 2012-07-24
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
7u40Fixed 8Fixed hs24Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Relates :  
Description
These changes:

7071653: JSR 292: call site change notification should be pushed not pulled
7079673: JSR 292: C1 should inline bytecoded method handle adapters
7085404: JSR 292: VolatileCallSites should have push notification too

added code which can be removed if the JDK changes of 7085860 have landed.

Comments
EVALUATION http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/56c4f88474b3
24-07-2012

EVALUATION http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/56c4f88474b3
16-07-2012

EVALUATION These added code snippets can be removed: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/diff/fdb992d83a87/src/share/vm/interpreter/interpreterRuntime.cpp http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/diff/a32de5085326/src/share/vm/classfile/javaClasses.cpp http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/diff/aa67216400d3/src/share/vm/prims/unsafe.cpp
06-09-2011