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

Reply via email to