hg: jdk8/tl/jdk: 8003881: Prevent lambda implementing inner classes from allowing the creation of new instances (original) (raw)
robert.field at oracle.com robert.field at oracle.com
Fri Dec 7 05:57:22 UTC 2012
- Previous message: hg: jdk8/tl: 8004685: add java.util.function to CORE_PKGS.gmk
- Next message: RFR: JDK-8003890: modify test scripts to pass VMOPTIONS
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Changeset: 896d4af2ebfd Author: rfield Date: 2012-12-06 21:55 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/896d4af2ebfd
8003881: Prevent lambda implementing inner classes from allowing the creation of new instances Summary: Lambda implementing inner classes now has private constructor (thanks Kumar) Reviewed-by: ksrini
! src/share/classes/java/lang/invoke/InnerClassLambdaMetafactory.java
- test/java/lang/invoke/lambda/LambdaAccessControlDoPrivilegedTest.java
- test/java/lang/invoke/lambda/LambdaAccessControlTest.java
- Previous message: hg: jdk8/tl: 8004685: add java.util.function to CORE_PKGS.gmk
- Next message: RFR: JDK-8003890: modify test scripts to pass VMOPTIONS
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]