alanb [Wed, 27 Feb 2013 14:24:45 +0000] rev 16039
8008793: SecurityManager.checkXXX behavior not specified for methods that check AWTPermission and AWT not present
Reviewed-by: hawtin, mullan, dsamersoff, mchung
sundar [Wed, 27 Feb 2013 17:22:44 +0530] rev 16038
8009115: jtreg tests under jdk/test/javax/script should use nashorn as script engine
Reviewed-by: alanb
darcy [Tue, 26 Feb 2013 17:38:29 -0800] rev 16037
8008279: Remove InvalidContainerAnnotationError.java
Reviewed-by: jfranck
darcy [Tue, 26 Feb 2013 17:01:04 -0800] rev 16036
8009102: Several docs warnings in Project Lambda APIs
Reviewed-by: mduigou
alanb [Tue, 26 Feb 2013 22:39:50 +0000] rev 16035
8009029: SunEC provider classes ending up in rt.jar after Nashorn build changes
Reviewed-by: mduigou
rfield [Tue, 26 Feb 2013 10:38:58 -0800] rev 16034
8008770: SerializedLambda incorrect class loader for lambda deserializing class
Summary: current thread's context ClassLoader was used to load class by name, pass class not name in serialization (Thank you Peter Levart for test and prototype. Thank you Sundar and Peter for unofficial reviews)
Reviewed-by: forax