Hai-May Chao
0e855fe5fa
8252377: Incorrect encoding for EC AlgorithmIdentifier
...
Reviewed-by: weijun
2020-09-25 19:47:15 +00:00
Harold Seigel
0187567704
8250984: Memory Docker tests fail on some Linux kernels w/o cgroupv1 …
...
Reviewed-by: bobv, sgehwolf
2020-09-25 17:16:38 +00:00
Gilles Duboscq
1b79326c05
8242451: ensure semantics of non-capturing lambdas are preserved independent of execution mode
...
Reviewed-by: mchung
2020-09-25 10:10:36 +00:00
Anthony Scarpino
0b83fc0150
8235710: Remove the legacy elliptic curves
...
Reviewed-by: xuelei, erikj
2020-09-25 02:40:36 +00:00
Yumin Qi
89c5e49ba2
8253500: [REDO] JDK-8253208 Move CDS related code to a separate class
...
Reviewed-by: mchung, iklam
2020-09-24 15:28:10 +00:00
Lance Andersen
812b39f574
8252739: Deflater.setDictionary(byte[], int off, int len) ignores the starting offset for the dictionary
...
Reviewed-by: uschindler, alanb
2020-09-23 14:21:45 +00:00
Naoto Sato
bddb82255c
8253240: No javadoc for DecimalFormatSymbols.hashCode()
...
Reviewed-by: rriggs, lancea
2020-09-22 22:59:07 +00:00
Ioi Lam
65af837391
8253496: [BACKOUT] JDK-8253208 Move CDS related code to a separate class
...
Reviewed-by: eosterlund, dcubed
2020-09-22 20:15:01 +00:00
Yumin Qi
7b860120e1
8253492: Miss comma after second copyright year in FDBigInteger.java
...
Reviewed-by: ccheung
2020-09-22 18:18:58 +00:00
Yumin Qi
c1df13b855
8253208: Move CDS related code to a separate class
...
Reviewed-by: mchung, iklam
2020-09-22 16:12:05 +00:00
Naoto Sato
dad6edbf83
8253321: java.util.Locale.LanguageRange#equals is inconsistent after calling hashCode
...
Reviewed-by: joehw, rriggs
2020-09-21 12:33:00 +00:00
Sergey Tsypanov
f55dd9d40e
8251548: Remove unnecessary explicit initialization of volatile variables in security-libs code
...
Reviewed-by: mullan
2020-09-18 21:26:59 +00:00
Naoto Sato
89044200cd
8253153: Mentioning of "hour-of-minute" in java.time.temporal.TemporalField JavaDoc
...
Reviewed-by: joehw, lancea, rriggs
2020-09-18 15:40:37 +00:00
Pavel Rappo
83b2411fd1
8253342: Fix typos in String.transform
...
Reviewed-by: jlaskey
2020-09-18 10:45:28 +00:00
Galder Zamarreño
81e2cf82d9
8251397: NPE on ClassValue.ClassValueMap.cacheArray
...
Add release fence to ClassValueMap constructor.
* Release fence guarantees that cacheArray field will published
with a non-null value.
* Without this fix, CacheValueMap.cacheArray can sometimes be
seen as null.
Reviewed-by: shade, psandoz
2020-09-17 13:42:15 +00:00
David M. Lloyd
cca3a26e43
8252996: Thread safety problem in java.net.ProxySelector
...
Reviewed-by: alanb
2020-09-17 13:40:29 +00:00
Rafael Winterhalter
53a4ef2670
8202473: A type variable with multiple bounds does not correctly place type annotation
...
Reviewed-by: jfranck
2020-09-17 07:26:49 +00:00
Jaikiran Pai
671dfba802
6714834: JarFile.getManifest() leaves an open InputStream as an undocumented side effect
...
Reviewed-by: lancea, alanb
2020-09-16 15:13:32 +00:00
Jaikiran Pai
e5866aa756
8244706: GZIP "OS" header flag hard-coded to 0 instead of 255 (RFC 1952 non-compliance)
...
Reviewed-by: lancea, bchristi
2020-09-16 15:10:57 +00:00
Julia Boes
e0cf023263
8245309: Re-examine use of ThreadLocalCoders in sun.net.www.ParseUtil
...
Reviewed-by: shade, dfuchs, alanb, chegar
2020-09-16 10:49:13 +00:00
Naoto Sato
57f92d23b1
8220483: Calendar.setTime(Date date) throws NPE with Date date = null
...
Reviewed-by: lancea, joehw
2020-09-15 22:14:14 +00:00
Valerie Peng
40206822f4
8172366: Support SHA-3 based signatures
...
Enhance default JDK providers including SUN, SunRsaSign, and SunEC, with signatures using SHA-3 family of digests.
Reviewed-by: xuelei
2020-09-15 20:28:48 +00:00
Ioi Lam
03a4df0acd
8244778: Archive full module graph in CDS
...
Reviewed-by: erikj, coleenp, lfoltan, redestad, alanb, mchung
2020-09-13 14:45:12 +00:00
Stuart Marks
b1b0f0b2cc
8253066: typo in Stream.mapMulti
...
Reviewed-by: darcy, lancea
2020-09-11 23:11:10 +00:00
Stuart Marks
30fa8d5d34
8157729: examples in LinkedHashMap and LinkedHashSet class doc use raw types
...
Reviewed-by: darcy, naoto, lancea
2020-09-09 00:43:48 +00:00
Jaikiran Pai
5dd1eaded7
8252767: URLConnection.setRequestProperty throws IllegalAccessError
...
Reviewed-by: chegar, michaelm, alanb
2020-09-08 09:10:15 +00:00
Sean Coffey
7686e87155
8250968: Symlinks attributes not preserved when using jarsigner on zip files
...
Reviewed-by: lancea, weijun, hchao
2020-09-07 19:01:07 +00:00
Christoph Langer
cc5039e19e
8252837: Cleanup SAP Copyright file headers
...
Reviewed-by: dholmes
2020-09-07 07:30:10 +00:00
Yumin Qi
8f36580594
8252725: Refactor jlink GenerateJLIClassesPlugin code
...
Cleanup code for jlink classes generation, move parsing file work to java.lang.invoke and add a new API in interface JavaLangInvokeAccess to generate holder classes, remove old APIs. The new API is used both by JLI and CDS.
Reviewed-by: mchung, sundar
2020-09-04 09:47:18 -07:00
Mandy Chung
4e6a4af186
8244090: public lookup should find public members of public exported types
...
Reviewed-by: lfoltan, psandoz
2020-09-03 12:43:13 -07:00
Dmitry Chuyko
35ea00085f
8251525: AARCH64: Faster Math.signum(fp)
...
Reviewed-by: aph, vlivanov, adinn
2020-09-03 14:54:43 +03:00
Joe Wang
38cd5d0936
8252354: Properties :: storeToXML method does not throw ClassCastException when supplied non strings
...
Reviewed-by: lancea, naoto
2020-09-02 21:32:48 +00:00
Ian Graves
de49337060
8252529: Unsafe Documentation around Barrier Methods Inaccurate
...
Reviewed-by: psandoz
2020-09-01 13:43:26 -07:00
Evan Whelan
0d1aa3cbc8
8248772: Extra comma in documentation of Thread#interrupt()
...
Reviewed-by: coffeys, rriggs
2020-09-01 13:35:47 +00:00
Naoto Sato
2914064cf4
8252552: DecimalFormat javadoc contains HTML tags in example code
...
Reviewed-by: lancea, joehw
2020-08-31 15:32:29 -07:00
Patrick Concannon
79d12507b3
8238286: Add new flatMap stream operation that is more amenable to pushing
...
This patch adds a new flatmap-like operation called mapMulti to the java.util.Stream class as well as the primitive variations of this operation i.e. mapMultiToInt, IntStream mapMulti, etc.
Reviewed-by: psandoz, smarks
2020-08-31 16:12:32 +01:00
Alexander Scherbatiy
5490b03160
8252248: __SIGRTMAX is not declared in musl libc
...
Reviewed-by: alanb, vtewari, stuefe
2020-08-31 11:18:20 +03:00
Rahul Yadav
0f64d4bead
8245308: Replace ThreadLocalCoders decoder/encoder cache in java.net.URI
...
This fix updates java.net.URI and replaces the ThreadLocalCoders optimization.
Reviewed-by: alanb, dfuchs
2020-08-28 18:05:20 +01:00
Erik Joelsson
7df86108cb
8252145: Unify Info.plist files with correct version strings
...
Reviewed-by: ihse, serb
2020-08-28 06:23:41 -07:00
Sean Mullan
f879698c63
8241003: Deprecate "denigrated" java.security.cert APIs that represent DNs as Principal or String objects
...
Reviewed-by: xuelei, valeriep, weijun
2020-08-26 13:31:10 -04:00
Roger Riggs
afce1f4ebd
8251203: Fix "no comment" warnings in java.base/java.lang and java/io
...
Reviewed-by: dfuchs, lancea, mchung, naoto
2020-08-25 10:20:14 -04:00
Vipin Sharma
d4626d89cc
8251542: Several small Javadoc errors in java.base
...
Fixing wrong exception type in throws clause and wrong return type description
Reviewed-by: darcy, dfuchs, mullan, mchung, rriggs
2020-08-25 09:27:36 +01:00
Christoph Dreis
9d00332ee5
8252127: Optimize sun.invoke.util.BytecodeDescriptor.unparse
...
Reviewed-by: mchung, rriggs
2020-08-21 09:29:08 -04:00
Valerie Peng
03f2ab325d
8246383: NullPointerException in JceSecurity.getVerificationResult when using Entrust provider
...
Removed the static SecureRandom object in JceSecurity whose instantion caused NPE
Reviewed-by: xuelei
2020-08-21 03:09:42 +00:00
Naoto Sato
49e7609da2
8251499: no-placeholder compact number patterns throw IllegalArgumentException
...
Reviewed-by: joehw, rriggs
2020-08-19 13:41:08 -07:00
Evan Whelan
67b3cbff2e
8250748: Doc of URL(String, String, int, String, URLStreamHandler) does not use link
...
Reviewed-by: dfuchs
2020-08-19 08:58:00 +00:00
Vicente Romero
c190193eac
8246804: Incorrect copyright header in TypeAnnotationParser.java
...
Reviewed-by: darcy, psandoz
2020-08-17 17:33:51 -04:00
Brian Burkhalter
03e5f256ca
8245304: Re-examine ThreadLocal usage in java.math.BigDecimal
...
Reviewed-by: darcy, alanb
2020-08-13 09:33:28 -07:00
Conor Cleary
831f23ee86
8246707: (sc) SocketChannel.read/write throws AsynchronousCloseException on closed channel
...
This fix addresses an issue where an AsynchronousCloseException was being thrown instead of a ChannelClosedException when SocketChannel.write() is called on a closed SocketChannel.
Reviewed-by: alanb, chegar, dfuchs
2020-08-12 12:32:54 +01:00
Lance Andersen
dc8026d66d
8251205: Add missing javadoc comments to ZipConstants.java
...
Reviewed-by: naoto, rriggs
2020-08-11 15:41:47 -04:00