JDK-7114125 : TEST_BUG: java/util/Timer/KillThread.java should use volatile cross thread variable declaration
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util
  • Affected Version: 8
  • Priority: P5
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2011-11-21
  • Updated: 2012-05-09
  • Resolved: 2012-05-09
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
8 b15Fixed
Related Reports
Relates :  
Relates :  
Description
Recent bug fix for 6776147 was incomplete.

Since the test deals with variables accessed from
different threads the shared variables need to be 
declared volatile.

This means the construct of single element array will
need to be removed.

Comments
EVALUATION Will add volatile declaration.
21-11-2011