-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P2
-
Affects Version/s: 1.3.1
-
Component/s: client-libs
-
None
-
beta
-
generic
-
generic
While investigating 4355157, it was discovered that GapContent$MarkVector
contains a static data member, "oneMark" which is used in a thread-unsafe fashion.
The specific test which causes the code in question to be called from multiple
threads is attached. JEditorPane's constructor taking a URL loads that URL in
a background thread, which causes this code to ultimately be called by
multiple threads.
contains a static data member, "oneMark" which is used in a thread-unsafe fashion.
The specific test which causes the code in question to be called from multiple
threads is attached. JEditorPane's constructor taking a URL loads that URL in
a background thread, which causes this code to ultimately be called by
multiple threads.
- relates to
-
JDK-4355157 The JCK13-api test with server dumps core.
-
- Closed
-