Details
-
Bug
-
Resolution: Fixed
-
P3
-
9, 11, 15, 16
Description
com.sun.org.apache.xml.internal.utils.SafeThread hacks private fields in java.lang.Thread to clear thread locals. The java.base module does not open java.lang to module java.xml so I assume it fails since JDK 9. Can the usages of SafeThread be re-examined? Can these usages be replaced with InnocuousThread?
Attachments
Issue Links
- relates to
-
JDK-8129892 Cleanup use of reflection in IncrementalSAXSource_Xerces.java
- Open
-
JDK-8056152 (thread) API to create Threads that do not inherit inheritable thread-local initial values
- Resolved