Sean Mullan
577ff98a67
8347946: Add API note that caller should validate/trust signers to the getCertificates and getCodeSigners methods of JarEntry and JarURLConnection
...
Reviewed-by: lancea, jpai
2025-02-19 13:18:20 +00:00
Justin Lu
3741c980b8
8349883: Locale.LanguageRange.parse("-") throws ArrayIndexOutOfBoundsException
...
Reviewed-by: naoto
2025-02-13 22:25:23 +00:00
Naoto Sato
3e7acfac48
8349873: StackOverflowError after JDK-8342550 if -Duser.timezone= is set to a deprecated zone id
...
Reviewed-by: joehw, jlu, iris
2025-02-13 20:57:48 +00:00
Justin Lu
fb847bb2af
8349493: Replace sun.util.locale.ParseStatus usage with java.text.ParsePosition
...
Reviewed-by: naoto
2025-02-07 17:08:52 +00:00
Viktor Klang
5ec1aae21e
8347842: ThreadPoolExecutor specification discusses RuntimePermission
...
Reviewed-by: alanb, jpai
2025-02-06 15:02:21 +00:00
Justin Lu
250ff86dc8
8349000: Performance improvement for Currency.isPastCutoverDate(String)
...
Reviewed-by: naoto, aturbanov
2025-02-04 17:07:01 +00:00
Justin Lu
f05c53c2c4
8347949: Currency method to stream available Currencies
...
Reviewed-by: naoto, liach, rriggs
2025-01-30 17:55:47 +00:00
Shaojin Wen
fdfb68c8d0
8344168: Change Unsafe base offset from int to long
...
Reviewed-by: liach
2025-01-30 15:57:13 +00:00
Nizar Benalla
22069ff42b
8348975: Broken links in the JDK 24 JavaDoc API documentation, build 33
...
Reviewed-by: liach
2025-01-30 10:10:49 +00:00
Justin Lu
3a564ed101
8347955: TimeZone methods to stream the available timezone IDs
...
Reviewed-by: naoto, rriggs
2025-01-28 21:31:46 +00:00
Justin Lu
a224f12cb7
8348205: Improve cutover time selection when building available currencies set
...
Reviewed-by: naoto, rriggs
2025-01-28 17:40:20 +00:00
Andrey Turbanov
bef5f56544
8291027: Some of TimeZone methods marked 'synchronized' unnecessarily
...
Reviewed-by: liach, naoto, jlu
2025-01-24 20:13:17 +00:00
Eirik Bjørsnøs
8e8f800071
8344943: Mark not subclassable classes final in java.base exported classes
...
Reviewed-by: weijun, liach, djelinski
2025-01-24 19:29:05 +00:00
Naoto Sato
cfe70ebcb3
8342550: Log warning for using JDK1.1 compatible time zone IDs for future removal
...
Reviewed-by: jlu, joehw, iris
2025-01-15 17:15:05 +00:00
Alan Bateman
af3f5d852e
8347039: ThreadPerTaskExecutor terminates if cancelled tasks still running
...
Reviewed-by: vklang
2025-01-15 10:54:03 +00:00
Jaikiran Pai
36b7abd617
8225763: Inflater and Deflater should implement AutoCloseable
...
Reviewed-by: lancea, rriggs, alanb, smarks
2025-01-15 01:04:44 +00:00
Viktor Klang
450636ae28
8347274: Gatherers.mapConcurrent exhibits undesired behavior under variable delays, interruption, and finishing
...
Reviewed-by: alanb
2025-01-13 10:38:02 +00:00
Hannes Wallnöfer
ceae2b977d
8347121: Add missing @serial tags to module java.base
...
Reviewed-by: alanb
2025-01-09 11:49:18 +00:00
Magnus Ihse Bursie
ddf0461788
8345799: Update copyright year to 2024 for core-libs in files where it was missed
...
Reviewed-by: joehw, jlu, mli, lancea, kevinw
2024-12-11 21:08:22 +00:00
Roger Riggs
4f855d1342
8345818: Fix SM cleanup of parsing of System property resource.bundle.debug
...
Reviewed-by: lancea, eirbjo
2024-12-10 15:16:58 +00:00
Doug Lea
92e9ac6dc7
8345294: test/jdk/java/lang/Thread/virtual/RetryMonitorEnterWhenPinned.java timeout with JTREG_TEST_THREAD_FACTORY=Virtual
...
Reviewed-by: alanb
2024-12-05 12:15:58 +00:00
Justin Lu
ee0f88c901
8341923: java.util.Locale class specification improvements
...
Reviewed-by: liach, naoto
2024-12-04 20:57:26 +00:00
Doug Lea
ece0401054
8345052: Harden StampedLock
...
Reviewed-by: alanb, vklang
2024-11-29 11:38:23 +00:00
Doug Lea
3e509c8bd1
8344773: SM cleanup in ForkJoinPool
...
Reviewed-by: alanb
2024-11-26 11:44:29 +00:00
Doug Lea
18df6fd5ba
8336707: Contention of ForkJoinPool grows when stealing works
...
Reviewed-by: vklang
2024-11-21 11:50:46 +00:00
Naman Nigam
e9e4200a6a
8343125: Correct the documentation for TreeMap's getFloorEntry and getCeilingEntry
...
Reviewed-by: liach, acobbs
2024-11-18 18:30:24 +00:00
Viktor Klang
d76b5b888e
8344253: Test java/util/Spliterator/SpliteratorTraversingAndSplittingTest.java failed
...
Reviewed-by: alanb
2024-11-18 17:31:03 +00:00
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