Sat, 19 Jan 2013 08:39:20 +0000 8006568: HTTP protocol handler NLTM Authentication should use Base64 API
msheppar [Sat, 19 Jan 2013 08:39:20 +0000] rev 15276
8006568: HTTP protocol handler NLTM Authentication should use Base64 API Reviewed-by: chegar, alanb
Fri, 18 Jan 2013 18:48:44 +0000 6939260: (fs) BasicFileAttributes.lastModifiedTime() should return last modified time with higher precision
alanb [Fri, 18 Jan 2013 18:48:44 +0000] rev 15275
6939260: (fs) BasicFileAttributes.lastModifiedTime() should return last modified time with higher precision Reviewed-by: chegar
Fri, 18 Jan 2013 17:34:40 +0000 8005120: Compiler warnings in socket transport native code
jzavgren [Fri, 18 Jan 2013 17:34:40 +0000] rev 15274
8005120: Compiler warnings in socket transport native code Reviewed-by: chegar, dsamersoff
Thu, 17 Jan 2013 15:09:46 -0500 8006534: CLONE - TestLibrary.getUnusedRandomPort() fails intermittently-doesn't retry enough times
jgish [Thu, 17 Jan 2013 15:09:46 -0500] rev 15273
8006534: CLONE - TestLibrary.getUnusedRandomPort() fails intermittently-doesn't retry enough times Summary: Increase number of retries to twice the number of ports in the reserved range Reviewed-by: mduigou
Thu, 17 Jan 2013 14:50:02 -0800 7171415: java.net.URI.equals/hashCode not consistent for some URIs
khazra [Thu, 17 Jan 2013 14:50:02 -0800] rev 15272
7171415: java.net.URI.equals/hashCode not consistent for some URIs Summary: Rewrite URI.hashCode() to consider encoded characters, also reviewed by vitalyd@gmail.com, schlosna@gmail.com Reviewed-by: chegar
Thu, 17 Jan 2013 12:49:33 -0800 8006090: Formatter asserts with -esa
sherman [Thu, 17 Jan 2013 12:49:33 -0800] rev 15271
8006090: Formatter asserts with -esa Summary: removed the offending assert Reviewed-by: alanb, darcy Contributed-by: brian.burkhalter@oracle.com
Wed, 16 Jan 2013 12:07:32 -0800 Merge
lana [Wed, 16 Jan 2013 12:07:32 -0800] rev 15270
Merge
Wed, 16 Jan 2013 13:35:17 -0500 8005939: sun/security/x509/{X509CRLImplX509CertImpl}/Verify.java fail in confusing way when some providers not present
juh [Wed, 16 Jan 2013 13:35:17 -0500] rev 15269
8005939: sun/security/x509/{X509CRLImplX509CertImpl}/Verify.java fail in confusing way when some providers not present Reviewed-by: mullan, weijun
Wed, 16 Jan 2013 09:51:21 -0500 8005389: Backout fix for JDK-6500133
juh [Wed, 16 Jan 2013 09:51:21 -0500] rev 15268
8005389: Backout fix for JDK-6500133 Reviewed-by: mullan
Wed, 16 Jan 2013 12:09:35 +0000 8001666: Add lambda-compatible atomics and accumulators to the ActomicXXX classes
dl [Wed, 16 Jan 2013 12:09:35 +0000] rev 15267
8001666: Add lambda-compatible atomics and accumulators to the ActomicXXX classes Reviewed-by: dl, chegar, darcy, goetz Contributed-by: dl@cs.oswego.edu, chris.hegarty@oracle.com
Wed, 16 Jan 2013 10:14:09 +0000 8005926: Merge ThreadLocalRandom state into java.lang.Thread
dl [Wed, 16 Jan 2013 10:14:09 +0000] rev 15266
8005926: Merge ThreadLocalRandom state into java.lang.Thread Reviewed-by: shade, chegar
Tue, 15 Jan 2013 19:58:22 +0000 8005618: TEST_BUG: java/lang/ProcessBuilder/Basic.java failing intermittently
robm [Tue, 15 Jan 2013 19:58:22 +0000] rev 15265
8005618: TEST_BUG: java/lang/ProcessBuilder/Basic.java failing intermittently Reviewed-by: alanb, martin, dholmes
Tue, 15 Jan 2013 11:44:20 +0000 8005406: HTTP server implementation should use Base64 API
chegar [Tue, 15 Jan 2013 11:44:20 +0000] rev 15264
8005406: HTTP server implementation should use Base64 API Reviewed-by: khazra, alanb, chegar Contributed-by: Mark Sheppard <mark.sheppard@oracle.com>
Tue, 15 Jan 2013 14:26:59 +0400 8005250: Downgrade normative references to ${java.home}/lib folder from Java client code.
uta [Tue, 15 Jan 2013 14:26:59 +0400] rev 15263
8005250: Downgrade normative references to ${java.home}/lib folder from Java client code. Summary: Javadoc was changed in accordance with CCC-8005250 request. Reviewed-by: alanb, amenkov
Mon, 14 Jan 2013 18:31:48 -0800 8006265: Add test SSLEngineDeadlock.java to ProblemList
xuelei [Mon, 14 Jan 2013 18:31:48 -0800] rev 15262
8006265: Add test SSLEngineDeadlock.java to ProblemList Reviewed-by: weijun
Mon, 14 Jan 2013 15:46:54 -0800 8005252: pack200 should support MethodParameters
ksrini [Mon, 14 Jan 2013 15:46:54 -0800] rev 15261
8005252: pack200 should support MethodParameters Reviewed-by: jrose
Mon, 14 Jan 2013 11:09:53 -0800 7162007: Clean up i18n related caches
naoto [Mon, 14 Jan 2013 11:09:53 -0800] rev 15260
7162007: Clean up i18n related caches Reviewed-by: okutsu, ohair
Sun, 13 Jan 2013 19:57:06 -0500 8005232: (JEP-149) Class Instance size reduction
dholmes [Sun, 13 Jan 2013 19:57:06 -0500] rev 15259
8005232: (JEP-149) Class Instance size reduction Summary: Moved the fields for cached reflection objects into a seperate ReflectionData object to reduce dynamic footprint. Reviewed-by: dholmes, mchung, shade Contributed-by: Peter Levart <peter.levart@gmail.com>
Sun, 13 Jan 2013 22:09:50 +0000 8006153: HTTP protocol handler authenication should use Base64 API
chegar [Sun, 13 Jan 2013 22:09:50 +0000] rev 15258
8006153: HTTP protocol handler authenication should use Base64 API Reviewed-by: chegar, alanb Contributed-by: Mark Sheppard <mark.sheppard@oracle.com>
Fri, 11 Jan 2013 22:45:42 -0800 Merge
sherman [Fri, 11 Jan 2013 22:45:42 -0800] rev 15257
Merge
Fri, 11 Jan 2013 22:43:29 -0800 8005466: JAR file entry hash table uses too much memory (zlib_util.c)
sherman [Fri, 11 Jan 2013 22:43:29 -0800] rev 15256
8005466: JAR file entry hash table uses too much memory (zlib_util.c) Summary: realign the fields of jzcell struct Reviewed-by: sherman Contributed-by: ioi.lam@oracle.com
Fri, 11 Jan 2013 15:39:08 -0800 7131459: [Fmt-De] DecimalFormat produces wrong format() results when close to a tie
darcy [Fri, 11 Jan 2013 15:39:08 -0800] rev 15255
7131459: [Fmt-De] DecimalFormat produces wrong format() results when close to a tie Reviewed-by: darcy Contributed-by: olivier.lagneau@oracle.com
Fri, 11 Jan 2013 20:19:55 +0000 8005978: shell tests need to use the $COMPILEJDK for javac, jar and other tools
alanb [Fri, 11 Jan 2013 20:19:55 +0000] rev 15254
8005978: shell tests need to use the $COMPILEJDK for javac, jar and other tools Reviewed-by: chegar
Fri, 11 Jan 2013 12:27:57 +0000 8005566: (fs) test/java/nio/file/Files/Misc.java failing (sol)
alanb [Fri, 11 Jan 2013 12:27:57 +0000] rev 15253
8005566: (fs) test/java/nio/file/Files/Misc.java failing (sol) Reviewed-by: chegar
Thu, 10 Jan 2013 21:12:27 -0800 8006062: Add @Repeatable to repeating annotations regression tests in JDK repo
darcy [Thu, 10 Jan 2013 21:12:27 -0800] rev 15252
8006062: Add @Repeatable to repeating annotations regression tests in JDK repo Reviewed-by: jjg
Thu, 10 Jan 2013 19:37:26 -0800 Merge
jjg [Thu, 10 Jan 2013 19:37:26 -0800] rev 15251
Merge
Thu, 10 Jan 2013 19:36:36 -0800 8004834: Add doclint support into javadoc
jjg [Thu, 10 Jan 2013 19:36:36 -0800] rev 15250
8004834: Add doclint support into javadoc Reviewed-by: erikj, tbell
Thu, 24 Jan 2013 16:49:20 -0800 Added tag jdk8-b74 for changeset 64054e252871
katleman [Thu, 24 Jan 2013 16:49:20 -0800] rev 15249
Added tag jdk8-b74 for changeset 64054e252871
Wed, 05 Jul 2017 18:37:42 +0200 Merge
duke [Wed, 05 Jul 2017 18:37:42 +0200] rev 15248
Merge
Fri, 25 Jan 2013 02:36:28 -0800 Added tag hs25-b17 for changeset f767fc368725
amurillo [Fri, 25 Jan 2013 02:36:28 -0800] rev 15247
Added tag hs25-b17 for changeset f767fc368725
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip