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
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
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
ksrini [Wed, 25 Feb 2015 06:21:55 -0800] rev 29114
8066185: VM crashed with SIGSEGV VirtualMemoryTracker::add_reserved_region
Reviewed-by: coleenp, dholmes
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
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
weijun [Wed, 25 Feb 2015 18:30:29 +0800] rev 29111
8073182: keytool may generate duplicate extensions
Reviewed-by: mullan
weijun [Wed, 25 Feb 2015 18:30:07 +0800] rev 29110
8073181: keytool -ext honored not working correctly
Reviewed-by: mullan