Thu, 26 Feb 2015 20:16:58 -0800 Merge
lana [Thu, 26 Feb 2015 20:16:58 -0800] rev 29135
Merge
Fri, 20 Feb 2015 17:18:47 +0100 8073560: Update BuildNashorn.gmk to require source/target 8 for jdk9 build
attila [Fri, 20 Feb 2015 17:18:47 +0100] rev 29134
8073560: Update BuildNashorn.gmk to require source/target 8 for jdk9 build Reviewed-by: sundar
Fri, 20 Feb 2015 15:47:28 +0100 8072426: Can't compare Java objects to strings or numbers
attila [Fri, 20 Feb 2015 15:47:28 +0100] rev 29133
8072426: Can't compare Java objects to strings or numbers Reviewed-by: hannesw, lagergren, sundar
Thu, 26 Feb 2015 15:58:18 -0800 Added tag jdk9-b52 for changeset 1a9a6f8f71f6
katleman [Thu, 26 Feb 2015 15:58:18 -0800] rev 29132
Added tag jdk9-b52 for changeset 1a9a6f8f71f6
Wed, 05 Jul 2017 20:21:51 +0200 Merge
duke [Wed, 05 Jul 2017 20:21:51 +0200] rev 29131
Merge
Thu, 26 Feb 2015 20:19:29 -0800 Merge
lana [Thu, 26 Feb 2015 20:19:29 -0800] rev 29130
Merge
Tue, 24 Feb 2015 12:45:34 -0800 8073696: Remove unused imports in java.corba, java.jaxws, jdk.httpserver
mchung [Tue, 24 Feb 2015 12:45:34 -0800] rev 29129
8073696: Remove unused imports in java.corba, java.jaxws, jdk.httpserver Reviewed-by: alanb, chegar
Thu, 26 Feb 2015 15:57:37 -0800 Added tag jdk9-b52 for changeset cda0ffc99002
katleman [Thu, 26 Feb 2015 15:57:37 -0800] rev 29128
Added tag jdk9-b52 for changeset cda0ffc99002
Wed, 05 Jul 2017 20:21:44 +0200 Merge
duke [Wed, 05 Jul 2017 20:21:44 +0200] rev 29127
Merge
Thu, 26 Feb 2015 20:18:40 -0800 Merge
lana [Thu, 26 Feb 2015 20:18:40 -0800] rev 29126
Merge
Thu, 26 Feb 2015 18:02:49 -0800 8073952: Spec of j.l.r.Method.toString/toGenericString need to be clarified
darcy [Thu, 26 Feb 2015 18:02:49 -0800] rev 29125
8073952: Spec of j.l.r.Method.toString/toGenericString need to be clarified Reviewed-by: lancea
Thu, 26 Feb 2015 18:50:02 -0500 8073354: TimSortStackSize2.java: test cleanup: make test run with single argument
lpriima [Thu, 26 Feb 2015 18:50:02 -0500] rev 29124
8073354: TimSortStackSize2.java: test cleanup: make test run with single argument Reviewed-by: dholmes
Thu, 26 Feb 2015 14:40:43 -0800 8073924: Update test/java/nio/charset/Charset/NIOCharsetAvailability.java to work with module system
sherman [Thu, 26 Feb 2015 14:40:43 -0800] rev 29123
8073924: Update test/java/nio/charset/Charset/NIOCharsetAvailability.java to work with module system Summary: to use module's runtime filesystem to iterate the class files Reviewed-by: alanb
Thu, 26 Feb 2015 16:29:49 +0000 8073955: Update java.security.debug help text to reflect recent enhancements for debugging
vinnie [Thu, 26 Feb 2015 16:29:49 +0000] rev 29122
8073955: Update java.security.debug help text to reflect recent enhancements for debugging Reviewed-by: mullan
Thu, 26 Feb 2015 09:36:30 +0000 8071447: IBM1166 Locale Request for Kazakh characters
coffeys [Thu, 26 Feb 2015 09:36:30 +0000] rev 29121
8071447: IBM1166 Locale Request for Kazakh characters Reviewed-by: sherman
Thu, 26 Feb 2015 08:08:52 +0800 8073853: KeyToolTest.java has too many too long lines
weijun [Thu, 26 Feb 2015 08:08:52 +0800] rev 29120
8073853: KeyToolTest.java has too many too long lines Reviewed-by: mullan
Wed, 25 Feb 2015 13:04:31 -0800 8073893: Enable charsets build system to configure euc_tw into java.base module/sun.nio.cs
sherman [Wed, 25 Feb 2015 13:04:31 -0800] rev 29119
8073893: Enable charsets build system to configure euc_tw into java.base module/sun.nio.cs Summary: to enable charsets build system to configure euc_tw into java.base module/sun.nio.cs Reviewed-by: alanb, mchung
Wed, 25 Feb 2015 19:36:29 +0000 8046901: Check jdk/src/solaris/native/sun/nio for Parfait flagged uninitialized memory
msheppar [Wed, 25 Feb 2015 19:36:29 +0000] rev 29118
8046901: Check jdk/src/solaris/native/sun/nio for Parfait flagged uninitialized memory Reviewed-by: rriggs, alanb
Wed, 25 Feb 2015 18:41:07 +0100 8072645: java.util.logging should use java.time to get more precise time stamps
dfuchs [Wed, 25 Feb 2015 18:41:07 +0100] rev 29117
8072645: java.util.logging should use java.time to get more precise time stamps Summary: j.u.logging uses j.t.Instant to store LogRecord time stamps. XMLFormatter format is updated to allow for a new optional <nanos> element containing a nano second adjustment. SimpleFormatter passes a ZonedDateTime object to String.format. LogRecord getMillis/setMillis are deprecated, replaced by getInstant/setInstant. Reviewed-by: scolebourne, plevart, rriggs Contributed-by: daniel.fuchs@oracle.com, peter.levart@gmail.com
Wed, 25 Feb 2015 17:24:13 +0000 8055204: Memory leak in jdk/src/windows/native/java/lang/java_props_md.c
msheppar [Wed, 25 Feb 2015 17:24:13 +0000] rev 29116
8055204: Memory leak in jdk/src/windows/native/java/lang/java_props_md.c Reviewed-by: rriggs
Wed, 25 Feb 2015 17:05:56 +0000 8046893: JNI exception pending in jdk/src/solaris/native/java/net: ExtendedOptionsImpl.c, PlainDatagramSocketImpl.c
msheppar [Wed, 25 Feb 2015 17:05:56 +0000] rev 29115
8046893: JNI exception pending in jdk/src/solaris/native/java/net: ExtendedOptionsImpl.c, PlainDatagramSocketImpl.c Reviewed-by: alanb, chegar
Wed, 25 Feb 2015 06:21:55 -0800 8066185: VM crashed with SIGSEGV VirtualMemoryTracker::add_reserved_region
ksrini [Wed, 25 Feb 2015 06:21:55 -0800] rev 29114
8066185: VM crashed with SIGSEGV VirtualMemoryTracker::add_reserved_region Reviewed-by: coleenp, dholmes
Wed, 25 Feb 2015 14:30:02 +0100 8014678: Spurious AccessControlException thrown in java.lang.Class.getEnclosingMethod()
jfranck [Wed, 25 Feb 2015 14:30:02 +0100] rev 29113
8014678: Spurious AccessControlException thrown in java.lang.Class.getEnclosingMethod() Reviewed-by: ahgross, mchung, psandoz
Wed, 25 Feb 2015 11:44:53 +0000 7178362: Socket impls should ignore unsupported proxy types rather than throwing
coffeys [Wed, 25 Feb 2015 11:44:53 +0000] rev 29112
7178362: Socket impls should ignore unsupported proxy types rather than throwing Reviewed-by: chegar
Wed, 25 Feb 2015 18:30:29 +0800 8073182: keytool may generate duplicate extensions
weijun [Wed, 25 Feb 2015 18:30:29 +0800] rev 29111
8073182: keytool may generate duplicate extensions Reviewed-by: mullan
Wed, 25 Feb 2015 18:30:07 +0800 8073181: keytool -ext honored not working correctly
weijun [Wed, 25 Feb 2015 18:30:07 +0800] rev 29110
8073181: keytool -ext honored not working correctly Reviewed-by: mullan
Tue, 24 Feb 2015 12:45:56 -0800 8073696: Remove unused imports in java.corba, java.jaxws, jdk.httpserver
mchung [Tue, 24 Feb 2015 12:45:56 -0800] rev 29109
8073696: Remove unused imports in java.corba, java.jaxws, jdk.httpserver Reviewed-by: alanb, chegar
Tue, 24 Feb 2015 21:51:45 +0100 8073394: Clock.systemUTC() should return a constant
dfuchs [Tue, 24 Feb 2015 21:51:45 +0100] rev 29108
8073394: Clock.systemUTC() should return a constant Summary: Clock.systemUTC() now returns SystemClock.UTC Reviewed-by: scolebourne, rriggs, plevart, lancea
Tue, 24 Feb 2015 10:52:02 -0800 Merge
amurillo [Tue, 24 Feb 2015 10:52:02 -0800] rev 29107
Merge
Fri, 20 Feb 2015 14:14:09 -0800 Merge
amurillo [Fri, 20 Feb 2015 14:14:09 -0800] rev 29106
Merge
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip