RFR: 8060130: Simplify the synchronization of defining and getting java.lang.Package
Peter Levart
peter.levart at gmail.com
Mon Oct 13 15:29:24 UTC 2014
On 10/13/2014 05:15 PM, Peter Levart wrote:
> Yes, I realized I got this messed up and have prepared a new patch
> which passes tests and includes your previous
> comments:
>
> http://cr.openjdk.java.net/~redestad/8060130/webrev.04
Hi Claes,
Hm, CachedManifest.getManifest() in 4th webrev is still a little faulty.
It sometimes returns EMPTY_MANIFEST and sometimes null. I think it
should always return null in case when no manifest is found (at least
that was the old code behaviour).
Regards, Peter
More information about the core-libs-dev
mailing list