JDK-7012965 : Fix failed on sparc for 7009756: volatile variables could be broken throw reflection API
Type:Bug
Component:hotspot
Sub-Component:compiler
Affected Version:7
Priority:P3
Status:Closed
Resolution:Fixed
OS:generic
CPU:x86
Submitted:2011-01-18
Updated:2011-03-08
Resolved:2011-03-08
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.
During bug fix verification it was found that fix for 7009756: volatile variables could be broken throw reflection API
Test is:
echeneis/vm/code/gen/default_preopt_xdebug/VolatileReflectionTest#testVolatileReflection
PUBLIC COMMENTS
In 32 bit VM C++ generated code does not guaranty atomicity for volatile long moves.
Use LDX/STX on v9 and LDD/STD on v8 sparc for volatile long moves.