Tue, 17 Dec 2013 17:14:02 -0800 8030084: Fix lint warnings in sun.security.tools.policytool
darcy [Tue, 17 Dec 2013 17:14:02 -0800] rev 22059
8030084: Fix lint warnings in sun.security.tools.policytool Reviewed-by: mullan
Tue, 17 Dec 2013 09:36:59 -0800 8029795: LinkedHashMap.getOrDefault() doesn't update access order.
mduigou [Tue, 17 Dec 2013 09:36:59 -0800] rev 22058
8029795: LinkedHashMap.getOrDefault() doesn't update access order. Reviewed-by: psandoz
Tue, 17 Dec 2013 13:27:30 +0000 8030035: Create a stable test group in TEST.groups
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
Tue, 17 Dec 2013 08:07:02 +0100 6605915: jinfo -flag <flag name> functionality doesn't work with core files
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
Fri, 13 Dec 2013 13:34:55 -0800 8029055: Map.merge implementations should refuse null value param
mduigou [Fri, 13 Dec 2013 13:34:55 -0800] rev 22055
8029055: Map.merge implementations should refuse null value param Reviewed-by: briangoetz, dl
Fri, 13 Dec 2013 13:35:35 -0800 8030016: HashMap.computeIfAbsent generates spurious access event
mduigou [Fri, 13 Dec 2013 13:35:35 -0800] rev 22054
8030016: HashMap.computeIfAbsent generates spurious access event Reviewed-by: psandoz, bchristi
Mon, 16 Dec 2013 19:52:55 +0000 6706208: (cs) CharsetProvider permission check cleanup
alanb [Mon, 16 Dec 2013 19:52:55 +0000] rev 22053
6706208: (cs) CharsetProvider permission check cleanup Reviewed-by: chegar, mchung
Mon, 16 Dec 2013 15:05:26 +0000 8029904: Remove com.sun.security.auth.callback.DialogCallbackHandler
alanb [Mon, 16 Dec 2013 15:05:26 +0000] rev 22052
8029904: Remove com.sun.security.auth.callback.DialogCallbackHandler Reviewed-by: mullan
Mon, 16 Dec 2013 15:38:31 +0100 8030204: com/sun/jdi/JdbExprTest.sh: Required output "Can\\'t convert 2147483648 to int" not found
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
Mon, 16 Dec 2013 11:09:52 +0100 4660158: TTY: NumberFormatException while trying to set values by 'set' command
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
Mon, 16 Dec 2013 11:04:59 +0100 8028430: JDI: ReferenceType.visibleMethods() return wrong visible methods
sla [Mon, 16 Dec 2013 11:04:59 +0100] rev 22049
8028430: JDI: ReferenceType.visibleMethods() return wrong visible methods Reviewed-by: mchung
Mon, 16 Dec 2013 10:51:46 +0100 8030036: Updates to ProblemList.txt after same-binaries run
sla [Mon, 16 Dec 2013 10:51:46 +0100] rev 22048
8030036: Updates to ProblemList.txt after same-binaries run Reviewed-by: alanb
Sun, 15 Dec 2013 20:24:45 -0800 8028562: Test SSLSocketSSLEngineTemplate.java intermittent failed with "Data length error"
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>
Sun, 15 Dec 2013 08:11:41 +0000 8029805: Remove LogManager addPropertyChangeListener and removePropertyChangeListener methods
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
Sat, 14 Dec 2013 20:36:10 -0800 8025437: Check DefaultProxySelector for JNI pending exception issues
dxu [Sat, 14 Dec 2013 20:36:10 -0800] rev 22045
8025437: Check DefaultProxySelector for JNI pending exception issues Reviewed-by: michaelm, chegar, alanb
Sat, 14 Dec 2013 16:37:49 -0800 8022219: Intermittent test failures in java/util/zip/ZipFile
dxu [Sat, 14 Dec 2013 16:37:49 -0800] rev 22044
8022219: Intermittent test failures in java/util/zip/ZipFile Reviewed-by: alanb, chegar
Sat, 14 Dec 2013 09:27:12 +0000 8027212: java/nio/channels/Selector/SelectAfterRead.java fails intermittently
alanb [Sat, 14 Dec 2013 09:27:12 +0000] rev 22043
8027212: java/nio/channels/Selector/SelectAfterRead.java fails intermittently Reviewed-by: chegar, ewang
Fri, 13 Dec 2013 16:15:58 -0800 4891331: BigInteger a.multiply(a) should use squaring code
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
Fri, 13 Dec 2013 15:24:38 -0800 8030082: Fix raw types lint warnings, etc. in various sun.security libraries
darcy [Fri, 13 Dec 2013 15:24:38 -0800] rev 22041
8030082: Fix raw types lint warnings, etc. in various sun.security libraries Reviewed-by: chegar, mullan
Fri, 13 Dec 2013 09:36:06 -0800 8030068: Update .jcheck/conf files for JDK 9
iris [Fri, 13 Dec 2013 09:36:06 -0800] rev 22040
8030068: Update .jcheck/conf files for JDK 9 Reviewed-by: mr
Thu, 12 Dec 2013 15:27:09 -0800 Added tag jdk9-b00 for changeset 54d61bc20e2a
iris [Thu, 12 Dec 2013 15:27:09 -0800] rev 22039
Added tag jdk9-b00 for changeset 54d61bc20e2a
Wed, 05 Jul 2017 19:26:20 +0200 Merge
duke [Wed, 05 Jul 2017 19:26:20 +0200] rev 22038
Merge
Fri, 13 Dec 2013 09:35:12 -0800 8030068: Update .jcheck/conf files for JDK 9
iris [Fri, 13 Dec 2013 09:35:12 -0800] rev 22037
8030068: Update .jcheck/conf files for JDK 9 Reviewed-by: mr
Thu, 12 Dec 2013 15:27:05 -0800 Added tag jdk9-b00 for changeset 9088fb4951d4
iris [Thu, 12 Dec 2013 15:27:05 -0800] rev 22036
Added tag jdk9-b00 for changeset 9088fb4951d4
Wed, 08 Jan 2014 14:02:32 +0100 8030781: System.setProperties(null) drops all system properties (RELEASE not set)
erikj [Wed, 08 Jan 2014 14:02:32 +0100] rev 22035
8030781: System.setProperties(null) drops all system properties (RELEASE not set) Reviewed-by: alanb, ihse, tbell
Tue, 07 Jan 2014 10:56:57 -0800 8000962: Update JDK_MINOR_VERSION for JDK 9
darcy [Tue, 07 Jan 2014 10:56:57 -0800] rev 22034
8000962: Update JDK_MINOR_VERSION for JDK 9 Reviewed-by: katleman, erikj, wetmore
Fri, 03 Jan 2014 09:37:34 -0800 8031081: Use separate doclint flags for different doc bundles
darcy [Fri, 03 Jan 2014 09:37:34 -0800] rev 22033
8031081: Use separate doclint flags for different doc bundles Reviewed-by: chegar, tbell
Thu, 19 Dec 2013 14:11:12 +0100 8030793: Update jprt.properties to release jdk9
erikj [Thu, 19 Dec 2013 14:11:12 +0100] rev 22032
8030793: Update jprt.properties to release jdk9 Reviewed-by: chegar
Tue, 17 Dec 2013 11:09:26 +0100 8029797: Let jprt run configure when building
erikj [Tue, 17 Dec 2013 11:09:26 +0100] rev 22031
8029797: Let jprt run configure when building Reviewed-by: tbell
Fri, 13 Dec 2013 09:34:44 -0800 8030068: Update .jcheck/conf files for JDK 9
iris [Fri, 13 Dec 2013 09:34:44 -0800] rev 22030
8030068: Update .jcheck/conf files for JDK 9 Reviewed-by: mr
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip