JDK-8005281 : (props) loadFromXML/storeToXML with small parser is not thread safe
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2012-12-19
  • Updated: 2013-04-01
  • Resolved: 2012-12-20
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8
8 b71Fixed
Related Reports
Relates :  
Relates :  
Description
The BasicXmlPropertiesProvider for the compact1 profile (or the base module) is not a thread safe. This was noticed after pushing the implementation. The code assumes that the PropertiesDefaultHandler is thread safe but it's not. 

Comments
Verified in b81
01-04-2013