Review request for JDK-6760902: inconsistent behavior in bootstrap class loader for classes and resources

Paul Sandoz paul.sandoz at oracle.com
Mon Jan 20 09:32:25 UTC 2014


On Jan 17, 2014, at 10:10 PM, Mandy Chung <mandy.chung at oracle.com> wrote:

> Paul,
> 
> Here is the updated webrev:
> http://cr.openjdk.java.net/~mchung/jdk9/webrevs/6760902/webrev.01/
> 
> This cleans up GetResource.sh and merges with GetResource2.sh.  Also fixed "if (pos - lastPoc > 0)" line and javadoc typo.
> 

Looks good.

--

In GetResource.sh:
  89         GetResource $expected     || exit 10
Should it be "exit $count" ?, i suppose it does not matter. Regardless no need for another review round for that.

Paul.


More information about the core-libs-dev mailing list