-
Bug
-
Resolution: Not an Issue
-
P5
-
None
-
6
-
x86
-
windows_xp
BufferStrategyPaintManager uses synchronized blocks when accessing the painting field, with one exeption. In endPaint it reads the field without synchronizing. I don't believe this is a problem as the same thread that invoked beginPaint will invoke endPaint. None-the-less it's inconsistant and should be changed.