robm [Thu, 21 Mar 2013 17:33:15 +0000] rev 16499
8009251: Add proxy handling and keep-alive fixes to jsse
Reviewed-by: chegar
sundar [Thu, 21 Mar 2013 19:19:08 +0530] rev 16498
8009869: Need to modify java.security property package.access to include nashorn packages
Reviewed-by: ahgross, jlaskey, lagergren
dholmes [Wed, 20 Mar 2013 22:39:51 -0400] rev 16497
8006818: SunEC and SunPKCS11 providers should be in all profiles
Reviewed-by: dholmes, alanb, valeriep
Contributed-by: Jen Dority <jen.dority@oracle.com>
darcy [Wed, 20 Mar 2013 15:21:14 -0700] rev 16496
8010427: Refine Method.isDefault implementation
Reviewed-by: acorn, dlsmith
mchung [Wed, 20 Mar 2013 09:50:07 -0700] rev 16495
8006104: Improve tests to test ".useParentHandlers" property set in the logging configuration
Reviewed-by: alanb
mullan [Wed, 20 Mar 2013 12:06:30 -0400] rev 16494
Merge
mullan [Wed, 20 Mar 2013 11:23:16 -0400] rev 16493
Merge
mullan [Wed, 20 Mar 2013 10:58:20 -0400] rev 16492
8010112: NullPointerException in sun.security.provider.certpath.CertId()
Reviewed-by: vinnie
chegar [Wed, 20 Mar 2013 14:39:20 +0000] rev 16491
8010282: sun.net.www.protocol.jar.JarFileFactory.close(JarFile) should be thread-safe
Reviewed-by: khazra, alanb
uta [Wed, 20 Mar 2013 13:21:53 +0400] rev 16490
8006193: (process) Clean-up java.lang.ProcessImpl.finalize, does not need to be public
Reviewed-by: alanb
mduigou [Tue, 19 Mar 2013 16:05:34 -0700] rev 16489
8001642: Add Optional<T>, OptionalDouble, OptionalInt, OptionalLong
Reviewed-by: mduigou, darcy, alanb, jjb
Contributed-by: Brian Goetz <brian.goetz@oracle.com>
jzavgren [Mon, 18 Mar 2013 14:21:13 -0400] rev 16488
8007607: security native code doesn't always use malloc, realloc, and calloc correctly
Reviewed-by: chegar, dsamersoff, valeriep
dholmes [Tue, 19 Mar 2013 06:01:14 -0400] rev 16487
8009426: "profiles" target fails due to nashorn if "images" is not built first
Reviewed-by: alanb
sla [Tue, 19 Mar 2013 09:53:36 +0100] rev 16486
8006637: Failure to filter out native frame events on Solaris
Summary: Test is confused by other threads calling String.intern(). Add a thread filter to avoid this.
Reviewed-by: sspitsyn, alanb
chegar [Sun, 17 Mar 2013 09:55:03 +0000] rev 16485
8010142: ProblemList.txt updates (3/2013)
Reviewed-by: alanb
vlivanov [Wed, 06 Mar 2013 16:59:42 +0400] rev 16484
8009222: java.lang.IllegalArgumentException: not invocable, no method type when attempting to get getter method handle for a static field
Reviewed-by: jrose, twisti