JDK-8005345 : JSR 292: JDK performance tweaks
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang.invoke
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2012-12-20
  • Updated: 2013-08-06
  • Resolved: 2012-12-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 7 JDK 8
7u40Fixed 8 b70Fixed
Related Reports
Duplicate :  
Description
Add a couple of DontInline annotations, move ForceInline annotations so we don't inline the wrong methods, make AsVarargsCollector fields final, inline Class.cast into ValueConversions.castReference because we can't annotation Class.cast with ForceInline, yet.
Comments
This should be backported to 7u12.
10-01-2013