JDK-8002962 : JSR 292: C1 fails to call virtual method (JRUBY-6920)
  • Type: Backport
  • Backport of: JDK-8000821
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 7u40
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2012-11-07
  • Updated: 2013-01-16
  • Resolved: 2012-11-07
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 Other
7u40 b01Fixed hs25Fixed
Comments
Verified with jdk 7u12-b01: $cat testcase; ~/Development/jruby-1.7.2/bin/jruby -J-showversion -J-d32 -J-client -Xcompile.invokedynamic=true -J-Xbatch testcase 10000.times do begin ENV[1] raise rescue TypeError end end java version "1.7.0_12-ea" Java(TM) SE Runtime Environment (build 1.7.0_12-ea-b01) Java HotSpot(TM) Client VM (build 24.0-b24, mixed mode) $
16-01-2013