Sean Coffey
|
8d9a4b43f4
|
8317678: Fix up hashCode() for ZipFile.Source.Key
Reviewed-by: lancea, alanb, jpai
|
2023-10-23 17:12:41 +00:00 |
|
Justin Lu
|
cc8f8da293
|
8318322: Update IANA Language Subtag Registry to Version 2023-10-16
Reviewed-by: naoto, iris, lancea, srl
|
2023-10-19 18:25:43 +00:00 |
|
Naoto Sato
|
ce8ebebc77
|
8317979: Use TZ database style abbreviations in the CLDR locale provider
Reviewed-by: rriggs, joehw, lancea, erikj, iris, ihse
|
2023-10-18 18:26:49 +00:00 |
|
Agnibho Hom Chowdhury
|
34653c1e73
|
8249832: java/util/zip/DataDescriptorSignatureMissing.java uses @ignore w/o bug-id
Reviewed-by: msheppar
|
2023-10-17 11:58:17 +00:00 |
|
Jorn Vernee
|
32ac72c3d3
|
8312522: Implementation of Foreign Function & Memory API
Co-authored-by: Maurizio Cimadamore <mcimadamore@openjdk.org>
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Co-authored-by: Per Minborg <pminborg@openjdk.org>
Reviewed-by: dholmes, psandoz, mcimadamore, alanb
|
2023-10-12 19:50:08 +00:00 |
|
Claes Redestad
|
33591a30d2
|
8317795: Add an ImmutableBitSetPredicate variant for bitsets <= 128 elements
Reviewed-by: pminborg, rriggs
|
2023-10-10 17:01:57 +00:00 |
|
vamsi-parasa
|
a4e9168bab
|
8309130: x86_64 AVX512 intrinsics for Arrays.sort methods (int, long, float and double arrays)
Reviewed-by: jbhateja, sviswanathan, psandoz, kvn
|
2023-10-06 20:15:30 +00:00 |
|
Justin Lu
|
b859da9c54
|
8316696: Remove the testing base classes: IntlTest and CollatorTest
Reviewed-by: naoto
|
2023-10-03 16:38:17 +00:00 |
|
Justin Lu
|
355811a996
|
8316559: Refactor some util/Calendar tests to JUnit
Reviewed-by: naoto, lancea
|
2023-09-28 23:51:12 +00:00 |
|
Naoto Sato
|
f7578e8048
|
8316540: StoreReproducibilityTest fails on some locales
Reviewed-by: joehw, jlu, jpai, alanb
|
2023-09-22 16:53:56 +00:00 |
|
Coleen Phillimore
|
3301fb1e8a
|
8315869: UseHeavyMonitors not used
Reviewed-by: dcubed, alanb
|
2023-09-20 19:09:02 +00:00 |
|
Nikita Sakharin
|
3828dc913a
|
8314236 : Overflow in Collections.rotate
Co-authored-by: Nikita Sakharin <17588081+nikita-sakharin@users.noreply.github.com>
Reviewed-by: shade, smarks
|
2023-09-18 09:20:11 +00:00 |
|
Justin Lu
|
b55e418a07
|
8301991: Convert l10n properties resource bundles to UTF-8 native
Reviewed-by: naoto
|
2023-09-14 22:19:18 +00:00 |
|
Soumadipta Roy
|
4415261688
|
8315683: Parallelize java/util/concurrent/tck/JSR166TestCase.java
Reviewed-by: martin, shade
|
2023-09-14 19:22:31 +00:00 |
|
Erik Joelsson
|
020255a72d
|
8267174: Many test files have the wrong Copyright header
Reviewed-by: valeriep, aivanov, iris, dholmes, ihse
|
2023-09-12 20:16:05 +00:00 |
|
Matthias Baesken
|
9887cd8adc
|
8315751: RandomTestBsi1999 fails often with timeouts on Linux ppc64le
Reviewed-by: mdoerr
|
2023-09-07 07:36:08 +00:00 |
|
Per Minborg
|
f292268268
|
8315454: Add a way to create an immutable snapshot of a BitSet
Co-authored-by: Claes Redestad <redestad@openjdk.org>
Reviewed-by: redestad
|
2023-09-05 06:43:00 +00:00 |
|
Justin Lu
|
3c8a6678fe
|
8314611: Provide more explicative error message parsing Currencies
Reviewed-by: naoto
|
2023-08-30 23:40:34 +00:00 |
|
Alan Bateman
|
ed0f75f266
|
8313290: Misleading exception message from STS.Subtask::get when task forked after shutdown
Reviewed-by: psandoz
|
2023-08-19 18:42:43 +00:00 |
|
Cristian Vat
|
32efd23c5d
|
8311939: Excessive allocation of Matcher.groups array
Reviewed-by: rriggs, igraves
|
2023-08-17 11:27:39 +00:00 |
|
Lance Andersen
|
13f6450e2e
|
8313765: Invalid CEN header (invalid zip64 extra data field size)
Reviewed-by: simonis, alanb, coffeys
|
2023-08-16 15:42:36 +00:00 |
|
Justin Lu
|
1da82a34b1
|
8313702: Update IANA Language Subtag Registry to Version 2023-08-02
Reviewed-by: naoto, iris
|
2023-08-07 17:10:27 +00:00 |
|
Raffaello Giulietti
|
61c58fdd00
|
8312976: MatchResult produces StringIndexOutOfBoundsException for groups outside match
Reviewed-by: alanb, smarks
|
2023-08-04 07:11:18 +00:00 |
|
Aleksey Shipilev
|
408987e1ca
|
8313307: java/util/Formatter/Padding.java fails on some Locales
Reviewed-by: jlu, naoto
|
2023-07-31 08:35:31 +00:00 |
|
Justin Lu
|
a9a3463afb
|
8312416: Tests in Locale should have more descriptive names
Reviewed-by: lancea, naoto
|
2023-07-28 16:27:06 +00:00 |
|
Doug Lea
|
8d1ab57065
|
8301341: LinkedTransferQueue does not respect timeout for poll()
8300663: java/util/concurrent/SynchronousQueue/Fairness.java failed with "Error: fair=true i=0 j=1"
8267502: JDK-8246677 caused 16x performance regression in SynchronousQueue
Reviewed-by: alanb
|
2023-07-22 10:41:42 +00:00 |
|
Justin Lu
|
71cac8ce47
|
8311663: Additional refactoring of Locale tests to JUnit
Reviewed-by: naoto
|
2023-07-19 20:22:40 +00:00 |
|
Raffaello Giulietti
|
14cf035681
|
8302987: Add uniform and spatially equidistributed bounded double streams to RandomGenerator
Reviewed-by: darcy
|
2023-07-19 16:48:54 +00:00 |
|
Lance Andersen
|
fff7e1ad00
|
8302483: Enhance ZIP performance
Reviewed-by: ahgross, alanb, rhalade, coffeys
|
2023-07-18 21:17:07 +00:00 |
|
Viktor Klang
|
8c9d091f19
|
8308047: java/util/concurrent/ScheduledThreadPoolExecutor/BasicCancelTest.java timed out and also had jcmd pipe errors
Reviewed-by: stefank, alanb
|
2023-07-13 14:25:50 +00:00 |
|
Alan Bateman
|
92a04e201e
|
8311867: StructuredTaskScope.shutdown does not interrupt newly started threads
Reviewed-by: jpai
|
2023-07-13 07:33:01 +00:00 |
|
Justin Lu
|
12e9430910
|
8310818: Refactor more Locale tests to use JUnit
Reviewed-by: lancea, naoto
|
2023-07-07 19:12:13 +00:00 |
|
Justin Lu
|
e848d9471f
|
8310923: Refactor Currency tests to use JUnit
Reviewed-by: naoto, lancea
|
2023-07-07 01:32:59 +00:00 |
|
Justin Lu
|
dad7bd9efc
|
8310234: Refactor Locale tests to use JUnit
Reviewed-by: naoto
|
2023-06-23 21:33:49 +00:00 |
|
Raffaello Giulietti
|
90027ff204
|
8309515: Stale cached data from Matcher.namedGroups() after Matcher.usePattern()
Reviewed-by: rriggs
|
2023-06-07 21:39:53 +00:00 |
|
Alan Bateman
|
f1c7afcc3f
|
8306647: Implementation of Structured Concurrency (Preview)
8306572: Implementation of Scoped Values (Preview)
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Andrew Haley <aph@openjdk.org>
Reviewed-by: psandoz, dfuchs, mchung
|
2023-06-07 06:41:09 +00:00 |
|
Stuart Marks
|
9526190863
|
8307840: SequencedMap view method specification and implementation adjustments
Reviewed-by: darcy, alanb
|
2023-06-06 17:02:32 +00:00 |
|
Stuart Marks
|
6d155a47f1
|
8308167: SequencedMap::firstEntry throws NPE when first entry has null key or value
Reviewed-by: bchristi
|
2023-06-06 00:19:50 +00:00 |
|
Aleksey Shipilev
|
4460429d7a
|
8308803: Improve java/util/UUID/UUIDTest.java
Reviewed-by: jpai, rriggs
|
2023-06-01 08:55:56 +00:00 |
|
Viktor Klang
|
544978cb76
|
8298066: java/util/concurrent/locks/Lock/OOMEInAQS.java timed out
Reviewed-by: alanb
|
2023-05-24 12:41:27 +00:00 |
|
Alan Bateman
|
fe8c689eee
|
8308038: java/util/concurrent/ThreadPerTaskExecutor/ThreadPerTaskExecutorTest.java timed out
Reviewed-by: dfuchs, jpai
|
2023-05-23 07:05:44 +00:00 |
|
Alan Bateman
|
ada416e66c
|
8308235: ThreadContainer registry accumulates weak refs
Reviewed-by: jpai
|
2023-05-23 07:05:07 +00:00 |
|
Justin Lu
|
34468e1c91
|
8308021: Update IANA Language Subtag Registry to Version 2023-05-11
Reviewed-by: lancea, naoto
|
2023-05-19 18:22:50 +00:00 |
|
Raffaello Giulietti
|
25868b95ee
|
8132995: Matcher$ImmutableMatchResult should be optimized to reduce space usage
Reviewed-by: redestad, smarks
|
2023-05-19 08:04:32 +00:00 |
|
Amit Kumar
|
41ee125a0f
|
8278411: Implement UseHeavyMonitors consistently, s390 port
Reviewed-by: mdoerr, stuefe, lucy
|
2023-05-16 15:25:19 +00:00 |
|
Jaikiran Pai
|
d22bcc813e
|
8307403: java/util/zip/DeInflate.java timed out
Reviewed-by: simonis, lancea
|
2023-05-16 05:06:46 +00:00 |
|
Justin Lu
|
82bcee76ea
|
8159337: Introduce a method in Locale class to return the language tags as per RFC 5646 convention
Reviewed-by: naoto, rriggs
|
2023-05-09 17:15:06 +00:00 |
|
Raffaello Giulietti
|
93ee19f58a
|
8305486: Add split() variants that keep the delimiters to String and j.u.r.Pattern
Reviewed-by: jpai, rriggs
|
2023-05-08 14:51:35 +00:00 |
|
Amit Kumar
|
fee02f0668
|
8299748: java/util/zip/Deinflate.java failing on s390x
Reviewed-by: jpai, lancea, simonis, aturbanov
|
2023-04-28 11:55:59 +00:00 |
|
Per Minborg
|
cbccc4c817
|
8304265: Implementation of Foreign Function and Memory API (Third Preview)
Co-authored-by: Maurizio Cimadamore <mcimadamore@openjdk.org>
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Co-authored-by: Paul Sandoz <psandoz@openjdk.org>
Co-authored-by: Feilong Jiang <fjiang@openjdk.org>
Co-authored-by: Per Minborg <pminborg@openjdk.org>
Reviewed-by: erikj, jvernee, vlivanov, psandoz
|
2023-04-27 09:00:58 +00:00 |
|
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 |
|