RFR 7117360: Warnings in java.util.concurrent.atomic package (original) (raw)
Doug Lea dl at cs.oswego.edu
Fri Dec 2 16:22:19 UTC 2011
- Previous message: RFR 7118066: Warnings in java.util.concurrent package
- Next message: RFR 7117360: Warnings in java.util.concurrent.atomic package
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 12/02/11 09:25, Chris Hegarty wrote:
Cleanup compiler warnings in the java.util.concurrent.atomic package.
This is a sync up with the raw type warning fixes in Doug's CVS, along with some minor style cleanup. With this change there are still 2 outstanding unchecked casts in AtomicReferenceArray and AtomicReferenceFieldUpdater. Will contact Doug separately about suppressing these.
We just went through these and others, and believe that everything is now warning free.
-Doug
- Previous message: RFR 7118066: Warnings in java.util.concurrent package
- Next message: RFR 7117360: Warnings in java.util.concurrent.atomic package
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]