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 |
|