RFR: 8210839 Improve interaction between source launcher and classpath

mandy chung mandy.chung at oracle.com
Fri Sep 21 22:44:02 UTC 2018


On 9/21/18 10:53 AM, Jonathan Gibbons wrote:
> Updated webrev, incorporating review feedback.
>
> Webrev:_http://cr.openjdk.java.net/~jjg/8210839/webrev.01/index.html _

I agree that finding class locally first before delegating to the parent 
is a reasonable solution in particular with the simple use of this feature.

This change looks good (changing to super.getResource(s) to 
getParent().getResource(s) is a good one).

Mandy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/compiler-dev/attachments/20180921/55d977ca/attachment.html>


More information about the compiler-dev mailing list