8005281: (props) loadFromXML/storeToXML with small parser is not thread safe (original) (raw)
Alan Bateman Alan.Bateman at oracle.com
Thu Dec 20 20:01:35 UTC 2012
- Previous message: RFR (XS): CR 8004330: Add missing Unsafe entry points for addAndGet() family
- Next message: 8005281: (props) loadFromXML/storeToXML with small parser is not thread safe
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
The small footprint XML parser that we pushed yesterday for use with Properties isn't thread safe but the properties provider assumes that it is. I should have spotted this before pushing the changes. The change to fix it is trivial and I've added a basher test that duplicates it almost immediately. The webrev is here:
http://cr.openjdk.java.net/~alanb/8005281/webrev/
Thanks, Alan.
- Previous message: RFR (XS): CR 8004330: Add missing Unsafe entry points for addAndGet() family
- Next message: 8005281: (props) loadFromXML/storeToXML with small parser is not thread safe
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]