RFR: 8023524: Mechanism to dump generated lambda classes / log lambda code generation

Florian Weimer fweimer at redhat.com
Wed Sep 18 04:56:07 PDT 2013


On 09/18/2013 08:18 AM, Henry Jen wrote:
> Hi,
>
> Please review the webrev at
> http://cr.openjdk.java.net/~henryjen/ccc/8023524/0/webrev/
>
> This webrev enable writing generated classes for lambda to disk at a
> directory specified with -Djdk.internal.lambda.dumpProxyClasses.

+   File out = new File(dirPath, lambdaClassName.replace('/', '.') + 
".class");

Class names can contain '\' and other characters which are problematic 
on Windows.

-- 
Florian Weimer / Red Hat Product Security Team


More information about the lambda-dev mailing list