-
Enhancement
-
Resolution: Won't Fix
-
P4
-
None
-
1.2.0
-
generic
-
windows_nt
In awt_Window.cpp's WmMove() and WmSize() handler for example, the native code
modifies the component's x, y, width, and height member variables directly and
asynchronously, and without synchronization. This can cause race conditions
and lack of proper notification to the client code.
modifies the component's x, y, width, and height member variables directly and
asynchronously, and without synchronization. This can cause race conditions
and lack of proper notification to the client code.
- relates to
-
JDK-4304020 Revise java.awt.peer interfaces so that peers can be implemented w/o native code
-
- Open
-