JDK-8149697 : Fix for 8145725 is broken
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 9
  • Priority: P1
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2016-02-11
  • Updated: 2020-09-01
  • Resolved: 2016-02-11
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 9
9 b108Fixed
Related Reports
Duplicate :  
Relates :  
Relates :  
Relates :  
Description
The refactoring for 8145725 reads _cur_index outside the mutex and so its value can change. Need to use the saved index instead.
Comments
URL: http://hg.openjdk.java.net/jdk9/jdk9/hotspot/rev/49f65299b140 User: lana Date: 2016-03-02 19:34:38 +0000
02-03-2016

URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/49f65299b140 User: coleenp Date: 2016-02-11 22:21:33 +0000
11-02-2016