Justin Lu
|
00b1eacad6
|
8306031: Update IANA Language Subtag Registry to Version 2023-04-13
Reviewed-by: naoto
|
2023-04-25 20:32:24 +00:00 |
|
Stuart Marks
|
17ce0976e4
|
8266571: Sequenced Collections
Reviewed-by: alanb
|
2023-04-25 15:19:08 +00:00 |
|
Alan Bateman
|
2586f36120
|
8304919: Implementation of Virtual Threads
Reviewed-by: lmesnik, cjplummer, psandoz, mchung, sspitsyn, jpai
|
2023-04-11 05:49:54 +00:00 |
|
Eirik Bjorsnos
|
0d45a524b3
|
8302819: Remove JAR Index
Reviewed-by: mchung, alanb, lancea, jpai
|
2023-04-10 11:23:21 +00:00 |
|
Naoto Sato
|
44f33ad1a9
|
8304982: Emit warning for removal of COMPAT provider
Reviewed-by: alanb
|
2023-04-05 16:06:23 +00:00 |
|
Naoto Sato
|
ee3023359c
|
8305107: Emoji related binary properties in RegEx
Reviewed-by: iris, rriggs, jpai
|
2023-04-05 16:04:27 +00:00 |
|
Yoshiki Sato
|
ed9592c6e8
|
8305113: (tz) Update Timezone Data to 2023c
Reviewed-by: naoto, andrew, serb
|
2023-04-05 01:19:00 +00:00 |
|
Justin Lu
|
7cf24d1c06
|
8305400: ISO 4217 Amendment 175 Update
Reviewed-by: naoto
|
2023-04-04 21:02:33 +00:00 |
|
Justin Lu
|
a324fa2639
|
8225641: Calendar.roll(int field) does not work correctly for WEEK_OF_YEAR
Reviewed-by: naoto
|
2023-04-04 21:01:24 +00:00 |
|
Eirik Bjorsnos
|
85e3974470
|
8304014: Convert test/jdk/java/util/zip/ZipFile/CorruptedZipFiles.java to junit
Reviewed-by: lancea
|
2023-04-03 16:11:37 +00:00 |
|
Martin Buchholz
|
a565be4dc5
|
8297605: improve DelayQueue removal method javadoc
Reviewed-by: alanb
|
2023-03-31 18:11:53 +00:00 |
|
Justin Lu
|
3b88b2a9f8
|
8304761: Update IANA Language Subtag Registry to Version 2023-03-22
Reviewed-by: naoto
|
2023-03-27 21:37:16 +00:00 |
|
Eirik Bjorsnos
|
65e01da925
|
8304013: Add a fast, non-manual alternative to test/jdk/java/util/zip/ZipFile/TestTooManyEntries
Reviewed-by: lancea, martin
|
2023-03-26 23:00:15 +00:00 |
|
Justin Lu
|
dd23ee9e87
|
8303917: Update ISO 639 language codes table
Reviewed-by: naoto
|
2023-03-23 21:15:40 +00:00 |
|
Viktor Klang
|
6f67abd352
|
8304557: java/util/concurrent/CompletableFuture/CompletableFutureOrTimeoutExceptionallyTest.java times out
Reviewed-by: jpai
|
2023-03-23 20:43:45 +00:00 |
|
Viktor Klang
|
ded6a81319
|
8303742: CompletableFuture.orTimeout leaks if the future completes exceptionally
Reviewed-by: jpai, alanb
|
2023-03-20 13:55:47 +00:00 |
|
Justin Lu
|
7e47d51e10
|
8282319: java.util.Locale method to stream available Locales
Reviewed-by: stsypanov, naoto, lancea, rriggs
|
2023-03-01 00:36:22 +00:00 |
|
Alan Bateman
|
2e78d838a5
|
8302899: Executors.newSingleThreadExecutor can use Cleaner to shutdown executor
Reviewed-by: rriggs, martin, dfuchs, bchristi
|
2023-02-25 07:48:57 +00:00 |
|
Justin Lu
|
f612dcfebe
|
8302512: Update IANA Language Subtag Registry to Version 2023-02-14
Reviewed-by: naoto
|
2023-02-23 19:05:40 +00:00 |
|
Eirik Bjorsnos
|
78f71b4d41
|
8301873: Avoid string decoding in ZipFile.Source.getEntryPos
Reviewed-by: redestad, lancea
|
2023-02-18 12:39:19 +00:00 |
|
Alan Bateman
|
ecf21a9a24
|
8301767: Convert virtual thread tests to JUnit
Reviewed-by: cstein, lancea, jpai
|
2023-02-08 14:56:28 +00:00 |
|
Eirik Bjorsnos
|
c129ce4660
|
8300259: Add test coverage for processing of pending block files in signed JARs
Reviewed-by: weijun
|
2023-02-06 17:15:26 +00:00 |
|
Eirik Bjorsnos
|
05ea083b05
|
8301167: Update VerifySignedJar to actually exercise and test verification
Reviewed-by: weijun
|
2023-02-06 15:43:53 +00:00 |
|
Raffaello Giulietti
|
f696785fd3
|
8300869: Make use of the Double.toString(double) algorithm in java.util.Formatter
Reviewed-by: darcy, naoto
|
2023-02-02 19:10:42 +00:00 |
|
Eirik Bjorsnos
|
5dfc4ec7d9
|
8300140: ZipFile.isSignatureRelated returns true for files in META-INF subdirectories
Reviewed-by: weijun
|
2023-01-27 22:47:51 +00:00 |
|
Tagir F. Valeev
|
67b1c890b3
|
8294693: Add Collections.shuffle overload that accepts RandomGenerator interface
Reviewed-by: smarks, darcy
|
2023-01-21 18:36:31 +00:00 |
|
Claes Redestad
|
e37078f5bb
|
8282664: Unroll by hand StringUTF16 and StringLatin1 polynomial hash loops
Co-authored-by: Sandhya Viswanathan <sviswanathan@openjdk.org>
Co-authored-by: Ludovic Henry <luhenry@openjdk.org>
Co-authored-by: Claes Redestad <redestad@openjdk.org>
Reviewed-by: vlivanov, sviswanathan, luhenry
|
2023-01-17 21:06:22 +00:00 |
|
Magnus Ihse Bursie
|
4073b68565
|
8298047: Remove all non-significant trailing whitespace from properties files
Reviewed-by: serb, rriggs
|
2023-01-16 18:53:54 +00:00 |
|
Raffaello Giulietti
|
33412c102c
|
8299677: Formatter.format might take a long time to format an integer or floating-point
Reviewed-by: alanb, stsypanov, darcy
|
2023-01-12 19:21:09 +00:00 |
|
Justin Lu
|
f79b3d42f0
|
6381945: (cal) Japanese calendar unit test system should avoid multiple static imports
Reviewed-by: lancea, iris, naoto
|
2023-01-09 22:10:36 +00:00 |
|
Matthias Baesken
|
c2e3d72848
|
8299388: java/util/regex/NegativeArraySize.java fails on Alpine and sometimes Windows
Reviewed-by: mdoerr, alanb
|
2022-12-30 07:43:32 +00:00 |
|
Ichiroh Takiguchi
|
5e2de89628
|
8299194: CustomTzIDCheckDST.java may fail at future date
Reviewed-by: naoto
|
2022-12-22 21:07:01 +00:00 |
|
Andrew John Hughes
|
ce896731d3
|
8297804: (tz) Update Timezone Data to 2022g
Reviewed-by: naoto
|
2022-12-07 00:34:00 +00:00 |
|
Alan Bateman
|
19d849884b
|
8297495: j.u.concurrent updates for JDK 20
Reviewed-by: jpai
|
2022-12-05 15:20:16 +00:00 |
|
Maurizio Cimadamore
|
73baadceb6
|
8295044: Implementation of Foreign Function and Memory API (Second Preview)
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Co-authored-by: Per Minborg <pminborg@openjdk.org>
Co-authored-by: Maurizio Cimadamore <mcimadamore@openjdk.org>
Reviewed-by: jvernee, pminborg, psandoz, alanb, sundar
|
2022-12-05 13:49:53 +00:00 |
|
Jaikiran Pai
|
0ce182723b
|
8294321: Fix typos in files under test/jdk/java, test/jdk/jdk, test/jdk/jni
Co-authored-by: Michael Ernst <mernst@openjdk.org>
Reviewed-by: alanb, lancea, dfuchs
|
2022-11-30 00:37:31 +00:00 |
|
Jaikiran Pai
|
906f1ca4d7
|
8292317: Missing null check for Iterator.forEachRemaining implementations
Reviewed-by: sundar, smarks
|
2022-11-19 00:55:14 +00:00 |
|
Justin Lu
|
992f209def
|
8287180: Update IANA Language Subtag Registry to Version 2022-08-08
Reviewed-by: naoto, lancea, iris
|
2022-11-17 16:55:43 +00:00 |
|
Alan Bateman
|
636040f875
|
8296405: java/util/concurrent/forkjoin/AsyncShutdownNow.java is too slow
Reviewed-by: jpai
|
2022-11-17 09:18:50 +00:00 |
|
Justin Lu
|
fd83764981
|
8296239: ISO 4217 Amendment 174 Update
Reviewed-by: naoto
|
2022-11-09 01:18:01 +00:00 |
|
Yoshiki Sato
|
9d3b4ef2ad
|
8296108: (tz) Update Timezone Data to 2022f
Reviewed-by: serb, naoto
|
2022-11-04 02:23:17 +00:00 |
|
Stuart Marks
|
53905e600a
|
8178355: IdentityHashMap uses identity-based comparison for values everywhere except remove(K,V) and replace(K,V,V)
Reviewed-by: smarks
|
2022-11-03 16:36:29 +00:00 |
|
Justin Lu
|
f84b0ad07c
|
8295670: Remove duplication in java/util/Formatter/Basic*.java
Reviewed-by: bchristi, lancea, naoto
|
2022-11-02 17:30:02 +00:00 |
|
Naoto Sato
|
590de37bd7
|
8284842: Update Unicode Data Files to Version 15.0.0
8284844: Update ICU4J to Version 72.1
Reviewed-by: joehw
|
2022-10-31 17:57:30 +00:00 |
|
Justin Lu
|
78763fc8e0
|
8295000: java/util/Formatter/Basic test cleanup
Reviewed-by: bchristi, naoto, lancea
|
2022-10-27 20:55:26 +00:00 |
|
Naoto Sato
|
5b3de6e143
|
8284840: Update CLDR to Version 42.0
Reviewed-by: erikj, iris, joehw
|
2022-10-24 15:48:38 +00:00 |
|
Justin Lu
|
902162ca9f
|
8295239: Refactor java/util/Formatter/Basic script into a Java native test launcher
Reviewed-by: lancea, bchristi, naoto
|
2022-10-21 22:59:18 +00:00 |
|
Raffaello Giulietti
|
c08ff2c7b8
|
8294705: Disable an assertion in test/jdk/java/util/DoubleStreamSums/CompensatedSums.java
Reviewed-by: bpb
|
2022-10-20 10:47:39 +00:00 |
|
Magnus Ihse Bursie
|
d5a1521fde
|
8295470: Update openjdk.java.net => openjdk.org URLs in test code
Reviewed-by: michaelm, prr, darcy
|
2022-10-20 10:33:18 +00:00 |
|
David Alvarez
|
21407dec01
|
8295173: (tz) Update Timezone Data to 2022e
Reviewed-by: naoto
|
2022-10-13 20:48:43 +00:00 |
|
Naoto Sato
|
4224d45132
|
8295232: "java.locale.useOldISOCodes" property is read lazily
Reviewed-by: lancea, bpb, iris, rriggs, coffeys
|
2022-10-13 16:18:53 +00:00 |
|
Raffaello Giulietti
|
5a9cd33632
|
8294509: The sign extension bug applies to 'public static int[] convertSeedBytesToInts(byte[] seed, int n, int z)' in RandomSupport
Reviewed-by: shade
|
2022-10-04 10:25:11 +00:00 |
|
Justin Lu
|
3b1bc21727
|
8294307: ISO 4217 Amendment 173 Update
Reviewed-by: lancea, bpb, naoto
|
2022-09-30 17:10:49 +00:00 |
|
Alan Bateman
|
b8f9a915a2
|
8293940: Some tests for virtual threads take too long
Reviewed-by: dfuchs
|
2022-09-30 16:41:33 +00:00 |
|
Yoshiki Sato
|
f01573368f
|
8294357: (tz) Update Timezone Data to 2022d
Reviewed-by: naoto, coffeys
|
2022-09-30 12:45:35 +00:00 |
|
Raffaello Giulietti
|
ce85cac947
|
8065554: MatchResult should provide values of named-capturing groups
Reviewed-by: smarks
|
2022-09-29 09:16:21 +00:00 |
|
Naoto Sato
|
b8598b0297
|
8291660: Grapheme support in BreakIterator
Reviewed-by: smarks
|
2022-09-09 17:13:51 +00:00 |
|
Yoshiki Sato
|
98d85e6f59
|
8292579: (tz) Update Timezone Data to 2022c
Reviewed-by: naoto, alanb
|
2022-09-06 16:05:51 +00:00 |
|
Aleksey Shipilev
|
251bff6bee
|
8292877: java/util/concurrent/atomic/Serial.java uses {Double,Long}Accumulator incorrectly
Reviewed-by: psandoz, martin, alanb
|
2022-08-25 16:47:58 +00:00 |
|
Daniel D. Daugherty
|
ab6988599c
|
8292215: java/util/stream/boottest/java.base/java/util/stream/SpinedBufferTest.java times out with slowdebug
Reviewed-by: rriggs, shade
|
2022-08-22 19:31:50 +00:00 |
|
Volker Simonis
|
802ef38060
|
8292327: java.io.EOFException in InflaterInputStream after JDK-8281962
Reviewed-by: alanb, lancea
|
2022-08-17 09:34:41 +00:00 |
|
Jaikiran Pai
|
4b03e135e1
|
8285405: add test and check for negative argument to HashMap::newHashMap et al
Reviewed-by: chegar, naoto, lancea, smarks
|
2022-08-11 02:17:01 +00:00 |
|
Gaurav Chaudhari
|
3c3256414f
|
8288377: [REDO] DST not applying properly with zone id offset set with TZ env variable
Reviewed-by: naoto
|
2022-08-04 18:49:05 +00:00 |
|
Yoshiki Sato
|
92deab5465
|
8028265: Add legacy tz tests to OpenJDK
Reviewed-by: coffeys, naoto
|
2022-07-15 07:16:14 +00:00 |
|
Doug Lea
|
890bcedd49
|
8290264: java/util/concurrent/locks/Lock/OOMEInAQS.java fails with "exit code: 0"
Reviewed-by: dholmes, alanb, dcubed
|
2022-07-14 19:53:31 +00:00 |
|
Bill Huang
|
dbab827bee
|
8249834: java/util/ArrayList/Bug8146568.java and j/u/Vector/Bug8148174.java use @ignore w/o bug-id
Reviewed-by: jpai
|
2022-07-14 01:31:34 +00:00 |
|
Doug Lea
|
535804554d
|
8066859: java/lang/ref/OOMEInReferenceHandler.java failed with java.lang.Exception: Reference Handler thread died
Reviewed-by: alanb
|
2022-07-13 18:05:42 +00:00 |
|
Coleen Phillimore
|
e7795851d2
|
8271707: migrate tests to use jdk.test.whitebox.WhiteBox
Reviewed-by: lmesnik, dholmes
|
2022-07-08 15:55:14 +00:00 |
|
Jesper Wilhelmsson
|
70f5693356
|
Merge
|
2022-07-02 18:07:36 +00:00 |
|
Naoto Sato
|
604ea90d55
|
8289549: ISO 4217 Amendment 172 Update
Reviewed-by: iris
|
2022-07-01 16:07:23 +00:00 |
|
Jesper Wilhelmsson
|
048bffad79
|
Merge
|
2022-06-29 23:32:37 +00:00 |
|
Raffaello Giulietti
|
570897498b
|
8288596: Random:from() adapter does not delegate to supplied generator in all cases
Reviewed-by: darcy
|
2022-06-29 14:56:28 +00:00 |
|
Thejasvi Voniadka
|
784fa0add7
|
8282036: Change java/util/zip/ZipFile/DeleteTempJar.java to stop HttpServer cleanly in case of exceptions
Reviewed-by: jpai, alanb, dfuchs
|
2022-06-28 01:55:17 +00:00 |
|
Naoto Sato
|
d4de475747
|
8287868: Localized names update in COMPAT locale provider
Reviewed-by: iris, joehw
|
2022-06-22 15:47:07 +00:00 |
|
Naoto Sato
|
fbe9266622
|
8288378: [BACKOUT] DST not applying properly with zone id offset set with TZ env variable
Reviewed-by: dholmes
|
2022-06-14 01:06:54 +00:00 |
|
Gaurav Chaudhari
|
9b6d0a7e94
|
8285838: DST not applying properly with zone id offset set with TZ env variable
Reviewed-by: naoto
|
2022-06-13 20:01:57 +00:00 |
|
David Holmes
|
d46f404b31
|
8279047: Remove expired flags in JDK 20
Reviewed-by: kvn, kbarrett, alanb
|
2022-06-11 05:52:14 +00:00 |
|
Magnus Ihse Bursie
|
975316e3e5
|
8287902: UnreadableRB case in MissingResourceCauseTest is not working reliably on Windows
Reviewed-by: naoto
|
2022-06-10 10:07:10 +00:00 |
|
XenoAmess
|
e01cd7c3ed
|
8284780: Need methods to create pre-sized HashSet and LinkedHashSet
Reviewed-by: naoto, bpb, dfuchs, ascarpino
|
2022-06-09 01:50:54 +00:00 |
|
Raffaello Giulietti
|
c8cff1bd6f
|
8202449: overflow handling in Random.doubles
Reviewed-by: darcy
|
2022-06-08 16:28:18 +00:00 |
|
Magnus Ihse Bursie
|
f1dd559e20
|
8287896: PropertiesTest.sh fail on msys2
Reviewed-by: naoto
|
2022-06-07 11:53:10 +00:00 |
|
Tim Prinzing
|
e51ca1dee3
|
8287171: Refactor null caller tests to a single directory
Reviewed-by: ihse, mchung
|
2022-06-02 16:45:05 +00:00 |
|
Christian Stein
|
a0f6dd3291
|
8287121: Fix typo in jlink's description resource key lookup
Reviewed-by: alanb, lancea
|
2022-05-24 10:14:31 +00:00 |
|
Naoto Sato
|
7b19226be2
|
8267038: Update IANA Language Subtag Registry to Version 2022-03-02
Reviewed-by: rriggs
|
2022-05-19 18:50:09 +00:00 |
|
Naoto Sato
|
b884db8f7c
|
8285844: TimeZone.getTimeZone(ZoneOffset) does not work for all ZoneOffsets and returns GMT unexpected
Reviewed-by: uschindler, scolebourne, joehw
|
2022-05-16 15:45:01 +00:00 |
|
Maurizio Cimadamore
|
2c5d136260
|
8282191: Implementation of Foreign Function & Memory API (Preview)
Reviewed-by: erikj, jvernee, psandoz, dholmes, mchung
|
2022-05-12 16:17:45 +00:00 |
|
Raffaello Giulietti
|
97a983526b
|
8274517: java/util/DoubleStreamSums/CompensatedSums.java fails with expected [true] but found [false]
Reviewed-by: alanb, bpb
|
2022-05-09 14:53:10 +00:00 |
|
Doug Lea
|
4f5d73f2d4
|
8286294: ForkJoinPool.commonPool().close() spins
Reviewed-by: alanb
|
2022-05-09 11:09:34 +00:00 |
|
Alan Bateman
|
9583e3657e
|
8284161: Implementation of Virtual Threads (Preview)
Co-authored-by: Ron Pressler <rpressler@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Erik Österlund <eosterlund@openjdk.org>
Co-authored-by: Andrew Haley <aph@openjdk.org>
Co-authored-by: Rickard Bäckman <rbackman@openjdk.org>
Co-authored-by: Markus Grönlund <mgronlun@openjdk.org>
Co-authored-by: Leonid Mesnik <lmesnik@openjdk.org>
Co-authored-by: Serguei Spitsyn <sspitsyn@openjdk.org>
Co-authored-by: Chris Plummer <cjplummer@openjdk.org>
Co-authored-by: Coleen Phillimore <coleenp@openjdk.org>
Co-authored-by: Robbin Ehn <rehn@openjdk.org>
Co-authored-by: Stefan Karlsson <stefank@openjdk.org>
Co-authored-by: Thomas Schatzl <tschatzl@openjdk.org>
Co-authored-by: Sergey Kuksenko <skuksenko@openjdk.org>
Reviewed-by: lancea, eosterlund, rehn, sspitsyn, stefank, tschatzl, dfuchs, lmesnik, dcubed, kevinw, amenkov, dlong, mchung, psandoz, bpb, coleenp, smarks, egahlin, mseledtsov, coffeys, darcy
|
2022-05-07 08:06:16 +00:00 |
|
Stuart Marks
|
5a1d8f7e53
|
8285295: Need better testing for IdentityHashMap
Reviewed-by: jpai, lancea
|
2022-05-06 18:41:32 +00:00 |
|
Naoto Sato
|
1277f5d84e
|
8286154: Fix 3rd party notices in test files
Reviewed-by: darcy, joehw, iris
|
2022-05-06 16:10:17 +00:00 |
|
Doug Lea
|
00e6c63cd1
|
8277090: jsr166 refresh for jdk19
Reviewed-by: alanb, psandoz
|
2022-05-04 19:24:19 +00:00 |
|
Yasser Bazzi Bordonal
|
df8c2be5fe
|
8279598: Provide adapter from RandomGenerator to Random
Reviewed-by: smarks, darcy
|
2022-05-04 17:55:50 +00:00 |
|
Daniel Fuchs
|
552e1b0b8a
|
8284779: Test java/util/logging/Logger/logrb/TestLogrbResourceBundle.java fails intermittently with vthreads wrapper
Reviewed-by: alanb
|
2022-04-26 11:55:20 +00:00 |
|
Stuart Marks
|
58155a723e
|
8285386: java/util/HashMap/WhiteBoxResizeTest.java fails in tier7 after JDK-8186958
Reviewed-by: lancea
|
2022-04-21 22:28:14 +00:00 |
|
XenoAmess
|
87faa85c59
|
8186958: Need method to create pre-sized HashMap
Reviewed-by: chegar, naoto, joehw, lancea, wetmore, smarks
|
2022-04-19 00:03:56 +00:00 |
|
Tagir F. Valeev
|
4cc8eccfca
|
8280915: Better parallelization for AbstractSpliterator and IteratorSpliterator when size is unknown
Reviewed-by: psandoz
|
2022-04-15 15:18:38 +00:00 |
|
Andrey Turbanov
|
48c7549806
|
8284853: Fix various 'expected' typo
Reviewed-by: bpb, ihse
|
2022-04-14 18:05:49 +00:00 |
|
Raffaello Giulietti
|
3ffec3a50b
|
8284866: Add test to JDK-8273056
Reviewed-by: jlaskey
|
2022-04-14 15:36:20 +00:00 |
|
Ravi Reddy
|
7891085a87
|
8284771: java/util/zip/CloseInflaterDeflaterTest.java failed with "AssertionError: Expected IOException to be thrown, but nothing was thrown"
Reviewed-by: lancea
|
2022-04-12 20:39:05 +00:00 |
|
Raffaello Giulietti
|
19b140a7f3
|
8283083: java.util.random L128X256MixRandom constructor fails to use byte[] seed
Reviewed-by: jlaskey, bpb
|
2022-04-12 17:36:16 +00:00 |
|
Naoto Sato
|
523899e36c
|
8265315: Support for CLDR version 41
Reviewed-by: joehw, iris, ihse
|
2022-04-11 15:59:12 +00:00 |
|
Daniel Fuchs
|
74835f7389
|
8283719: java/util/logging/CheckZombieLockTest.java failing intermittently
Reviewed-by: alanb
|
2022-04-11 13:43:03 +00:00 |
|
Naoto Sato
|
d6b4693c05
|
8283698: Refactor Locale constructors used in src/test
Reviewed-by: iris, joehw
|
2022-04-08 15:23:25 +00:00 |
|
Naoto Sato
|
526e73498e
|
8282819: Deprecate Locale class constructors
Reviewed-by: lancea, rriggs
|
2022-04-05 15:38:36 +00:00 |
|
Thomas Stuefe
|
9561b5e041
|
8284165: Add pid to process reaper thread name
Reviewed-by: rriggs
|
2022-04-05 03:39:39 +00:00 |
|
Ian Graves
|
f01cce235b
|
8264160: Regex \b is not consistent with \w without UNICODE_CHARACTER_CLASS
Reviewed-by: lancea, bpb, naoto
|
2022-03-29 00:01:57 +00:00 |
|
Brent Christian
|
656cba7af3
|
8283349: Robustness improvements to java/util/prefs/AddNodeChangeListener.jar
Reviewed-by: dfuchs, naoto, lancea
|
2022-03-25 17:08:25 +00:00 |
|
Fei Yang
|
5905b02c0e
|
8276799: Implementation of JEP 422: Linux/RISC-V Port
Co-authored-by: Yadong Wang <yadonn.wang@huawei.com>
Co-authored-by: Yanhong Zhu <zhuyanhong2@huawei.com>
Co-authored-by: Feilong Jiang <jiangfeilong@huawei.com>
Co-authored-by: Kun Wang <wangkun49@huawei.com>
Co-authored-by: Zhuxuan Ni <nizhuxuan@huawei.com>
Co-authored-by: Taiping Guo <guotaiping1@huawei.com>
Co-authored-by: Kang He <hekang6@huawei.com>
Co-authored-by: Aleksey Shipilev <shade@openjdk.org>
Co-authored-by: Xiaolin Zheng <yunyao.zxl@alibaba-inc.com>
Co-authored-by: Kuai Wei <kuaiwei.kw@alibaba-inc.com>
Co-authored-by: Magnus Ihse Bursie <ihse@openjdk.org>
Reviewed-by: ihse, dholmes, rriggs, kvn, shade
|
2022-03-24 09:22:46 +00:00 |
|
Magnus Ihse Bursie
|
f8878cb0cc
|
8257733: Move module-specific data from make to respective module
Reviewed-by: jjg, weijun, naoto, erikj, prr, alanb, mchung
|
2022-03-21 21:34:09 +00:00 |
|
Naoto Sato
|
c4dc58e12e
|
8283277: ISO 4217 Amendment 171 Update
Reviewed-by: iris, joehw
|
2022-03-21 15:33:09 +00:00 |
|
Ravi Reddy
|
ff0b0927a2
|
8278794: Infinite loop in DeflaterOutputStream.finish()
Reviewed-by: coffeys, lancea
|
2022-03-18 15:31:30 +00:00 |
|
XenoAmess
|
3e393047e1
|
8281631: HashMap copy constructor and putAll can over-allocate table
Reviewed-by: smarks
|
2022-03-16 16:48:49 +00:00 |
|
Tim Prinzing
|
31ad80a229
|
8280902: ResourceBundle::getBundle may throw NPE when invoked by JNI code with no caller frame
Reviewed-by: naoto, mchung, ihse
|
2022-03-09 04:02:17 +00:00 |
|
Ian Graves
|
3fc009be8a
|
8281560: Matcher.hitEnd returns unexpected results in presence of CANON_EQ flag.
Reviewed-by: rriggs, lancea
|
2022-03-08 16:32:18 +00:00 |
|
Jim Laskey
|
5fab27e1b8
|
8282144: RandomSupport.convertSeedBytesToLongs sign extension overwrites previous bytes
Reviewed-by: bpb
|
2022-03-08 13:25:34 +00:00 |
|
Matteo Baccan
|
ccad39237a
|
8282657: Code cleanup: removing double semicolons at the end of lines
Reviewed-by: lancea, rriggs, ihse, prr, iris, wetmore, darcy, dholmes
|
2022-03-07 21:33:40 +00:00 |
|
Lance Andersen
|
f0995abe62
|
8280404: Unexpected exception thrown when CEN file entry comment length is not valid
Reviewed-by: alanb
|
2022-03-07 16:10:31 +00:00 |
|
Jaikiran Pai
|
e4d9fc811e
|
8282023: PropertiesStoreTest and StoreReproducibilityTest jtreg failures due to en_CA locale
Reviewed-by: naoto, rriggs
|
2022-03-01 03:49:18 +00:00 |
|
Lance Andersen
|
a020b6ba8f
|
8280409: JarFile::getInputStream can fail with NPE accessing ze.getName()
Reviewed-by: mullan, alanb
|
2022-02-23 16:56:50 +00:00 |
|
Ian Graves
|
3cb38678aa
|
8281315: Unicode, (?i) flag and backreference throwing IndexOutOfBounds Exception
Reviewed-by: naoto
|
2022-02-22 16:31:57 +00:00 |
|
Joe Darcy
|
77b0240d44
|
8281183: RandomGenerator:NextDouble() default behavior partially fixed by JDK-8280950
Reviewed-by: jlaskey
|
2022-02-06 02:19:32 +00:00 |
|
Joe Darcy
|
0e70d4504c
|
8280950: RandomGenerator:NextDouble() default behavior non conformant after JDK-8280550 fix
Reviewed-by: bpb, jlaskey
|
2022-02-01 01:27:18 +00:00 |
|
Joe Darcy
|
0c42e43f77
|
8280550: SplittableRandom#nextDouble(double,double) can return result >= bound
Reviewed-by: jlaskey, psandoz
|
2022-01-26 17:25:30 +00:00 |
|
Joe Darcy
|
cbe8395ace
|
8280168: Add Objects.toIdentityString
Reviewed-by: alanb, mchung, rriggs, smarks
|
2022-01-25 18:15:37 +00:00 |
|
Ian Graves
|
e3076552ec
|
8280403: RegEx: String.split can fail with NPE in Pattern.CharPredicate::match
Reviewed-by: lancea, iris, naoto, rriggs
|
2022-01-24 22:21:22 +00:00 |
|
Jesper Wilhelmsson
|
4616c13c2f
|
Merge
|
2022-01-20 01:18:38 +00:00 |
|
Julia Boes
|
5832a34404
|
8270416: Enhance construction of Identity maps
Reviewed-by: dfuchs, chegar, rhalade, ahgross, smarks, robm
|
2022-01-18 23:35:34 +00:00 |
|
Masanori Yano
|
848b16a3f9
|
8272746: ZipFile can't open big file (NegativeArraySizeException)
Reviewed-by: lancea
|
2022-01-18 18:20:57 +00:00 |
|
Masanori Yano
|
3aaa0982d8
|
8276694: Pattern trailing unescaped backslash causes internal error
Reviewed-by: jlaskey
|
2022-01-11 22:37:15 +00:00 |
|
Daniel Le
|
87cc4e5009
|
8276302: Locale.filterTags methods ignore actual weight when matching "*" (as if it is 1)
Reviewed-by: naoto
|
2021-12-23 14:11:11 +00:00 |
|
Roman Kennke
|
5b81d5eeb4
|
8276901: Implement UseHeavyMonitors consistently
Reviewed-by: coleenp, mdoerr, dcubed
|
2021-12-07 14:41:42 +00:00 |
|
Ravi Reddy
|
1e9ed54d36
|
8193682: Infinite loop in ZipOutputStream.close()
Reviewed-by: lancea, coffeys
|
2021-12-01 15:35:00 +00:00 |
|
Maurizio Cimadamore
|
96e36071b6
|
8275063: Implementation of Foreign Function & Memory API (Second incubator)
Reviewed-by: erikj, psandoz, jvernee, darcy
|
2021-11-24 11:51:16 +00:00 |
|
Sergey Bylokhov
|
e3243ee963
|
8277087: ZipException: zip END header not found at ZipFile#Source.findEND
Reviewed-by: lancea
|
2021-11-23 08:57:34 +00:00 |
|
Lance Andersen
|
b85500e524
|
8276123: ZipFile::getEntry will not return a file entry when there is a directory entry of the same name within a Zip File
Reviewed-by: redestad, alanb
|
2021-11-12 17:12:13 +00:00 |
|
Naoto Sato
|
0c409cac78
|
8276186: Require getAvailableLocales() methods to include Locale.ROOT
Reviewed-by: prappo, smarks, iris
|
2021-11-10 20:52:11 +00:00 |
|
Anirvan Sarkar
|
c7095b20d9
|
8276207: Properties.loadFromXML/storeToXML works incorrectly for supplementary characters
Reviewed-by: joehw
|
2021-11-06 00:41:44 +00:00 |
|
Weijun Wang
|
34628ff8ac
|
8266115: More Manifest Jar Loading
Reviewed-by: mschoene, ahgross, mullan, rhalade
|
2021-10-19 18:25:58 +00:00 |
|
Naoto Sato
|
8ca084617f
|
8274407: (tz) Update Timezone Data to 2021c
8274467: TestZoneInfo310.java fails with tzdata2021b
8274468: TimeZoneTest.java fails with tzdata2021b
Reviewed-by: rriggs, iris, coffeys
|
2021-10-07 15:32:11 +00:00 |
|
David Holmes
|
2e542e33b8
|
8274349: ForkJoinPool.commonPool() does not work with 1 CPU
Co-authored-by: Doug Lea <dl@openjdk.org>
Reviewed-by: shade, martin
|
2021-10-04 23:14:12 +00:00 |
|
Naoto Sato
|
f2404d60de
|
8274658: ISO 4217 Amendment 170 Update
Reviewed-by: lancea, iris
|
2021-10-04 15:06:48 +00:00 |
|
Jaikiran Pai
|
af50772d39
|
8231640: (prop) Canonical property storage
Reviewed-by: rriggs, smarks, dfuchs, ihse
|
2021-09-28 05:17:31 +00:00 |
|
Naoto Sato
|
d39aad9230
|
8273924: ArrayIndexOutOfBoundsException thrown in java.util.JapaneseImperialCalendar.add()
Reviewed-by: rriggs, iris, joehw
|
2021-09-22 15:50:49 +00:00 |
|
Sean Mullan
|
6d91a3eb7b
|
8269039: Disable SHA-1 Signed JARs
Reviewed-by: weijun
|
2021-09-21 13:45:47 +00:00 |
|
Ian Graves
|
f531b5c796
|
8273514 : java/util/DoubleStreamSums/CompensatedSums.java failure
Reviewed-by: rriggs, darcy
|
2021-09-15 13:08:15 +00:00 |
|
David Holmes
|
c54a918a0e
|
8273691: Missing comma after 2021 in GraphemeTestAccessor.java copyright notice
Reviewed-by: psandoz
|
2021-09-14 01:01:07 +00:00 |
|
Ian Graves
|
3d9dc8f824
|
8273430: Suspicious duplicate condition in java.util.regex.Grapheme#isExcludedSpacingMark
Reviewed-by: naoto
|
2021-09-13 21:48:28 +00:00 |
|
Ian Graves
|
dd871819a0
|
8214761: Bug in parallel Kahan summation implementation
Reviewed-by: darcy
|
2021-09-03 00:50:11 +00:00 |
|
bobpengxie
|
683e30db79
|
8273169: java/util/regex/NegativeArraySize.java failed after JDK-8271302
Reviewed-by: jiefu, serb
|
2021-08-31 17:31:03 +00:00 |
|
Ian Graves
|
fecefb8541
|
8271302: Regex Test Refresh
Reviewed-by: bchristi, smarks
|
2021-08-30 17:37:29 +00:00 |
|
Jim Laskey
|
cf64c3e7e2
|
8272326: java/util/Random/RandomTestMoments.java had two Gaussian fails
Reviewed-by: rriggs, bpb
|
2021-08-17 15:53:41 +00:00 |
|
Naoto Sato
|
41dc795d6c
|
8264792: The NumberFormat for locale sq_XK formats price incorrectly.
Reviewed-by: joehw, iris
|
2021-08-09 16:22:35 +00:00 |
|
Ian Graves
|
bb508e1303
|
8269753: Misplaced caret in PatternSyntaxException's detail message
Reviewed-by: prappo
|
2021-07-27 02:25:30 +00:00 |
|
Julia Boes
|
344e3edf76
|
8268080: java/util/concurrent/forkjoin/AsyncShutdownNow.java fails with java.util.concurrent.RejectedExecutionException
Co-authored-by: Doug Lea <dl@openjdk.org>
Reviewed-by: chegar, dfuchs
|
2021-06-17 09:10:27 +00:00 |
|
Stuart Marks
|
cd0678fcf6
|
8199318: add idempotent copy operation for Map.Entry
Reviewed-by: alanb, psandoz, dfuchs
|
2021-06-04 17:13:05 +00:00 |
|
Jonathan Gibbons
|
3482cb87fd
|
8266254: Update to use jtreg 6
8265020: tests must be updated for new TestNG module name
Reviewed-by: lancea, erikj, mchung, naoto, alanb, iris, chegar
|
2021-06-02 21:20:12 +00:00 |
|
Maurizio Cimadamore
|
a223189b06
|
8264774: Implementation of Foreign Function and Memory API (Incubator)
Co-authored-by: Paul Sandoz <psandoz@openjdk.org>
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Co-authored-by: Vladimir Ivanov <vlivanov@openjdk.org>
Co-authored-by: Athijegannathan Sundararajan <sundar@openjdk.org>
Co-authored-by: Chris Hegarty <chegar@openjdk.org>
Reviewed-by: psandoz, chegar, mchung, vlivanov
|
2021-06-02 10:53:06 +00:00 |
|
Tagir F. Valeev
|
0c9daa7ed5
|
8265029: Preserve SIZED characteristics on slice operations (skip, limit)
Reviewed-by: psandoz
|
2021-05-28 01:56:38 +00:00 |
|
Naoto Sato
|
bea4109ef7
|
8187649: ArrayIndexOutOfBoundsException in java.util.JapaneseImperialCalendar
Reviewed-by: joehw, rriggs
|
2021-05-27 13:18:34 +00:00 |
|
Mark Reinhold
|
e63023546a
|
8266851: Implement JEP 403: Strongly Encapsulate JDK Internals
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Reviewed-by: mchung, alanb, hseigel
|
2021-05-26 20:55:53 +00:00 |
|
Naoto Sato
|
a4c46e1e4f
|
8263202: Update Hebrew/Indonesian/Yiddish ISO 639 language codes to current
Reviewed-by: joehw
|
2021-05-26 15:52:39 +00:00 |
|
Tagir F. Valeev
|
ac36b7d3e2
|
8267452: Delegate forEachRemaining in Spliterators.iterator()
Reviewed-by: psandoz
|
2021-05-26 01:17:02 +00:00 |
|
Weijun Wang
|
640a2afda3
|
8267184: Add -Djava.security.manager=allow to tests calling System.setSecurityManager
Co-authored-by: Lance Andersen <lancea@openjdk.org>
Co-authored-by: Weijun Wang <weijun@openjdk.org>
Reviewed-by: dholmes, alanb, dfuchs, mchung, mullan, prr
|
2021-05-24 16:55:55 +00:00 |
|
Naoto Sato
|
a259ab4a8d
|
8258795: Update IANA Language Subtag Registry to Version 2021-05-11
Reviewed-by: joehw
|
2021-05-13 16:20:12 +00:00 |
|
Daniel Fuchs
|
08a5a5c6d6
|
8263382: java/util/logging/ParentLoggersTest.java failed with "checkLoggers: getLoggerNames() returned unexpected loggers"
Reviewed-by: bpb, mchung
|
2021-05-13 08:54:24 +00:00 |
|
Jim Laskey
|
f00b70e2ca
|
8266527: RandomTestCoverage.java failing due to API removal
Reviewed-by: rriggs
|
2021-05-04 21:18:48 +00:00 |
|
Ian Graves
|
b337f63361
|
8037397: RegEx pattern matching loses character class after intersection (&&) operator
Reviewed-by: rriggs
|
2021-04-21 15:45:52 +00:00 |
|
Peter Levart
|
98cb81b381
|
8265237: String.join and StringJoiner can be improved further
Reviewed-by: rriggs, redestad
|
2021-04-21 10:32:03 +00:00 |
|
Ian Graves
|
0bdc3e7a41
|
8262744: Formatter '%g' conversion uses wrong format for BigDecimal rounding up to limits
Reviewed-by: rriggs, bpb
|
2021-04-16 20:05:48 +00:00 |
|
Jaikiran Pai
|
64e21307a8
|
8262108: SimpleDateFormat formatting broken for sq_MK Locale
Reviewed-by: naoto
|
2021-04-16 06:45:39 +00:00 |
|
Naoto Sato
|
f6e54f2f9a
|
8258794: Support for CLDR version 39
Reviewed-by: joehw, erikj
|
2021-04-15 21:28:22 +00:00 |
|
Jim Laskey
|
0f13e2277f
|
8264791: java/util/Random/RandomTestBsi1999.java failed "java.security.SecureRandom nextFloat consecutive"
Reviewed-by: darcy, bpb, dcubed
|
2021-04-06 17:05:42 +00:00 |
|
Jim Laskey
|
920189918e
|
8264729: Random check-in failing header checks.
Reviewed-by: erikj, bpb
|
2021-04-05 19:03:18 +00:00 |
|
Brian Burkhalter
|
104e925dfd
|
8264512: jdk/test/jdk/java/util/prefs/ExportNode.java relies on default platform encoding
Reviewed-by: naoto
|
2021-04-05 16:42:09 +00:00 |
|
Jim Laskey
|
a0ec2cb289
|
8248862: Implement Enhanced Pseudo-Random Number Generators
Reviewed-by: darcy
|
2021-04-05 16:29:18 +00:00 |
|
Roger Riggs
|
8cf1c62c34
|
8263754: HexFormat 'fromHex' methods should be static
Reviewed-by: redestad, naoto, chegar
|
2021-03-29 20:38:10 +00:00 |
|
Kim Barrett
|
2425462a84
|
8263903: Use Cleaner instead of finalize to auto stop Timer thread
Reviewed-by: dholmes, alanb, bchristi, rriggs, mchung
|
2021-03-23 21:16:35 +00:00 |
|
Igor Ignatyev
|
d825198e55
|
8263556: remove @modules java.base from tests
Reviewed-by: dcubed, naoto, iris
|
2021-03-15 17:05:28 +00:00 |
|
Igor Ignatyev
|
a7aba2b61c
|
8263549: 8263412 can cause jtreg testlibrary split
Reviewed-by: iklam, dcubed
|
2021-03-13 14:51:53 +00:00 |
|
Ian Graves
|
6971c23a3a
|
8262351: Extra '0' in java.util.Formatter for '%012a' conversion with a sign character
Reviewed-by: bchristi, naoto
|
2021-03-10 22:46:32 +00:00 |
|
Patrick Concannon
|
fbe40e8926
|
8252399: Update mapMulti documentation to use type test pattern instead of instanceof once JEP 375 exits preview
Reviewed-by: dfuchs, psandoz, smarks
|
2021-03-09 11:09:40 +00:00 |
|
Ian Graves
|
dbef0ec95d
|
6323374: (coll) Optimize Collections.unmodifiable* and synchronized*
Reviewed-by: redestad, smarks, darcy
|
2021-03-05 03:20:44 +00:00 |
|
Stuart Marks
|
f18c019287
|
8247373: ArraysSupport.newLength doc, test, and exception message
Reviewed-by: rriggs, psandoz, martin, prappo
|
2021-03-02 18:08:26 +00:00 |
|
Evan Whelan
|
ebdc80ead9
|
8252883: AccessDeniedException caused by delayed file deletion on Windows
Reviewed-by: dfuchs
|
2021-02-25 12:05:16 +00:00 |
|
Naoto Sato
|
9d9ad969ca
|
8261919: java/util/Locale/LocaleProvidersRun.java failed with "RuntimeException: Expected log was not emitted. LogRecord: null"
Reviewed-by: joehw, dfuchs
|
2021-02-24 16:23:24 +00:00 |
|
Martin Buchholz
|
351d788809
|
8259074: regex benchmarks and tests
Reviewed-by: redestad
|
2021-02-08 18:09:59 +00:00 |
|
Naoto Sato
|
4a1814cbf0
|
8261179: Norwegian Bokmål Locale fallback issue
Reviewed-by: joehw
|
2021-02-05 18:15:40 +00:00 |
|
Martin Buchholz
|
81e9e6a7fc
|
8260461: Modernize jsr166 tck tests
Reviewed-by: dl
|
2021-01-28 18:06:55 +00:00 |
|
Jesper Wilhelmsson
|
cf25383d19
|
Merge
|
2021-01-19 22:49:44 +00:00 |
|
Martin Buchholz
|
f7b96d347a
|
8259796: timed CompletableFuture.get may swallow InterruptedException
Reviewed-by: dl, alanb
|
2021-01-19 18:41:08 +00:00 |
|
Tagir F. Valeev
|
2c8e337dff
|
8259622: TreeMap.computeIfAbsent deviates from spec
Reviewed-by: smarks
|
2021-01-15 04:11:31 +00:00 |
|
Mahendra Chhipa
|
5df2a949e3
|
8212035: merge jdk.test.lib.util.SimpleHttpServer with jaxp.library.SimpleHttpServer
Reviewed-by: dfuchs
|
2021-01-13 15:53:05 +00:00 |
|
Jan Lahoda
|
235488215b
|
8250768: javac should be adapted to changes in JEP 12
Reviewed-by: mcimadamore, erikj, jjg, ihse
|
2021-01-11 10:10:47 +00:00 |
|
Martin Buchholz
|
270014ab4e
|
8234131: Miscellaneous changes imported from jsr166 CVS 2021-01
8257671: ThreadPoolExecutor.Discard*Policy: rejected tasks are not cancelled
Reviewed-by: alanb, prappo, dl
|
2021-01-09 21:59:27 +00:00 |
|
Martin Buchholz
|
63e3bd7613
|
8246677: LinkedTransferQueue and SynchronousQueue synchronization updates
Reviewed-by: alanb, dl
|
2021-01-09 21:08:32 +00:00 |
|
Martin Buchholz
|
5cfa8c94d6
|
8246585: ForkJoin updates
8229253: forkjoin/FJExceptionTableLeak.java fails "AssertionError: failed to satisfy condition"
Reviewed-by: dl
|
2021-01-09 20:57:52 +00:00 |
|
Roger Riggs
|
876c7fb5f7
|
8259493: [test] Use HexFormat instead of adhoc hex utilities in network code and locale SoftKeys
Reviewed-by: lancea, naoto
|
2021-01-08 21:31:37 +00:00 |
|
Jie Fu
|
1594372c28
|
8258584: java/util/HexFormat/HexFormatTest.java fails on x86_32
Reviewed-by: rriggs
|
2020-12-22 02:07:33 +00:00 |
|
Jesper Wilhelmsson
|
d234388042
|
Merge
|
2020-12-21 09:09:05 +00:00 |
|