3789 Commits

Author SHA1 Message Date
Eirik Bjørsnøs
3459f6b124 8380452: ZipOutputStream::putNextEntry(ZipEntry) throws unspecified IllegalArgumentException for unmappable entry name
Reviewed-by: jpai, lancea, alanb
2026-04-01 09:50:37 +00:00
Kirill Shirokov
3aab518285 8380074: Reflection::areNestMates should be used by Class::isNestmateOf
Reviewed-by: liach, dholmes
2026-03-31 05:07:04 +00:00
Daisuke Yamazaki
d58fb1e290 8374202: Simplify significand normalization in BigDecimal(double, MathContext) constructor
Reviewed-by: rgiulietti
2026-03-30 12:58:07 +00:00
Benjamin Peterson
426547d2c8 8380968: classfile package doc mentions nonexistent UtfEntry
Reviewed-by: liach
2026-03-27 14:56:54 +00:00
Yasumasa Suenaga
2994524025 8380956: HexFormat shoud have @ValueBased
Reviewed-by: rriggs, stuefe, liach
2026-03-27 13:26:49 +00:00
Benjamin Peterson
53c864a881 8380960: "Foreign function access" discussion links to wrong downcallHandle overload
Reviewed-by: mcimadamore
2026-03-27 08:18:47 +00:00
Naoto Sato
4b38e7bcd3 8346133: Refactor java.time.ZoneOffset caching
Reviewed-by: jlu, liach, rriggs
2026-03-24 21:35:17 +00:00
Jaikiran Pai
e58e576f80 8369181: InflaterOutputStream: writing after finish() results in IllegalStateException instead of an IOException
Reviewed-by: alanb, sherman, lancea
2026-03-21 02:21:09 +00:00
Eirik Bjørsnøs
0379c0b005 8379557: Further optimize URL.toExternalForm
Reviewed-by: vyazici
2026-03-18 14:36:58 +00:00
Volkan Yazici
706fbb3044 8378431: Move input validation checks to Java for java.lang.StringUTF16 intrinsics
Reviewed-by: dfenacci, rgiulietti, rriggs
2026-03-18 08:25:29 +00:00
Paul Hübner
e74863249c 8378559: Add setting of captured states like errno
Reviewed-by: jvernee, fbredberg
2026-03-11 09:22:20 +00:00
Naoto Sato
760f4b6043 8379344: Compact the Unicode/CLDR version tables
Reviewed-by: alanb, jlu
2026-03-10 18:40:02 +00:00
Viktor Klang
b9e7ca9cff 8375130: [BACKOUT] Scalability issue when submitting virtual threads with almost empty tasks
Reviewed-by: alanb
2026-03-09 14:12:03 +00:00
Patrick Strawderman
08c8520b39 8378698: Optimize Base64.Encoder#encodeToString
Reviewed-by: liach, rriggs
2026-03-04 20:04:30 +00:00
Chen Liang
9d1d0c6f05 8379166: Upstream redundant diffs fixed in Valhalla - Part 1
Reviewed-by: rriggs
2026-03-04 19:46:06 +00:00
Liam Miller-Cushon
0fbf58d8ff 8372353: API to compute the byte length of a String encoded in a given Charset
Reviewed-by: rriggs, naoto, vyazici
2026-03-04 17:33:32 +00:00
Justin Lu
86800eb2b3 8378723: Locale variant delimiter is unclear
Reviewed-by: naoto
2026-03-03 17:11:17 +00:00
Eirik Bjørsnøs
d62b9f78ca 8377992: (zipfs) Align ZipFileSystem END header validation with the ZipFile implementation
Reviewed-by: lancea
2026-02-28 05:41:32 +00:00
Chen Liang
1fb608e1bc 8378792: ObjectMethods.bootstrap missing getter validation
Reviewed-by: rriggs, jvernee
2026-02-27 17:52:24 +00:00
Chen Liang
5e85d99c36 8378715: Use early field initialization for java.lang.invoke generated code
Reviewed-by: jvernee
2026-02-26 20:17:08 +00:00
Hannes Wallnöfer
aa6c06e166 8309748: Improve host selection in External Specifications page
Reviewed-by: nbenalla
2026-02-26 18:50:45 +00:00
Eirik Bjørsnøs
8b805630b4 8376477: Avoid loading empty Lock classes in Shutdown and ReferenceQueue
Reviewed-by: rriggs, shade
2026-02-26 16:33:51 +00:00
Alan Bateman
b13a291667 8378268: Thread.join can wait on Thread, allows joinNanos to be removed
Reviewed-by: jpai, vklang
2026-02-26 13:38:14 +00:00
Eirik Bjørsnøs
173153e1b2 8376403: Avoid loading ArrayDeque in java.util.zip.ZipFile
Reviewed-by: lancea, jpai
2026-02-26 12:03:16 +00:00
Valerie Peng
e92726c352 8373690: Unexpected Keystore message using jdk.crypto.disabledAlgorithms
Reviewed-by: mullan, coffeys
2026-02-25 04:45:48 +00:00
cdw200806
b99d1f0a17 8378354: Faulty assertion in checkInvariants method of ConcurrentHashMap
Reviewed-by: alanb, vklang
2026-02-24 10:50:59 +00:00
Markus KARG
bc971b51b9 8377388: Replacing "new StringReader(String)" by "Reader.of(CharSequence);" in Scanner
Reviewed-by: jpai, rriggs, bpb
2026-02-21 02:16:01 +00:00
Oli Gillespie
932f28c69b 8376698: Add Spliterator tests for TreeMap sub-maps
Reviewed-by: liach, rriggs
2026-02-20 16:50:00 +00:00
Volkan Yazici
72b28672ad 8367129: Move input validation checks to Java for java.lang.StringLatin1 intrinsics
Reviewed-by: rriggs, rgiulietti
2026-02-20 16:26:18 +00:00
Anton Artemov
fa2f4d82f5 8377223: Port fdlibm atanh to Java
Reviewed-by: darcy, rgiulietti
2026-02-20 08:31:18 +00:00
Ioi Lam
c3b67387c4 8366736: Closed System.out causes child process to hang on Windows
Reviewed-by: rriggs
2026-02-16 20:24:12 +00:00
Anton Artemov
b9406a5dba 8376665: Port fdlibm acosh to Java
Reviewed-by: rgiulietti, darcy
2026-02-16 08:27:26 +00:00
Anton Artemov
43b2d2bddf 8375285: Port fdlibm asinh to Java
Reviewed-by: darcy, rgiulietti
2026-02-10 16:41:42 +00:00
Mikhail Yankelevich
264fdc5b4e 8374808: Add new methods to KeyStore and KeyStoreSpi that return the creation date as an Instant instead of Date
Reviewed-by: weijun
2026-02-10 12:18:03 +00:00
Alan Bateman
cd5256d5a6 8374170: I/O Poller updates
Reviewed-by: michaelm
2026-02-06 15:19:01 +00:00
Damon Fenacci
bfd5bdaf7f 8374582: [REDO] Move input validation checks to Java for java.lang.StringCoding intrinsics
Co-authored-by: Volkan Yazici <vyazici@openjdk.org>
Reviewed-by: chagedorn, thartmann, vyazici
2026-02-06 07:44:25 +00:00
Alan Bateman
ac6e8d481a 8376568: Change Thread::getStackTrace to use handshake op for all cases
Reviewed-by: pchilanomate, sspitsyn
2026-02-05 13:46:23 +00:00
Naoto Sato
792291937f 8340830: Console.readLine() and Console.printf() are mutually blocking
Reviewed-by: jlu, jpai, rriggs, vyazici
2026-02-04 16:55:14 +00:00
Koushik Thirupattur
58d2edb9fc 8370688: java.util.jar.JarEntry.getCodeSigners() and getCertificates() should specify that they return a copy of the arrays
Reviewed-by: jpai, mullan, liach
2026-02-03 19:09:19 +00:00
Hendrik Schick
5607a4620c 8376954: Typos in CharacterRangeInfo and AsynchronousServerSocketChannel
Reviewed-by: liach, bpb
2026-02-02 20:58:03 +00:00
Naoto Sato
c1c543cc81 8210336: DateTimeFormatter predefined formatters should support short time zone offsets
Reviewed-by: jlu, rriggs
2026-01-30 16:10:11 +00:00
Chen Liang
a5d0b05136 8376274: JSpec preview support and output enhancement
Reviewed-by: hannesw
2026-01-27 15:04:26 +00:00
Daniel Gredler
992a8ef46b 8376226: CharsetEncoder.canEncode(CharSequence) is much slower than necessary
Reviewed-by: alanb, naoto
2026-01-27 13:20:26 +00:00
Eirik Bjørsnøs
4ff5f3a8c0 8376271: ZipFile comment confusingly refers to "native" ZIP file implementation
Reviewed-by: jpai
2026-01-27 10:28:54 +00:00
Eirik Bjørsnøs
e0445c09f7 8376294: ZipFile.Source.Key should not hold on to its BasicFileAttributes instance
Reviewed-by: jpai
2026-01-27 10:25:58 +00:00
Hannes Greule
82bd3831b0 8374538: Wrong specification of MethodHandles.constant(...)
Reviewed-by: liach, jvernee
2026-01-26 20:13:03 +00:00
Chen Liang
3220c4cb43 8372696: Allow boot classes to explicitly opt-in for final field trusting
Reviewed-by: jvernee, jrose, alanb
2026-01-26 18:32:15 +00:00
Jan Lahoda
315bf07b23 8375119: SwitchBoostraps.enumSwitch does not throw an NPE when lookup is null in some cases
Reviewed-by: liach
2026-01-23 07:40:52 +00:00
Brian Burkhalter
07f6617e0b 8367284: (fs) Support current working directory target in SecureDirectoryStream.move
Reviewed-by: alanb
2026-01-22 16:11:33 +00:00
Patricio Chilano Mateo
26aab3cccd 8373120: Virtual thread stuck in BLOCKED state
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Reviewed-by: alanb
2026-01-22 14:56:23 +00:00