Mark Sheppard
c90f8b8839
8046901: Check jdk/src/solaris/native/sun/nio for Parfait flagged uninitialized memory
...
Reviewed-by: rriggs, alanb
2015-02-25 19:36:29 +00:00
Daniel Fuchs
fc084beb84
8072645: java.util.logging should use java.time to get more precise time stamps
...
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.
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Reviewed-by: scolebourne, plevart, rriggs
2015-02-25 18:41:07 +01:00
Mark Sheppard
0f708456b2
8055204: Memory leak in jdk/src/windows/native/java/lang/java_props_md.c
...
Reviewed-by: rriggs
2015-02-25 17:24:13 +00:00
Mark Sheppard
dcdbd32603
8046893: JNI exception pending in jdk/src/solaris/native/java/net: ExtendedOptionsImpl.c, PlainDatagramSocketImpl.c
...
Reviewed-by: alanb, chegar
2015-02-25 17:05:56 +00:00
Kumar Srinivasan
8749a5a08c
8066185: VM crashed with SIGSEGV VirtualMemoryTracker::add_reserved_region
...
Reviewed-by: coleenp, dholmes
2015-02-25 06:21:55 -08:00
Joel Borggrén-Franck
cdf8c27ddb
8014678: Spurious AccessControlException thrown in java.lang.Class.getEnclosingMethod()
...
Reviewed-by: ahgross, mchung, psandoz
2015-02-25 14:30:02 +01:00
Sean Coffey
6d78b91ac9
7178362: Socket impls should ignore unsupported proxy types rather than throwing
...
Reviewed-by: chegar
2015-02-25 11:44:53 +00:00
Weijun Wang
b505d5ad05
8073182: keytool may generate duplicate extensions
...
Reviewed-by: mullan
2015-02-25 18:30:29 +08:00
Weijun Wang
ed25ae3aeb
8073181: keytool -ext honored not working correctly
...
Reviewed-by: mullan
2015-02-25 18:30:07 +08:00
Mandy Chung
f2313d073e
8073696: Remove unused imports in java.corba, java.jaxws, jdk.httpserver
...
Reviewed-by: alanb, chegar
2015-02-24 12:45:56 -08:00
Daniel Fuchs
2390a77789
8073394: Clock.systemUTC() should return a constant
...
Clock.systemUTC() now returns SystemClock.UTC
Reviewed-by: scolebourne, rriggs, plevart, lancea
2015-02-24 21:51:45 +01:00
Ivan Gerasimov
f3c4924379
8073779: StackOverflowError called StackOverflowException in javadoc
...
Reviewed-by: martin
2015-02-24 19:50:17 +03:00
Staffan Larsen
93d09edf06
8073713: javadoc warnings in serviceability code
...
Reviewed-by: mgronlun, alanb, sspitsyn
2015-02-24 10:56:48 +01:00
Jeremy Manson
d1225ad485
6588467: Add isDaemon() and getPriority() to ThreadInfo
...
Reviewed-by: mchung, sla, dholmes, martin
2015-02-24 09:46:29 +01:00
Jason Uh
9a2cc32b19
8072663: Remove the sun.security.acl package which is not used in the JDK
...
Reviewed-by: mullan, alanb, mchung
2015-02-23 11:40:48 -08:00
Mandy Chung
638c2d5f82
8062750: Separate SNMP messages from sun.management.resources.agent
...
Reviewed-by: alanb, dfuchs, erikj
2015-02-23 08:46:07 -08:00
Chris Hegarty
f71f63f2f2
8073667: URL should not use service loader to lookup the jar protocol handler
...
Reviewed-by: alanb
2015-02-23 17:22:56 +00:00
Chris Hegarty
b7d0702188
8064924: Update java.net.URL to work with modules
...
Reviewed-by: alanb, plevart, psandoz
2015-02-23 15:48:20 +00:00
Claes Redestad
16989e7b17
8068790: ZipEntry/JarEntry.setCreation/LastAccessTime(null) don't throw NPE as specified
...
Reviewed-by: coffeys, sherman
2015-02-21 13:46:24 +01:00
Aleksey Shipilev
e0e6ce31fd
8073479: Replace obj.getClass hacks with Objects.requireNonNull
...
Reviewed-by: dfuchs, plevart, vlivanov
2015-02-20 18:32:10 +03:00
Mandy Chung
3bbf6fb281
8073373: Remove redundant imports from sun/applet/AppletProps.java
...
Reviewed-by: serb
2015-02-18 08:59:55 -08:00
Alejandro Murillo
a68e87751a
Merge
2015-02-18 09:14:48 -08:00
Brian Burkhalter
3004d4881c
8073347: javadoc of Formattable messed up by JDK-8019857
...
Change sample code formatting to the currently blessed idiom.
Reviewed-by: martin
2015-02-17 12:02:38 -08:00
David Dehaven
c627fa5807
Merge
2015-02-17 11:44:51 -08:00
Jason Uh
f7f4ab9df6
8042967: Add variant of DSA Signature algorithms that do not ASN.1 encode the signature bytes
...
Reviewed-by: mullan
2015-02-17 10:48:24 -08:00
Brian Burkhalter
2b1139db7c
8073207: javadoc typos in java.nio.channels.Pipe
...
Correct the verbiage as suggested.
Reviewed-by: alanb
2015-02-17 09:18:27 -08:00
Staffan Larsen
f9c63b42ed
8025636: Hide lambda proxy frames in stacktraces
...
Reviewed-by: jrose, forax, jfranck, vlivanov
2015-02-17 10:09:26 +01:00
Lev Priima
a1d6f0cbcd
8073124: Tune test and document TimSort runs length stack size increase
...
Reviewed-by: dholmes
2015-02-16 19:16:50 -05:00
Rob McKenna
0ad8cc755b
8067846: (sctp) InternalError when receiving SendFailedNotification
...
Reviewed-by: chegar
2015-02-16 22:57:17 +00:00
Xueming Shen
1eb1419d72
8073152: Update Standard/ExtendedCharsets to work with module system
...
To reorganize the standard and extendec charset configuration during build time
Reviewed-by: alanb
2015-02-16 14:53:59 -08:00
Alejandro Murillo
5621c4a866
Merge
2015-02-16 08:47:40 -08:00
Mark Sheppard
c717b07bc5
8068682: Deprivilege/move java.corba to the ext class loader
...
Reviewed-by: alanb, mchung
2015-02-16 00:10:42 +00:00
Christian Tornqvist
700da67504
Merge
2015-02-13 05:17:57 -08:00
Paul Sandoz
a12ad15110
8069325: Pattern.splitAsStream does not return input if it is empty and there is no match
...
Reviewed-by: sherman
2015-02-13 11:13:30 +01:00
Paul Sandoz
4b2af9acf9
8071670: java.util.Optional: please add a way to specify if-else behavior
...
Reviewed-by: dfuchs, lowasser
2015-02-13 11:13:27 +01:00
Weijun Wang
3cb54779b0
8071338: Move policytool from JRE to JDK
...
Reviewed-by: alanb, erikj, ihse, mchung
2015-02-13 11:03:57 +08:00
Vladimir Ivanov
75a181784a
Merge
2015-02-12 13:55:05 -08:00
Roger Riggs
5d4cdb23e5
8072034: (process) ProcessBuilder.start and Runtime.exec UnsupportedOperationException editorial cleanup
...
Reviewed-by: alanb
2015-02-12 12:06:36 -05:00
Jaroslav Bachorik
2c4a9ce20b
8072932: Test fails with java.security.AccessControlException: access denied ("java.security.SecurityPermission" "getDomainCombiner")
...
Reviewed-by: mullan
2015-02-12 17:01:10 +01:00
Lev Priima
892b06056c
8072909: TimSort fails with ArrayIndexOutOfBoundsException on worst case long arrays
...
Reviewed-by: rriggs, dholmes
2015-02-12 10:34:35 -05:00
Brian Burkhalter
14b8722c45
8066842: java.math.BigDecimal.divide(BigDecimal, RoundingMode) produces incorrect result
...
Replace divWord() with non-truncating alternatives
Reviewed-by: psandoz, darcy
2015-02-11 17:20:39 -08:00
Paul Sandoz
736e4a1146
8068975: Remove deprecated methods on sun.misc.Unsafe and clean up native implementation
...
Reviewed-by: dholmes, kvn, vlivanov
2015-02-10 14:10:32 +01:00
Johannes Scheerer
b856eeaa98
8072611: (process) ProcessBuilder redirecting output to file should work with long file names (win)
...
Reviewed-by: rriggs, simonis
2015-02-10 10:44:38 +01:00
Shaun Spiller
9807a1372d
8064562: (doc) errors in java.io.PushbackInputStream API documentation
...
Update the documentation as suggested to reflect reality.
Reviewed-by: lancea, rriggs
2015-02-11 07:40:43 -08:00
Rob McKenna
4c95aedcd9
8065553: Failed Java web start via IPv6 (Java7u71 or later)
...
Reviewed-by: xuelei
2015-02-10 23:32:48 +00:00
Joe Darcy
42d24e8ed5
8072843: Typo in the description of the j.l.r.Executable.getAnnotatedReceiverType
...
Reviewed-by: lancea
2015-02-10 11:34:13 -08:00
Amy Lu
3bf803f0c9
8069255: Suppress deprecation warnings in jdk.rmic module (jdk repo)
...
Reviewed-by: rriggs
2015-02-10 12:28:02 -05:00
Paul Sandoz
7c67f47c4d
8050819: Please add java.util.Stream.ofNullable(T object)
...
Reviewed-by: alanb, smarks
2015-02-10 11:18:51 +01:00
Athijegannathan Sundararajan
31d47aea0f
8068587: ScriptEngineFactory.getParameter() should specify NPE for a null key
...
Reviewed-by: alanb, lagergren
2015-02-10 14:44:33 +05:30
Joe Darcy
127d4e1aec
8069277: Doclint regression in java/security/KeyStore.java
...
Reviewed-by: weijun
2015-02-09 17:49:26 -08:00