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
Wed, 18 Feb 2015 19:28:08 -0800 Merge
ctornqvi [Wed, 18 Feb 2015 19:28:08 -0800] rev 29105
Merge
Mon, 16 Feb 2015 10:53:49 +0100 8072908: com/sun/management/OperatingSystemMXBean/TestTotalSwap.sh fails on OS X with exit code 2
jbachorik [Mon, 16 Feb 2015 10:53:49 +0100] rev 29104
8072908: com/sun/management/OperatingSystemMXBean/TestTotalSwap.sh fails on OS X with exit code 2 Reviewed-by: dholmes, sla
Tue, 24 Feb 2015 19:50:17 +0300 8073779: StackOverflowError called StackOverflowException in javadoc
igerasim [Tue, 24 Feb 2015 19:50:17 +0300] rev 29103
8073779: StackOverflowError called StackOverflowException in javadoc Reviewed-by: martin
Tue, 24 Feb 2015 10:56:48 +0100 8073713: javadoc warnings in serviceability code
sla [Tue, 24 Feb 2015 10:56:48 +0100] rev 29102
8073713: javadoc warnings in serviceability code Reviewed-by: mgronlun, alanb, sspitsyn
Tue, 24 Feb 2015 09:46:29 +0100 6588467: Add isDaemon() and getPriority() to ThreadInfo
jmanson [Tue, 24 Feb 2015 09:46:29 +0100] rev 29101
6588467: Add isDaemon() and getPriority() to ThreadInfo Reviewed-by: mchung, sla, dholmes, martin
Mon, 23 Feb 2015 11:40:48 -0800 8072663: Remove the sun.security.acl package which is not used in the JDK
juh [Mon, 23 Feb 2015 11:40:48 -0800] rev 29100
8072663: Remove the sun.security.acl package which is not used in the JDK Reviewed-by: mullan, alanb, mchung
Mon, 23 Feb 2015 08:46:07 -0800 8062750: Separate SNMP messages from sun.management.resources.agent
mchung [Mon, 23 Feb 2015 08:46:07 -0800] rev 29099
8062750: Separate SNMP messages from sun.management.resources.agent Reviewed-by: alanb, dfuchs, erikj
Mon, 23 Feb 2015 17:22:56 +0000 8073667: URL should not use service loader to lookup the jar protocol handler
chegar [Mon, 23 Feb 2015 17:22:56 +0000] rev 29098
8073667: URL should not use service loader to lookup the jar protocol handler Reviewed-by: alanb
Mon, 23 Feb 2015 15:48:20 +0000 8064924: Update java.net.URL to work with modules
chegar [Mon, 23 Feb 2015 15:48:20 +0000] rev 29097
8064924: Update java.net.URL to work with modules Reviewed-by: alanb, plevart, psandoz
Mon, 23 Feb 2015 11:37:36 +0100 8073498: Enhance GensrcProperties.gmk to allow an alternative source root
erikj [Mon, 23 Feb 2015 11:37:36 +0100] rev 29096
8073498: Enhance GensrcProperties.gmk to allow an alternative source root Reviewed-by: tbell, mchung, ihse
Sat, 21 Feb 2015 13:46:24 +0100 8068790: ZipEntry/JarEntry.setCreation/LastAccessTime(null) don't throw NPE as specified
redestad [Sat, 21 Feb 2015 13:46:24 +0100] rev 29095
8068790: ZipEntry/JarEntry.setCreation/LastAccessTime(null) don't throw NPE as specified Reviewed-by: coffeys, sherman
Fri, 20 Feb 2015 18:32:10 +0300 8073479: Replace obj.getClass hacks with Objects.requireNonNull
shade [Fri, 20 Feb 2015 18:32:10 +0300] rev 29094
8073479: Replace obj.getClass hacks with Objects.requireNonNull Reviewed-by: dfuchs, plevart, vlivanov
Thu, 26 Feb 2015 15:58:06 -0800 Added tag jdk9-b52 for changeset 8a11fed0d1a0
katleman [Thu, 26 Feb 2015 15:58:06 -0800] rev 29093
Added tag jdk9-b52 for changeset 8a11fed0d1a0
Wed, 05 Jul 2017 20:21:34 +0200 Merge
duke [Wed, 05 Jul 2017 20:21:34 +0200] rev 29092
Merge
Thu, 26 Feb 2015 20:17:34 -0800 Merge
lana [Thu, 26 Feb 2015 20:17:34 -0800] rev 29091
Merge
Fri, 20 Feb 2015 14:14:08 -0800 Merge
amurillo [Fri, 20 Feb 2015 14:14:08 -0800] rev 29090
Merge
Thu, 19 Feb 2015 11:12:59 -0800 Merge
vlivanov [Thu, 19 Feb 2015 11:12:59 -0800] rev 29089
Merge
Tue, 17 Feb 2015 21:46:39 +0000 Merge
iveresov [Tue, 17 Feb 2015 21:46:39 +0000] rev 29088
Merge
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip