RFR (2nd): 8023524: Mechanism to dump generated lambda classes / log lambda code generation
Peter Levart
peter.levart at gmail.com
Tue Sep 24 23:28:30 PDT 2013
On 09/25/2013 07:56 AM, Peter Levart wrote:
> Just a thought. How does URLClassLoader do the class name -> path to
> resource translation? Perhaps there's already some code that does this
> correctly and in a platform-specific way (haven't looked)...
Hi,
sun.misc.ProxyGenerator has similar capability. It chooses to reject
paths that are invalid for the underlying file system (using
java.nio.file APIs)...
Peter
More information about the lambda-dev
mailing list