jzavgren [Tue, 05 Mar 2013 14:30:18 +0000] rev 16054
8008804: file descriptor leak in src/windows/native/java/net/DualStackPlainSocketImpl.c
Reviewed-by: alanb, chegar, dsamersoff
ewang [Tue, 05 Mar 2013 10:10:55 +0000] rev 16053
8009259: TEST_BUG: sun/misc/Cleaner/exitOnThrow.sh failing intermittently
Reviewed-by: chegar, alanb
naoto [Mon, 04 Mar 2013 20:46:42 -0800] rev 16052
8004240: Return value from getAdapterPrefence() can be modified
Reviewed-by: okutsu
darcy [Mon, 04 Mar 2013 19:42:56 -0800] rev 16051
8009267: Restore isAnnotationPresent methods in public AnnotatedElement implementations
Reviewed-by: jjg
ksrini [Sun, 03 Mar 2013 20:52:04 -0800] rev 16050
8007297: [pack200] allow opcodes with InterfaceMethodRefs
Reviewed-by: jrose
chegar [Sat, 02 Mar 2013 08:54:37 +0000] rev 16049
8008378: FJP.commonPool support parallelism 0, add awaitQuiescence
Reviewed-by: chegar
Contributed-by: Doug Lea <dl@cs.oswego.edu>, Chris Hegarty <chris.hegarty@oracle.com>
dxu [Fri, 01 Mar 2013 14:12:59 -0800] rev 16048
8006645: TEST_BUG: java/nio/file/Files/CopyAndMove.java failing intermittently (sol)
Summary: Fix test failures and update java doc of Files.move
Reviewed-by: alanb, chegar
mullan [Fri, 01 Mar 2013 16:15:23 -0500] rev 16047
Merge
mullan [Fri, 01 Mar 2013 16:12:50 -0500] rev 16046
8008908: Access denied when invoking Subject.doAsPrivileged()
Summary: wildcard principal names are not processed correctly
Reviewed-by: xuelei
xuelei [Fri, 01 Mar 2013 02:34:34 -0800] rev 16045
7030966: Support AEAD CipherSuites
Reviewed-by: weijun, wetmore, valeriep
juh [Thu, 28 Feb 2013 16:36:01 -0800] rev 16044
8006853: OCSP timeout set to wrong value if com.sun.security.ocsp.timeout < 0
Reviewed-by: mullan
chegar [Thu, 28 Feb 2013 12:39:29 +0000] rev 16043
8006409: ThreadLocalRandom should dropping padding fields from its serialized form
Reviewed-by: dl, martin, alanb, shade
mduigou [Wed, 27 Feb 2013 11:00:20 -0800] rev 16042
8008785: IdentityHashMap.values().toArray(V[]) broken by JDK-8008167
Reviewed-by: alanb
vladidan [Fri, 22 Feb 2013 17:12:35 -0500] rev 16041
8005545: Add System property to identify ARCH specific details such as ARM hard-float binaries
Summary: Adding sun.os.abi Java Property support
Reviewed-by: bobv, alanb, dholmes
sundar [Wed, 27 Feb 2013 20:34:12 +0530] rev 16040
8009140: jtreg tests under sun/tools/jrunscript should use nashorn engine
Reviewed-by: alanb
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
alanb [Tue, 26 Feb 2013 14:16:48 +0000] rev 16033
8008977: profiles build broken by Nashorn build changes
Reviewed-by: chegar
chegar [Tue, 26 Feb 2013 11:18:19 +0000] rev 16032
Merge
chegar [Tue, 26 Feb 2013 11:06:49 +0000] rev 16031
Merge
kmo [Tue, 26 Feb 2013 11:05:26 +0000] rev 16030
7087570: java.lang.invoke.MemberName information wrong for method handles created with findConstructor
Summary: REF_invokeSpecial DMHs (which are unusual) get marked explicitly; tweak the MHI to use this bit
Reviewed-by: jrose, twisti
jjg [Mon, 25 Feb 2013 15:08:11 -0800] rev 16029
8008914: Add nashorn to the tl build
Reviewed-by: mr, tbell, jjh
Contributed-by: erik.joelsson@oracle.com, james.laskey@oracle.com
bchristi [Mon, 25 Feb 2013 14:19:48 -0800] rev 16028
8006039: test/tools/launcher/I18NJarTest.java fails on Mac w/ LANG=C, LC_ALL=C
Summary: Avoid automated test failure by just exiting when in 'C' locale
Reviewed-by: naoto, ksrini
alanb [Mon, 25 Feb 2013 17:17:05 +0000] rev 16027
8008808: Allowed dependencies added by JDK-8008481 no longer required
Reviewed-by: tbell, chegar
darcy [Sat, 23 Feb 2013 13:32:32 -0800] rev 16026
6556996: (ann spec) SuppressWarnings strings should be documented
Reviewed-by: mduigou, chegar, abuckley
lancea [Fri, 22 Feb 2013 09:58:36 -0500] rev 16025
Merge