Review request JDK-8008103 : Source object should maintain URL of the script source as a private field
A. Sundararajan
sundararajan.athijegannathan at oracle.com
Wed Feb 13 08:16:12 PST 2013
The URL of script Source object is subsequently used for the CodeSource
for the compiled .class file - so that scripts are associated with the
correct ProtectionDomains.
-Sundar
On Wednesday 13 February 2013 09:36 PM, mark.reinhold at oracle.com wrote:
> 2013/2/13 5:54 -0800, sundararajan.athijegannathan at oracle.com:
>> Please review http://cr.openjdk.java.net/~sundar/8008103/
> Just wondering ... is there a reason you're using java.net.URL rather
> than the (generally preferable) java.net.URI class?
>
> - Mark
More information about the nashorn-dev
mailing list