Tue, 22 Jul 2014 17:17:05 +0400 8038937: Validate fields on Swing classes deserialization
alexsch [Tue, 22 Jul 2014 17:17:05 +0400] rev 26001
8038937: Validate fields on Swing classes deserialization Reviewed-by: serb, pchelko
Tue, 22 Jul 2014 17:10:50 +0400 8032864: [macosx] sigsegv (0Xb) Being Generated When Starting JDev With Voiceover Running
pchelko [Tue, 22 Jul 2014 17:10:50 +0400] rev 26000
8032864: [macosx] sigsegv (0Xb) Being Generated When Starting JDev With Voiceover Running Reviewed-by: anthony, serb
Tue, 19 Aug 2014 12:18:09 +0200 8035939: java/lang/management/MemoryMXBean/MemoryManagement.java timed out on Linux-amd64
stefank [Tue, 19 Aug 2014 12:18:09 +0200] rev 25999
8035939: java/lang/management/MemoryMXBean/MemoryManagement.java timed out on Linux-amd64 Reviewed-by: sla, brutisso, mgerdin
Tue, 19 Aug 2014 17:11:28 +0200 8052403: java/util/logging/CheckZombieLockTest.java fails with NoSuchFileException
dfuchs [Tue, 19 Aug 2014 17:11:28 +0200] rev 25998
8052403: java/util/logging/CheckZombieLockTest.java fails with NoSuchFileException Summary: CheckZombieLockTest and CheckLockLocationTest should work with different temporary log directories so that they can be run concurrently. This fix changes the name of the log directory used by CheckZombieLockTest. Reviewed-by: mchung
Tue, 19 Aug 2014 06:56:59 -0700 8055012: [TESTBUG] NMTHelper fails to parse NMT output
ctornqvi [Tue, 19 Aug 2014 06:56:59 -0700] rev 25997
8055012: [TESTBUG] NMTHelper fails to parse NMT output Summary: Fixed the regular expression to parse the slightly changed output format of the new NMT implementation Reviewed-by: olagneau, sla
Tue, 19 Aug 2014 16:02:48 +0900 8055088: Optimization for locale resources loading isn't working
okutsu [Tue, 19 Aug 2014 16:02:48 +0900] rev 25996
8055088: Optimization for locale resources loading isn't working Reviewed-by: naoto
Tue, 19 Aug 2014 14:30:12 +0800 8054817: File ccache only recognizes Linux and Solaris defaults
weijun [Tue, 19 Aug 2014 14:30:12 +0800] rev 25995
8054817: File ccache only recognizes Linux and Solaris defaults Reviewed-by: mullan
Mon, 18 Aug 2014 21:06:45 -0700 8055253: test/java/util/Currency/PropertiesTest.sh modifies the test JDK
martin [Mon, 18 Aug 2014 21:06:45 -0700] rev 25994
8055253: test/java/util/Currency/PropertiesTest.sh modifies the test JDK Summary: Always make a temp copy of the test JDK before destructively modifying Reviewed-by: naoto, alanb
Mon, 18 Aug 2014 20:09:25 -0700 8055353: libsplashscreen build fails on MacOSX Mavericks
chegar [Mon, 18 Aug 2014 20:09:25 -0700] rev 25993
8055353: libsplashscreen build fails on MacOSX Mavericks Reviewed-by: mchung, dholmes
Mon, 18 Aug 2014 14:03:21 +0100 Merge
chegar [Mon, 18 Aug 2014 14:03:21 +0100] rev 25992
Merge
Mon, 18 Aug 2014 10:59:36 +0100 Merge
chegar [Mon, 18 Aug 2014 10:59:36 +0100] rev 25991
Merge
Mon, 18 Aug 2014 08:48:59 -0400 Merge
mullan [Mon, 18 Aug 2014 08:48:59 -0400] rev 25990
Merge
Mon, 18 Aug 2014 08:45:08 -0400 7026255: Methods of Subject that throw SecurityException do not specify what permissions are required
mullan [Mon, 18 Aug 2014 08:45:08 -0400] rev 25989
7026255: Methods of Subject that throw SecurityException do not specify what permissions are required Reviewed-by: xuelei
Mon, 18 Aug 2014 13:55:29 +0200 8055111: [TESTBUG] jdk.testlibrary.Utils.removeGcOpts doesn't remove -Xconcgc
stefank [Mon, 18 Aug 2014 13:55:29 +0200] rev 25988
8055111: [TESTBUG] jdk.testlibrary.Utils.removeGcOpts doesn't remove -Xconcgc Reviewed-by: jmasa, brutisso, sla
Fri, 15 Aug 2014 12:28:58 +0200 8054278: Refactor jps utility tests
ykantser [Fri, 15 Aug 2014 12:28:58 +0200] rev 25987
8054278: Refactor jps utility tests Reviewed-by: jbachorik
Thu, 14 Aug 2014 15:54:04 -0700 8055004: Reduce allocation overhead in java.time.Period/Duration parse methods
sherman [Thu, 14 Aug 2014 15:54:04 -0700] rev 25986
8055004: Reduce allocation overhead in java.time.Period/Duration parse methods Summary: To use the offset based new parse methods. Reviewed-by: sherman Contributed-by: claes.redestad@oracle.com
Thu, 14 Aug 2014 15:18:11 +0200 8054480: Test java/util/logging/TestLoggerBundleSync.java fails: Unexpected bundle name: null
dfuchs [Thu, 14 Aug 2014 15:18:11 +0200] rev 25985
8054480: Test java/util/logging/TestLoggerBundleSync.java fails: Unexpected bundle name: null Summary: This is due to a race condition in the test where one GetRB thread can receive a stale LogRecord comming from another GetRB thread. Reviewed-by: dholmes
Thu, 14 Aug 2014 13:43:02 +0200 8054824: Clean up ProblemList.txt
sla [Thu, 14 Aug 2014 13:43:02 +0200] rev 25984
8054824: Clean up ProblemList.txt Reviewed-by: jbachorik
Tue, 29 Jul 2014 15:37:54 +0200 8052961: Test "com/sun/tools/attach/StartManagementAgent.java" failing intermittently
jbachorik [Tue, 29 Jul 2014 15:37:54 +0200] rev 25983
8052961: Test "com/sun/tools/attach/StartManagementAgent.java" failing intermittently Reviewed-by: sla
Tue, 12 Aug 2014 10:16:58 +0200 8044629: (reflect) Constructor.getAnnotatedReceiverType() returns wrong value
jfranck [Tue, 12 Aug 2014 10:16:58 +0200] rev 25982
8044629: (reflect) Constructor.getAnnotatedReceiverType() returns wrong value Summary: Update javadoc and align implementation with new spec Reviewed-by: psandoz
Tue, 12 Aug 2014 14:57:36 +0100 8054828: TEST_BUG: Typos in java/lang/Long/ParsingTest
alanb [Tue, 12 Aug 2014 14:57:36 +0100] rev 25981
8054828: TEST_BUG: Typos in java/lang/Long/ParsingTest Reviewed-by: alanb Contributed-by: claes.redestad@oracle.com
Tue, 12 Aug 2014 00:13:57 +0400 8054841: (process) ProcessBuilder leaks native memory
igerasim [Tue, 12 Aug 2014 00:13:57 +0400] rev 25980
8054841: (process) ProcessBuilder leaks native memory Reviewed-by: rriggs, alanb
Mon, 11 Aug 2014 21:03:59 +0100 8054857: Fix typos in java.lang.** packages
prappo [Mon, 11 Aug 2014 21:03:59 +0100] rev 25979
8054857: Fix typos in java.lang.** packages Reviewed-by: alanb
Mon, 11 Aug 2014 11:27:24 -0700 Merge
lana [Mon, 11 Aug 2014 11:27:24 -0700] rev 25978
Merge
Mon, 11 Aug 2014 11:00:20 -0700 Merge
lana [Mon, 11 Aug 2014 11:00:20 -0700] rev 25977
Merge
Mon, 11 Aug 2014 14:22:22 -0400 8054555: javadoc cleanup for java.sql and javax.sql
lancea [Mon, 11 Aug 2014 14:22:22 -0400] rev 25976
8054555: javadoc cleanup for java.sql and javax.sql Reviewed-by: darcy, igerasim
Mon, 11 Aug 2014 15:34:24 +0100 8054118: java/net/ipv6tests/UdpTest.java failed intermittently
msheppar [Mon, 11 Aug 2014 15:34:24 +0100] rev 25975
8054118: java/net/ipv6tests/UdpTest.java failed intermittently Summary: ignore the Teredo interface on windows test machines Reviewed-by: chegar
Mon, 11 Aug 2014 11:11:55 +0800 6997010: Consolidate java.security files into one file with modifications
weijun [Mon, 11 Aug 2014 11:11:55 +0800] rev 25974
6997010: Consolidate java.security files into one file with modifications Reviewed-by: mullan, erikj
Sat, 09 Aug 2014 21:27:33 -0700 Added tag jdk9-b26 for changeset dca4e4c83da4
lana [Sat, 09 Aug 2014 21:27:33 -0700] rev 25973
Added tag jdk9-b26 for changeset dca4e4c83da4
Fri, 08 Aug 2014 14:17:14 -0700 8054366: Broken link in SecureRandom.html
ascarpino [Fri, 08 Aug 2014 14:17:14 -0700] rev 25972
8054366: Broken link in SecureRandom.html Reviewed-by: xuelei, mullan, wetmore Contributed-by: Jamil Nimeh <jamil.j.nimeh@oracle.com>
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip