Re: Review request for 7020513 : Add com.sun.xml.internal to the package.access property in java.security

2011-02-26 Thread Alan Bateman
Rama Pulavarthi wrote: Please review this updated webrev that has the patch for JDK 7 repo. http://cr.openjdk.java.net/~ohair/openjdk7/jdk7-tl-jaxws-7020513-open/webrev/ Looks good to me too. -Alan.

Re: Code Review for 7001933: Deadlock in java.lang.classloader.getPackage()

2011-02-26 Thread Alan Bateman
Valerie (Yu-Ching) Peng wrote: David, Thanks for the comments. I've updated the webrev accordingly at: http://cr.openjdk.java.net/~valeriep/7001933/webrev.01/ In the case of a race condition, we'll just return the earlier defined package object, i.e. pkg2 in your code sample. Or, we could