Justin Lu
e1c4b4977e
8343237: Improve the copying of the available set of Currencies
...
Reviewed-by: bpb
2024-11-18 00:16:02 +00:00
Ioi Lam
41a2d49f0a
8331497: Implement JEP 483: Ahead-of-Time Class Loading & Linking
...
Reviewed-by: jrose, kvn, heidinga, asmehra, vlivanov
2024-11-15 22:28:54 +00:00
Roger Riggs
c388455d0a
8344197: SM cleanup in java.util.concurrent
...
Reviewed-by: alanb, dl
2024-11-15 20:30:04 +00:00
Roger Riggs
c5b6ed8ca0
8344252: SM cleanup in java.util classes
...
Reviewed-by: naoto, smarks
2024-11-15 20:29:14 +00:00
Eirik Bjørsnøs
857f68c60f
8344179: SecurityManager cleanup in the ZIP and JAR areas
...
Reviewed-by: lancea, rriggs, mullan, jpai
2024-11-15 07:47:11 +00:00
Dr Heinz M. Kabutz
2b57f402c4
8343426: ConcurrentSkipListMap.spliterator() can no longer split the stream
...
Co-authored-by: Doug Lea <dl@openjdk.org>
Reviewed-by: vklang
2024-11-14 09:17:02 +00:00
Alan Bateman
abacece826
8344011: Remove usage of security manager from Class and reflective APIs
...
Reviewed-by: liach, yzheng, rriggs
2024-11-14 07:39:28 +00:00
Shaojin Wen
0dab920b70
8343984: Fix Unsafe address overflow
...
Reviewed-by: pminborg, alanb
2024-11-13 23:17:26 +00:00
Vicente Romero
cc2acd14b1
8343286: Missing unchecked cast warning in polymorphic method call
...
Reviewed-by: mcimadamore
2024-11-13 15:31:02 +00:00
Sean Mullan
db85090553
8338411: Implement JEP 486: Permanently Disable the Security Manager
...
Co-authored-by: Sean Mullan <mullan@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Weijun Wang <weijun@openjdk.org>
Co-authored-by: Aleksei Efimov <aefimov@openjdk.org>
Co-authored-by: Brian Burkhalter <bpb@openjdk.org>
Co-authored-by: Daniel Fuchs <dfuchs@openjdk.org>
Co-authored-by: Harshitha Onkar <honkar@openjdk.org>
Co-authored-by: Joe Wang <joehw@openjdk.org>
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Co-authored-by: Justin Lu <jlu@openjdk.org>
Co-authored-by: Kevin Walls <kevinw@openjdk.org>
Co-authored-by: Lance Andersen <lancea@openjdk.org>
Co-authored-by: Naoto Sato <naoto@openjdk.org>
Co-authored-by: Roger Riggs <rriggs@openjdk.org>
Co-authored-by: Brent Christian <bchristi@openjdk.org>
Co-authored-by: Stuart Marks <smarks@openjdk.org>
Co-authored-by: Ian Graves <igraves@openjdk.org>
Co-authored-by: Phil Race <prr@openjdk.org>
Co-authored-by: Erik Gahlin <egahlin@openjdk.org>
Co-authored-by: Jaikiran Pai <jpai@openjdk.org>
Reviewed-by: kevinw, aivanov, rriggs, lancea, coffeys, dfuchs, ihse, erikj, cjplummer, coleenp, naoto, mchung, prr, weijun, joehw, azvegint, psadhukhan, bchristi, sundar, attila
2024-11-12 17:16:15 +00:00
Dr Heinz M. Kabutz
5729227651
8343250: ArrayBlockingQueue serialization not thread safe
...
Reviewed-by: rriggs, alanb
2024-11-12 11:34:11 +00:00
Viktor Klang
ef0dc2518e
8342707: Prepare Gatherers for graduation from Preview
...
Reviewed-by: alanb, liach
2024-11-11 19:57:26 +00:00
Nizar Benalla
69bc088774
8343071: Broken anchors to restricted method page and some redundant ids
...
8332747: Broken links in StructuredTaskScope
Reviewed-by: mcimadamore, iris
2024-11-05 21:43:11 +00:00
Andrew Haley
3fab8e37bb
8341903: Implementation of Scoped Values (Fourth Preview)
...
Reviewed-by: alanb
2024-11-05 17:12:17 +00:00
Naoto Sato
1c4483473d
8333582: Update CLDR to Version 46.0
...
Reviewed-by: joehw, srl, jlu
2024-11-04 17:00:44 +00:00
Justin Lu
ea110c35f5
8343236: Use @apiNote and @implSpec in j.util.Currency
...
Reviewed-by: iris, lancea, bpb, naoto
2024-11-01 16:34:53 +00:00
Alan Bateman
dee0982c60
8343132: Remove temporary transitions from Virtual thread implementation
...
Reviewed-by: dholmes, sspitsyn, pchilanomate
2024-10-31 08:53:19 +00:00
Eirik Bjørsnøs
2f1ba5ef09
8343307: Throw ZipException instead of IAE in ZipFile.Source::initCEN
...
Reviewed-by: lancea, jpai
2024-10-31 08:32:48 +00:00
Eirik Bjørsnøs
d49f21043b
8342040: Further improve entry lookup performance for multi-release JARs
...
Co-authored-by: Claes Redestad <redestad@openjdk.org>
Reviewed-by: redestad
2024-10-28 18:21:18 +00:00
Naoto Sato
e64f0798be
8342582: user.region for formatting number no longer works for 21.0.5
...
Reviewed-by: jlu, rriggs
2024-10-23 17:44:31 +00:00
Naoto Sato
71583222eb
8340477: Remove JDK1.1 compatible behavior for "EST", "MST", and "HST" time zones
...
Reviewed-by: iris, jlu, joehw
2024-10-21 17:20:50 +00:00
Hannes Wallnöfer
97c9212842
8342698: Fix order of @param tags in module java.base
...
Reviewed-by: iris
2024-10-21 17:14:25 +00:00
Lance Andersen
54a744b023
8340553: ZipEntry field validation does not take into account the size of a CEN header
...
Reviewed-by: jpai, redestad, eirbjo
2024-10-21 15:34:27 +00:00
Justin Lu
078401134a
8340488: Clarify LocaleServiceProvider deployment on application module path
...
Reviewed-by: naoto
2024-10-18 17:41:36 +00:00
Justin Lu
e7045e9399
8341684: Typo in External Specifications link of java.util.Currency
...
Reviewed-by: liach, naoto, srl
2024-10-09 21:46:50 +00:00
Justin Lu
49c7148d37
8341366: Suspicious check in Locale.getDisplayName(Locale inLocale)
...
Reviewed-by: naoto
2024-10-09 21:45:47 +00:00
Eirik Bjørsnøs
950e3a7587
8341625: Improve ZipFile validation of the END header
...
Reviewed-by: lancea
2024-10-09 15:56:38 +00:00
Eirik Bjørsnøs
7a1e832ea9
8336843: Deprecate java.util.zip.ZipError for removal
...
Reviewed-by: liach, lancea
2024-10-08 10:08:31 +00:00
Eirik Bjørsnøs
f62dba3651
8341597: ZipFileInflaterInputStream input buffer size uses uncompressed size
...
Reviewed-by: lancea
2024-10-08 09:59:29 +00:00
Claes Redestad
ffb60e55cd
8341594: Use Unsafe to coalesce reads in java.util.zip.ZipUtils
...
Reviewed-by: lancea
2024-10-08 08:14:40 +00:00
Eirik Bjørsnøs
f7bb647dc8
8341595: Clean up iteration of CEN headers in ZipFile.Source.initCEN
...
Reviewed-by: lancea, redestad
2024-10-07 16:34:08 +00:00
Attila Szegedi
260d4658ae
8340572: ConcurrentModificationException when sorting ArrayList sublists
...
Reviewed-by: smarks
2024-10-05 21:15:18 +00:00
Eirik Bjørsnøs
0f381137cb
8341243: Use ArraySupport.SOFT_MAX_ARRAY_LENGTH for max array size in java.base
...
Reviewed-by: jpai, smarks
2024-10-02 01:27:03 +00:00
Eirik Bjørsnøs
cff420d8d3
8339711: ZipFile.Source.initCEN needlessly reads END header
...
Reviewed-by: lancea, jpai, redestad
2024-09-30 13:06:49 +00:00
Claes Redestad
d8790aa048
8340885: Desugar ZipCoder.Comparison
...
Reviewed-by: lancea, eirbjo
2024-09-25 13:04:46 +00:00
Lance Andersen
0f9f777520
8336025: Improve ZipOutputSream validation of MAX CEN Header field limits
...
Reviewed-by: alanb
2024-09-23 16:07:12 +00:00
Per Minborg
384deda65f
8325949: Create an internal utility method for creating VarHandle instances
...
Reviewed-by: rriggs
2024-09-23 10:57:43 +00:00
Jaikiran Pai
90d3a64b0a
8340537: Typo in javadoc of java.util.jar.JarFile
...
Reviewed-by: mullan, lancea, iris
2024-09-20 16:02:25 +00:00
Nizar Benalla
37bf589ec0
8339847: Broken link to the dieharder distribution website in SplittableRandom
...
Reviewed-by: iris, liach
2024-09-13 16:56:01 +00:00
Joe Darcy
89c172ac47
8340082: Use inline return tag in java.base
...
Reviewed-by: iris, prappo, lancea, djelinski, naoto, liach
2024-09-13 16:49:28 +00:00
Eirik Bjørsnøs
7f1dae12e5
8339874: Avoid duplicate checking of trailing slash in ZipFile.getZipEntry
...
Reviewed-by: lancea, redestad
2024-09-12 15:24:22 +00:00
Attila Szegedi
c7d15f1fe0
8325679: Optimize ArrayList subList sort
...
Reviewed-by: liach
2024-09-04 13:40:40 +00:00
Viktor Klang
e0c46d589b
8325397: sun/java2d/Disposer/TestDisposerRace.java fails in linux-aarch64
...
Reviewed-by: alanb
2024-09-03 12:55:23 +00:00
Claes Redestad
a98ecad0a9
8338897: Small startup regression remains after JDK-8309622 and JDK-8331932
...
Reviewed-by: liach, naoto
2024-08-28 18:16:00 +00:00
Viktor Klang
414d23cb8f
8338765: ScheduledThreadPoolExecutor struggles with extremely long delays
...
Reviewed-by: alanb
2024-08-27 13:23:02 +00:00
Claes Redestad
47c8a6a8db
8333265: De-duplicate method references in java.util.stream.FindOps
...
Reviewed-by: liach
2024-08-21 22:10:06 +00:00
Doug Lea
ab8071d280
8338146: Improve Exchanger performance with VirtualThreads
...
Reviewed-by: alanb
2024-08-21 18:22:24 +00:00
Pavel Rappo
07352c6744
8338398: Trivially fix grammar and typos
...
Reviewed-by: aivanov
2024-08-16 14:06:10 +00:00
Shaojin Wen
74066bcca8
8338409: Use record to simplify code
...
Reviewed-by: redestad, liach
2024-08-15 22:57:33 +00:00
John Engebretson
a5d948fb98
8332842: Optimize empty CopyOnWriteArrayList allocations
...
Reviewed-by: shade, alanb
2024-08-14 14:11:53 +00:00