Anthony Scarpino
|
c8b71e6bd3
|
8064546: CipherInputStream throws BadPaddingException if stream is not fully read
Reviewed-by: xuelei
|
2015-04-08 17:46:43 -07:00 |
|
Chris Hegarty
|
7e6f12e6e9
|
8076442: Cannot fully read BitSet.stream() if bit Integer.MAX_VALUE is set
Reviewed-by: alanb, henryjen
|
2015-04-07 10:33:08 +01:00 |
|
Xueming Shen
|
2de64493a2
|
8076641: getNextEntry throws ArrayIndexOutOfBoundsException when unzipping file
To add extra sanity check for entry extra data
Reviewed-by: alanb
|
2015-04-06 13:41:10 -07:00 |
|
Jonathan Gibbons
|
1c198f4faa
|
8076583: move jdk.Exported from langtools to jdk
Reviewed-by: darcy, alanb, tbell, mchung, jlahoda
|
2015-04-03 15:23:02 -07:00 |
|
Brent Christian
|
6c5d70bfbc
|
8071667: HashMap.computeIfAbsent() adds entry that HashMap.get() does not find
Throw ConcurrentModificationException from computeIfAbsent() & friends
Reviewed-by: chegar, psandoz
|
2015-04-02 12:33:03 -07:00 |
|
Mikael Vidstedt
|
7b1455163e
|
8074840: Resolve disabled warnings for libjli and libjli_static
Reviewed-by: dholmes, ksrini
|
2015-04-02 11:54:33 -07:00 |
|
Nadeesh TV
|
1795821684
|
8076441: Dead code in java.time.chrono.Chronology.isLeapYear after fixing JDK-8067800
Reviewed-by: igerasim, rriggs
|
2015-04-02 14:25:27 -04:00 |
|
Roger Riggs
|
84eb217450
|
7021006: (process) Remove disabled clone-exec feature
Remove clone implemention on Unix
Reviewed-by: martin, alanb, dholmes
|
2015-03-30 09:49:26 -04:00 |
|
Roger Riggs
|
adc0b9b8aa
|
8076184: Cleanup compile/link warnings on Solaris
Cleanup reorder-sparc* and jni_util.c files
Reviewed-by: erikj, alanb
|
2015-03-30 09:45:39 -04:00 |
|
Aleksei Efimov
|
7863bfdf2a
|
8075667: (tz) Support tzdata2015b
Reviewed-by: okutsu
|
2015-03-30 15:57:39 +03:00 |
|
Masayoshi Okutsu
|
90e30c53bc
|
8075548: SimpleDateFormat formatting of "LLLL" in English is incorrect; should be identical to "MMMM"
Reviewed-by: naoto
|
2015-03-30 16:31:18 +09:00 |
|
David Holmes
|
f2bf96030e
|
8072740: move closed jvm.cfg files out of open repo
Reviewed-by: erikj, ihse, dlong
|
2015-03-26 19:25:48 -04:00 |
|
Srikanth Adayapalam
|
3f410c76ca
|
8076039: Remove the unused internal API sun.reflect.misc.FieldUtil.getDeclaredFields
Reviewed-by: mchung, hawtin
|
2015-03-26 11:59:41 +05:30 |
|
Martin Buchholz
|
47ed235f36
|
8074578: Document memory visibility effects of Unsafe compareAndSwap methods
Reviewed-by: psandoz, jrose, dholmes
|
2015-03-04 17:35:40 -08:00 |
|
Martin Buchholz
|
8ab93c84ec
|
8073158: zip files with total entry count 0xFFFF need not be ZIP64 files
Minor rewrite of crufty zip implementation in parse_manifest.c
Reviewed-by: sherman
|
2015-03-25 15:36:43 -07:00 |
|
Pavel Rappo
|
39b55b3d5a
|
8075959: Change parameter names in some IOException subclasses
Reviewed-by: rriggs
|
2015-03-25 15:42:41 +00:00 |
|
Paul Sandoz
|
b220e6cb1d
|
8075307: Pipeline calculating inconsistent flag state for parallel stateful ops
Reviewed-by: smarks
|
2015-03-25 10:50:08 +00:00 |
|
Jason Uh
|
6a2c954d63
|
8074531: Remove javax.security.cert.X509Certificate usage in internal networking packages
Reviewed-by: mullan
|
2015-03-24 11:31:04 -07:00 |
|
Chris Hegarty
|
82dd135b5f
|
8075824: Add default[Read|Write]Object to java.util.Date
Reviewed-by: alanb, rriggs
|
2015-03-24 14:48:11 +00:00 |
|
Roger Riggs
|
a056457b52
|
8067796: (process) Process.waitFor(timeout, unit) doesn't throw NPE if timeout is less than, or equal to zero when unit == null
Implement checking for NPE in Process implementation before other conditions
Reviewed-by: martin, chegar
|
2015-03-23 10:13:32 -04:00 |
|
Roger Riggs
|
149272bbdb
|
Merge
|
2015-03-23 10:58:27 -04:00 |
|
Roger Riggs
|
c92b8a33a6
|
8073220: A typo in the documentation for class ProcessBuilder
Correct reference to be OutputStream
Reviewed-by: martin, alanb
|
2015-03-23 09:53:08 -04:00 |
|
Roger Riggs
|
7cb7ae5914
|
8071480: (process spec) ProcessBuilder.start spec linked to the wrong checkRead and checkWrite methods
Disambiguate with links to checkRead(String) and checkWrite(String)
Reviewed-by: alanb, martin
|
2015-03-23 09:52:42 -04:00 |
|
Paul Sandoz
|
497fe8d068
|
8075560: Typo in Javadoc for java.util.Optional.equals()
Reviewed-by: alanb
|
2015-03-23 14:20:39 +01:00 |
|
Weijun Wang
|
3fbfa7ee89
|
8074935: jdk8 keytool doesn't validate pem files for RFC 1421 correctness, as jdk7 did
Reviewed-by: mullan
|
2015-03-23 08:51:51 +08:00 |
|
Brian Burkhalter
|
d7419560c2
|
8075362: j.u.Properties.load() methods have misaligned @throws clauses
Add spaces to align the @throws clauses, and rename Basic.java test and its @summary clause.
Reviewed-by: rriggs
|
2015-03-20 10:37:03 -07:00 |
|
Naoto Sato
|
ca08065c34
|
8074350: Support ISO 4217 "Current funds codes" table (A.2)
8074351: Support for currencies with the 4 digits (or more) minor unit
Reviewed-by: okutsu
|
2015-03-17 16:04:26 -07:00 |
|
Xueming Shen
|
f3a2e4480d
|
8074678: JCK test java_util/regex/MatchResult/index.html starts failing after JDK-8071479
To add non-match sanity check
Reviewed-by: psandoz
|
2015-03-17 09:54:36 -07:00 |
|
Brian Burkhalter
|
7d1b3d7277
|
8075222: RandomAccessFile.getChannel changed to non-final in error
Reinstate 'final' RandomAccessFile.getChannel() declaration.
Reviewed-by: alanb
|
2015-03-16 13:49:00 -07:00 |
|
Paul Sandoz
|
7618752fd9
|
8075230: Optimized count operations incorrectly declare the stream shape
Reviewed-by: chegar
|
2015-03-16 17:44:34 +01:00 |
|
Alexander Stepanov
|
765a1e4435
|
8028266: Tidy warnings cleanup for packages java.security/javax.security
Some tidy warnings in docs were fixed
Reviewed-by: mullan, wetmore
|
2015-03-16 19:09:13 +04:00 |
|
Aggelos Biboudis
|
cb566c6ce5
|
8067969: Optimize Stream.count for SIZED Streams
Reviewed-by: psandoz, chegar
|
2015-03-16 10:19:49 +01:00 |
|
Jamil Nimeh
|
2349ff99bc
|
6996366: convert MacAlg to an enum
Reviewed-by: xuelei
|
2015-03-14 09:38:52 -07:00 |
|
Brian Burkhalter
|
17f8ee8cf0
|
8073214: javadoc of Properties methods should specify NullPointerExceptions
Add test for null parameter and corresponding throws clause to load() methods
Reviewed-by: darcy
|
2015-03-13 14:54:40 -07:00 |
|
Jamil Nimeh
|
a55dd41fc7
|
8074064: OCSPResponse.SingleResponse objects do not parse singleExtensions
Reviewed-by: mullan, vinnie
|
2015-03-13 09:32:54 -07:00 |
|
Xue-Lei Andrew Fan
|
665dc6f627
|
8072385: Only the first DNSName entry is checked for endpoint identification
Reviewed-by: weijun, jnimeh
|
2015-03-11 04:52:39 +00:00 |
|
Martin Buchholz
|
0d022c42c9
|
8074579: Use more efficient and readable way of checking PKZIP signatures
Reviewed-by: sherman
|
2015-03-10 14:23:03 -07:00 |
|
Martin Buchholz
|
f825d1ff35
|
8074577: Modernize Unsafe internal javadoc
Use modern javadoc style
Reviewed-by: jrose
|
2015-03-04 17:35:40 -08:00 |
|
Roger Riggs
|
367a429ff4
|
8058464: (process spec) ProcessBuilder.redirectXXX throws unspecified NPE
Add a class level spec for null arguments throwing NPE in ProcessBuilder
Reviewed-by: martin, alanb
|
2015-03-10 16:44:45 -04:00 |
|
Amy Lu
|
71d53d5bb7
|
8074674: Doclint regression in java/util/regex/Matcher.java
Reviewed-by: psandoz
|
2015-03-10 13:30:21 +01:00 |
|
Joe Darcy
|
f54b0ebdc2
|
8074788: Javadoc typo in PKCS8EncodedKeySpec
Reviewed-by: xuelei
|
2015-03-09 18:16:52 -07:00 |
|
Jason Uh
|
47e85e2963
|
8073430: Deprecate security APIs that have been superseded
Reviewed-by: mullan, weijun
|
2015-03-09 17:21:07 -07:00 |
|
Mark Sheppard
|
6e61892373
|
8065078: NetworkInterface.getNetworkInterfaces() triggers intermittent test failures
Reviewed-by: chegar
|
2015-03-09 18:48:40 +00:00 |
|
Kumar Srinivasan
|
64c0d97630
|
8074373: NMT is not enabled if NMT option is specified after class path specifiers
Reviewed-by: dholmes
|
2015-03-07 15:21:36 -08:00 |
|
Xueming Shen
|
011b337a51
|
8074406: DateTimeFormatter.appendZoneOrOffsetId() fails to resolve a ZoneOffset for OffsetDateTime
To support resolve OffsetDateTime from DTF.appendZoneOrOffset()
Reviewed-by: rriggs
|
2015-03-07 10:11:03 -08:00 |
|
Ivan Gerasimov
|
b035ca7348
|
8073692: (cs) Inconsistent docs for CharsetDecoder.replaceWith and CharsetEncoder.replaceWith
Reviewed-by: martin
|
2015-03-06 13:30:49 +03:00 |
|
Brian Burkhalter
|
bd61d670c3
|
8073445: (fs) FileSystem.getPathMatcher(...) should check syntax component without regard to case
Change String equals() to equalsIgnoreCase() where needed.
Reviewed-by: alanb
|
2015-03-04 15:05:41 -08:00 |
|
Stuart Marks
|
d01c5811df
|
8073923: Files.lines() documentation needs clarification
Reviewed-by: darcy, alanb
|
2015-03-04 13:22:45 -08:00 |
|
Ivan Gerasimov
|
2264f58af9
|
8074067: (bf) Re-examine java.base/share/native/libjava/Bits.c
Reviewed-by: alanb, martin
|
2015-03-04 13:44:18 +03:00 |
|
Zaiyao Liu
|
7b95618234
|
8050371: More MessageDigest tests
Reviewed-by: xuelei
|
2015-03-04 08:10:23 +00:00 |
|