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
dxu [Sat, 14 Dec 2013 16:37:49 -0800] rev 22044
8022219: Intermittent test failures in java/util/zip/ZipFile
Reviewed-by: alanb, chegar
alanb [Sat, 14 Dec 2013 09:27:12 +0000] rev 22043
8027212: java/nio/channels/Selector/SelectAfterRead.java fails intermittently
Reviewed-by: chegar, ewang
bpb [Fri, 13 Dec 2013 16:15:58 -0800] rev 22042
4891331: BigInteger a.multiply(a) should use squaring code
Summary: Change multiply(BigInteger a) to return square() if a == this and the number of ints in the magnitude is over a threshold.
Reviewed-by: darcy, shade