JDK-2224587 : PhaseStringOpts::fetch_static_field tries to fetch field from the Klass instead of the mirror
  • Type: Backport
  • Backport of: JDK-7161796
  • Component: hotspot
  • Sub-Component: compiler
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2012-05-16
  • Updated: 2013-06-26
  • Resolved: 2012-05-16
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 8 Other
8 b39Fixed hs24Fixed
Comments
Verified on JDK8 b94 (product and fastdebug) using spcjbb2005. No crashes observed Ran : $ /net/sqenfs-1/export1/jdk/re/8/promoted/all/b94/binaries/linux-amd64/fastdebug/bin/java -XX:-CICompilerCountPerCPU -XX:CICompilerCount=1 -XX:+DisableExplicitGC -XX:+ShowMessageBoxOnError -XX:+UnlockDiagnosticVMOptions -XX:+VerifyBeforeGC -XX:+VerifyAfterGC -Xmx3840M -Xmn2g -XX:+UseSerialGC -XX:+PrintGC -cp jbb.jar:check.jar spec.jbb.JBBmain -propfile SPECjbb.props * Details of Runs Wh. Score Tot. Used Thread elapsed Trans. Count Resp. Time (s) Heap Heap spread > 120s Type total max (MB) (MB)% % 1 14335 1848 306 <0.01 <0.01 new_order 189156 12.0 6.08 payment 130320 3.00 .166 order_status 13032 .310 <0.01 delivery 13032 3.27 .010 stock_level 13032 .436 <0.01 cust_report 71482 9.67 5.98 2 19940 1897 108 .170 1.12 new_order 2125673 184 8.08 payment 1466401 102 8.09 order_status 146640 9.94 6.79 delivery 146640 50.5 6.50 stock_level 146640 2.73 <0.01 cust_report 807133 104 6.85 3 19212 1937 1499 4.86 <0.01 new_order 2026070 296 9.32 payment 1397244 97.3 7.12 order_status 139725 14.1 9.32 delivery 139724 136 9.32 stock_level 139724 25.2 7.10 cust_report 768401 106 7.13 4 17473 2023 158 1.78 1.51 new_order 1870830 349 10.5 payment 1289948 167 10.5 order_status 128995 5.81 .012 delivery 128994 214 10.5 stock_level 128995 12.5 7.43 cust_report 709069 151 7.61 5 17569 2023 1720 4.14 <0.01 new_order 1852986 461 8.29 payment 1277724 218 8.09 order_status 127773 31.0 7.97 delivery 127772 188 8.29 stock_level 127772 6.45 .022 cust_report 702467 209 8.09 6 16330 2023 210 1.81 2.70 new_order 1769261 537 8.63 payment 1219726 256 8.64 order_status 121972 25.8 8.46 delivery 121974 266 8.55 stock_level 121975 16.2 8.25 cust_report 670197 258 8.59 7 15741 2153 1708 3.22 <0.01 new_order 1660264 664 14.1 payment 1144793 178 14.0 order_status 114479 18.6 8.98 delivery 114480 304 14.0 stock_level 114481 49.9 14.0 cust_report 629314 340 9.14 8 14678 2153 1214 2.72 <0.01 new_order 1548039 666 9.75 payment 1067502 285 9.71 order_status 106749 39.7 9.70 delivery 106752 348 9.90 stock_level 106749 19.0 9.33 cust_report 586969 426 9.88 SPECjbb2005 Version: [SPECjbb2005 1.07, March 15, 2006] Reporting page (C) Copyright SPEC, 2005. All rights reserved Output files: results/SPECjbbSingleJVM/SPECjbb.001.txt, results/SPECjbbSingleJVM/SPECjbb.001.raw, results/SPECjbbSingleJVM/SPECjbb.001.html Reporter messages: No errors. Valid run. Valid run, Score is 18875
26-06-2013

EVALUATION See main CR.
16-05-2012