alanb [Thu, 19 Dec 2013 18:13:19 +0000] rev 22074
8022879: TEST_BUG: sun/nio/cs/MalformedSurrogates.java fails intermittently
Reviewed-by: martin
Contributed-by: yiming.wang@oracle.com
dfuchs [Thu, 19 Dec 2013 14:53:10 +0100] rev 22073
8030192: TESTFAIL: java/util/logging/TestLoggerBundleSync.java failed with NPE
Summary: This is a test bug - loggers held in local variables can be arbitrarily gc'ed if that variable is no longer used. The fix makes sure that the loggers won't be arbitrarily gc'ed before the test is complete.
Reviewed-by: mchung
chegar [Thu, 19 Dec 2013 13:08:05 +0000] rev 22072
Merge
chegar [Thu, 19 Dec 2013 10:40:50 +0000] rev 22071
Merge
dl [Thu, 19 Dec 2013 10:31:59 +0000] rev 22070
8026155: Enhance ForkJoin pool
Reviewed-by: chegar, alanb, ahgross
msheppar [Thu, 19 Dec 2013 11:34:17 +0000] rev 22069
7102702: java/net/PortUnreachableException/OneExceptionOnly.java failing
Summary: change struct sockaddr_in rmtaddr to SOCKETADDRESS rmtaddr in purgeOutstandingICMP
Reviewed-by: alanb, chegar
xuelei [Thu, 19 Dec 2013 02:27:25 -0800] rev 22068
7093640: Enable client-side TLS 1.2 by default
Reviewed-by: weijun, mullan, wetmore
ksrini [Wed, 18 Dec 2013 11:34:34 -0800] rev 22067
8029513: SwingApplet demo files still found in JDK 8 on Solaris
Reviewed-by: tbell
ksrini [Wed, 18 Dec 2013 10:36:34 -0800] rev 22066
8029388: java.exe consumes argument intended for launched java class
Reviewed-by: mchung
ksrini [Wed, 18 Dec 2013 10:19:05 -0800] rev 22065
8024033: [launcher] remove solaris dual mode support
Reviewed-by: darcy, martin
rriggs [Wed, 18 Dec 2013 09:56:54 -0500] rev 22064
7018010: References to ProxySelector is without link
Reviewed-by: lancea, darcy, alanb
vinnie [Wed, 18 Dec 2013 12:23:41 +0000] rev 22063
8029788: Certificate validation - java.lang.ClassCastException
Reviewed-by: xuelei, mullan, weijun
jbachorik [Wed, 18 Dec 2013 11:00:48 +0100] rev 22062
8029809: sun/management/jmxremote/bootstrap/CustomLauncherTest.java fails intermittently with "Operation not permitted"
Reviewed-by: sla
jbachorik [Wed, 18 Dec 2013 10:58:50 +0100] rev 22061
8029890: java/lang/management/ThreadMXBean/ThreadBlockedCount.java fails: Blocked thread has 4 blocked counts. Expected 3
Reviewed-by: sla
alanb [Wed, 18 Dec 2013 08:41:46 +0000] rev 22060
8029886: Change SecurityManager check{TopLevelWindow, SystemClipboardAccessAwtEventQueueAccess} to check AllPermission
Reviewed-by: mchung, prr, art, mullan
darcy [Tue, 17 Dec 2013 17:14:02 -0800] rev 22059
8030084: Fix lint warnings in sun.security.tools.policytool
Reviewed-by: mullan
mduigou [Tue, 17 Dec 2013 09:36:59 -0800] rev 22058
8029795: LinkedHashMap.getOrDefault() doesn't update access order.
Reviewed-by: psandoz
alanb [Tue, 17 Dec 2013 13:27:30 +0000] rev 22057
8030035: Create a stable test group in TEST.groups
Summary: Added known stable tests into a separate group
Reviewed-by: alanb
Contributed-by: balchandra.vaidya@oracle.com
sla [Tue, 17 Dec 2013 08:07:02 +0100] rev 22056
6605915: jinfo -flag <flag name> functionality doesn't work with core files
Reviewed-by: mchung, jbachorik
mduigou [Fri, 13 Dec 2013 13:34:55 -0800] rev 22055
8029055: Map.merge implementations should refuse null value param
Reviewed-by: briangoetz, dl
mduigou [Fri, 13 Dec 2013 13:35:35 -0800] rev 22054
8030016: HashMap.computeIfAbsent generates spurious access event
Reviewed-by: psandoz, bchristi
alanb [Mon, 16 Dec 2013 19:52:55 +0000] rev 22053
6706208: (cs) CharsetProvider permission check cleanup
Reviewed-by: chegar, mchung
alanb [Mon, 16 Dec 2013 15:05:26 +0000] rev 22052
8029904: Remove com.sun.security.auth.callback.DialogCallbackHandler
Reviewed-by: mullan
sla [Mon, 16 Dec 2013 15:38:31 +0100] rev 22051
8030204: com/sun/jdi/JdbExprTest.sh: Required output "Can\\'t convert 2147483648 to int" not found
Reviewed-by: alanb
sla [Mon, 16 Dec 2013 11:09:52 +0100] rev 22050
4660158: TTY: NumberFormatException while trying to set values by 'set' command
Reviewed-by: alanb, sspitsyn
sla [Mon, 16 Dec 2013 11:04:59 +0100] rev 22049
8028430: JDI: ReferenceType.visibleMethods() return wrong visible methods
Reviewed-by: mchung
sla [Mon, 16 Dec 2013 10:51:46 +0100] rev 22048
8030036: Updates to ProblemList.txt after same-binaries run
Reviewed-by: alanb
xuelei [Sun, 15 Dec 2013 20:24:45 -0800] rev 22047
8028562: Test SSLSocketSSLEngineTemplate.java intermittent failed with "Data length error"
Summary: test stabilization, read one more time in case of message fragment
Reviewed-by: mullan, xuelei
Contributed-by: Zaiyao Liu <zaiyao.liu@oracle.com>
alanb [Sun, 15 Dec 2013 08:11:41 +0000] rev 22046
8029805: Remove LogManager addPropertyChangeListener and removePropertyChangeListener methods
8029806: Remove Packer/Unpacker addPropertyChangeLister and removePropertyListener methods
Reviewed-by: dfuchs, tbell, mchung, ihse
dxu [Sat, 14 Dec 2013 20:36:10 -0800] rev 22045
8025437: Check DefaultProxySelector for JNI pending exception issues
Reviewed-by: michaelm, chegar, alanb