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
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
Viktor Klang
ef0dc2518e
8342707: Prepare Gatherers for graduation from Preview
...
Reviewed-by: alanb, liach
2024-11-11 19:57:26 +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
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
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
Johny Jose
ebc17c7c8d
8339637: (tz) Update Timezone Data to 2024b
...
Reviewed-by: naoto, coffeys, jlu
2024-10-16 07:36:07 +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
SendaoYan
d809bc0e21
8341658: RISC-V: Test DateFormatProviderTest.java run timeouted
...
Reviewed-by: naoto
2024-10-09 05:47:58 +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
Justin Lu
2e5b420f81
8340326: Remove references to Applet in core-libs/security tests
...
Reviewed-by: prr, naoto, dfuchs
2024-10-04 17:34:08 +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
Eirik Bjørsnøs
0e0b0b0d26
8340684: Reading from an input stream backed by a closed ZipFile has no test coverage
...
Reviewed-by: lancea
2024-09-25 16:36:44 +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
Attila Szegedi
c7d15f1fe0
8325679: Optimize ArrayList subList sort
...
Reviewed-by: liach
2024-09-04 13:40:40 +00:00
Eirik Bjørsnøs
f927c1210e
8339154: Cleanups and JUnit conversion of test/jdk/java/util/zip/Available.java
...
Reviewed-by: lancea
2024-08-30 06:21:49 +00:00
Eirik Bjørsnøs
b6700095c0
8338729: Retire the test jdk/java/util/zip/TestZipError.java
...
Reviewed-by: lancea
2024-08-28 15:23:50 +00:00
Naoto Sato
d19ba81ce1
8337603: Change in behavior with -Djava.locale.useOldISOCodes=true
...
Reviewed-by: iris, bpb
2024-08-07 15:58:03 +00:00
Viktor Klang
27982c8f5d
8327854: Test java/util/stream/test/org/openjdk/tests/java/util/stream/WhileOpStatefulTest.java failed with RuntimeException
...
Reviewed-by: psandoz
2024-07-02 20:27:52 +00:00
Justin Lu
86b0cf259f
8334653: ISO 4217 Amendment 177 Update
...
Reviewed-by: naoto
2024-06-25 19:05:22 +00:00
Justin Lu
861aefcafa
8334418: Update IANA Language Subtag Registry to Version 2024-06-14
...
Reviewed-by: lancea, iris, srl, naoto
2024-06-25 19:05:01 +00:00
SendaoYan
de8ee97718
8334333: MissingResourceCauseTestRun.java fails if run by root
...
Reviewed-by: naoto, jlu
2024-06-20 18:04:58 +00:00
Daniel Fuchs
d02cb742f7
8333270: HandlersOnComplexResetUpdate and HandlersOnComplexUpdate tests fail with "Unexpected reference" if timeoutFactor is less than 1/3
...
Reviewed-by: jpai
2024-06-06 15:19:50 +00:00
Viktor Klang
326dbb1b13
8312436: CompletableFuture never completes when 'Throwable.toString()' method throws Exception
...
Reviewed-by: alanb
2024-06-05 14:40:04 +00:00
Doug Lea
789f704d9a
8322732: ForkJoinPool may underutilize cores in async mode
...
8327854: Test java/util/stream/test/org/openjdk/tests/java/util/stream/WhileOpStatefulTest.java failed with RuntimeException
Reviewed-by: alanb
2024-06-05 13:02:15 +00:00
Jaikiran Pai
d230b30353
8333398: Uncomment the commented test in test/jdk/java/util/jar/JarFile/mrjar/MultiReleaseJarAPI.java
...
Reviewed-by: iris, lancea
2024-06-04 01:53:18 +00:00
Justin Lu
6dac8d6452
8332424: Update IANA Language Subtag Registry to Version 2024-05-16
...
Reviewed-by: naoto, iris
2024-06-03 22:00:31 +00:00
Jaikiran Pai
4785461f61
7022325: TEST_BUG: test/java/util/zip/ZipFile/ReadLongZipFileName.java leaks files if it fails
...
Reviewed-by: lancea
2024-06-02 01:07:27 +00:00
Jaikiran Pai
d9e7b7e7da
8210471: GZIPInputStream constructor could leak an un-end()ed Inflater
...
Reviewed-by: lancea
2024-05-31 13:43:40 +00:00
Pavel Rappo
3cff588a31
8332826: Make hashCode methods in ArraysSupport friendlier
...
Reviewed-by: redestad, liach
2024-05-30 09:33:30 +00:00
Korov
b5e1615c00
8292955: Collections.checkedMap Map.merge does not properly check key and value
...
Reviewed-by: gli, liach, pminborg
2024-05-28 06:43:07 +00:00
Raffaello Giulietti
42e3c842ae
8332086: Remove the usage of ServiceLoader in j.u.r.RandomGeneratorFactory
...
8332476: j.u.r.RandomGeneratorFactor.create(long|byte[]) should throw rather than silently fallback to no-arg create()
Reviewed-by: jpai
2024-05-21 12:53:03 +00:00
Axel Boldt-Christmas
f5ab7dff40
8332494: java/util/zip/EntryCount64k.java failing with java.lang.RuntimeException: '\\A\\Z' missing from stderr
...
Reviewed-by: jpai, stefank, dholmes
2024-05-21 06:14:44 +00:00
Axel Boldt-Christmas
9f7779305c
8332495: java/util/logging/LoggingDeadlock2.java fails with AssertionError: Some tests failed
...
Reviewed-by: jpai, stefank
2024-05-21 06:14:34 +00:00
Viktor Klang
b78613b681
8332154: Memory leak in SynchronousQueue
...
Reviewed-by: alanb
2024-05-20 18:52:34 +00:00
Serhiy Sachkov
d6b7f9b170
8331851: Add specific regression leap year tests for Calendar.roll()
...
Reviewed-by: naoto
2024-05-20 09:23:40 +00:00
Viktor Klang
8a4315f833
8331987: Enhance stacktrace clarity for CompletableFuture CancellationException
...
Reviewed-by: alanb, dfuchs
2024-05-15 18:35:46 +00:00
Serhiy Sachkov
d11e70ade3
8331646: Add specific regression leap year tests
...
Reviewed-by: naoto
2024-05-10 14:59:26 +00:00
Viktor Klang
f12ed061ae
8048691: Spliterator.SORTED characteristics gets cleared for BaseStream.spliterator
...
Reviewed-by: psandoz, alanb
2024-05-07 19:06:36 +00:00
Justin Lu
b33096f887
8295153: java/util/Base64/TestEncodingDecodingLength.java ran out of memory
...
Reviewed-by: lancea, naoto
2024-05-03 16:58:59 +00:00
Viktor Klang
8a5b86c529
8196106: Support nested infinite or recursive flat mapped streams
...
Reviewed-by: psandoz
2024-04-16 11:09:59 +00:00
Jaikiran Pai
b81b86da98
8329729: java/util/Properties/StoreReproducibilityTest.java times out
...
Reviewed-by: alanb
2024-04-10 01:33:13 +00:00
Per Minborg
b71acc704a
8329089: Empty immutable list throws the wrong exception type for remove(first | last) operations
...
Reviewed-by: rriggs
2024-04-05 07:38:43 +00:00
Viktor Klang
28216aa971
8328366: Thread.setContextClassloader from thread in FJP commonPool task no longer works after JDK-8327501
...
Reviewed-by: mchung, alanb
2024-04-04 18:32:59 +00:00
Bill Huang
375bfac8e7
8327474: Review use of java.io.tmpdir in jdk tests
...
Reviewed-by: michaelm, jpai
2024-04-03 17:04:09 +00:00
Viktor Klang
ab28045d77
8328316: Finisher cannot emit if stream is sequential and integrator returned false
...
Reviewed-by: psandoz
2024-03-21 19:20:01 +00:00