Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6853617
Votes 0
Synopsis race condition in java.awt.Font.getAttributes() (private method)
Category java:classes_2d
Reported Against
Release Fixed 7(b63)
State 10-Fix Delivered, bug
Priority: 4-Low
Related Bugs
Submit Date 22-JUN-2009
Description
The private method java.awt.Font.getAttributes() assigns a value to its
local variable "values" before populating it. It is possible that another
thread may then see that unpopulated value.
Posted Date : 2009-06-22 17:28:51.0
Work Around
N/A
Evaluation
Need to set the local variable "values" only after population.
Posted Date : 2009-06-22 17:28:51.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang