4855 Commits

Author SHA1 Message Date
Viktor Klang
4a84d0414e 8385830: ForkJoinTask#get may swallow caller thread's interrupt flag
Co-authored-by: Doug Lea <dl@openjdk.org>
Reviewed-by: alanb
2026-06-08 14:17:15 +00:00
Ashay Rane
5f7422ed83 8383248: Reduce buffer allocations for HTTP headers instead of allocating 16KB per request
Reviewed-by: jpai, dfuchs
2026-06-06 01:37:24 +00:00
Per Minborg
d47d729c9b 8384648: LazyConstantTest::interruptStatusIsPreservedForComputingThread fails
Reviewed-by: jvernee
2026-06-04 07:59:21 +00:00
Daniel Gredler
7ebfc031bc 8269888: Thai text rendered incorrectly using some AffineTransform-derived fonts
Reviewed-by: prr, psadhukhan
2026-06-03 22:07:46 +00:00
Alexey Ivanov
24d31296e1 8372546: UnixMultiResolutionSplashTest.java fails intermittently on Ubuntu_24.04
Remove .../unix/UnixMultiResolutionSplashTest.java

Reviewed-by: syan, prr
2026-06-03 18:46:54 +00:00
Phil Race
9f83006f10 8378464: PixelInterleavedSampleModel constructors and methods do not specify behavior when arguments are null or out of bounds
Reviewed-by: kizune, psadhukhan
2026-06-03 18:32:56 +00:00
Anthony Scarpino
e70e691307 8377506: Implement JEP 538: PEM Encodings of Cryptographic Objects (Third Preview)
Reviewed-by: weijun, mullan
2026-06-03 17:06:31 +00:00
Naoto Sato
4192f9bf2e 8385736: Optimize ListFormat custom pattern parsing
Reviewed-by: jlu
2026-06-02 20:27:12 +00:00
Roman Marchenko
c469bb2cd7 8383867: File.getCanonicalPath drops backslash from UNC path with directory junctions
Reviewed-by: alanb
2026-06-02 14:54:16 +00:00
Jaikiran Pai
207dc4e82f 8322256: Define and document GZIPInputStream concatenated stream semantics
Reviewed-by: lancea, alanb, simonis
2026-06-02 04:37:09 +00:00
Brian Burkhalter
a23ce9cd30 8379535: test/jdk/java/io/File/ListRoots.java fails with RuntimeException: Does not match FileSystem::getRootDirectories
Reviewed-by: alanb
2026-06-01 17:48:51 +00:00
Ashay Rane
b66dcc9474 8385345: AWT and ImageIO shell tests fail when run using MSys/MinGW
Reviewed-by: prr, macarte
2026-05-29 23:38:31 +00:00
Phil Race
cd0b9fbeec 8383605: Incomplete input validation on the bands parameters in j.a.i.Raster
Reviewed-by: aivanov, jdv, avu
2026-05-29 18:42:17 +00:00
Phil Race
c09e403385 8381007: MultiPixelPackedSampleModel can throw ArithmeticException
Reviewed-by: jdv, azvegint, serb
2026-05-29 18:41:55 +00:00
Phil Race
05244e8d37 8385347: Remove AppContext from SunToolkit and also remove AppContext
Reviewed-by: azvegint, serb, kizune
2026-05-29 17:43:23 +00:00
Justin Lu
e495051635 8382031: Update IANA Language Subtag Registry to Version 2026-05-05
Reviewed-by: naoto, iris
2026-05-27 17:22:02 +00:00
Naoto Sato
eac045c482 8384466: Test io/Console/RestoreEchoTest.java fails with expect: spawn id exp3 not open
Reviewed-by: iris
2026-05-26 16:34:43 +00:00
Manuel Hässig
2acf0dc98a 8382582: Remove the experimental JVMCI feature
Co-authored-by: Tobias Hartmann <thartmann@openjdk.org>
Co-authored-by: Mikael Vidstedt <mikael@openjdk.org>
Reviewed-by: kvn, thartmann, liach, stefank, coleenp, erikj, vlivanov, cjplummer, alanb
2026-05-26 16:34:02 +00:00
Jorn Vernee
9e9e1df73b 8360595: OOM in java/foreign/TestUpcallStress.java
Reviewed-by: shade
2026-05-22 12:47:41 +00:00
Anton Artemov
05a198af2f 8326547: StrictMath.pow returns results outside of a 1 ulp error bound.
Reviewed-by: dsimms, fbredberg
2026-05-21 16:26:29 +00:00
Ashay Rane
1e9037b259 8384997: "Unrecognized system!" failures on MSys2/Windows
Reviewed-by: shade, jwaters
2026-05-20 14:44:46 +00:00
Volkan Yazici
ff34610ead 8382928: Add documentation to java.net.URI.normalize about empty segments
Reviewed-by: dfuchs, alanb
2026-05-19 18:35:39 +00:00
Frederic Thevenet
976297dec6 8378583: (process) ProcessBuilder tests that span deeper trees must pass launchMechanism to their children
Reviewed-by: stuefe, bchristi
2026-05-18 08:38:47 +00:00
Aleksey Shipilev
a2b9e941d6 8371949: Upcall exception handler crashes with bad oop
Reviewed-by: jvernee, dholmes
2026-05-18 08:30:35 +00:00
Naoto Sato
bdc277d630 8371842: Update CLDR to Version 48.2
Reviewed-by: jlu, iris
2026-05-13 16:09:38 +00:00
Christian Stein
759dce180b 8384505: Account for all jtreg-based frames in stack walk test
Reviewed-by: dfuchs, alanb
2026-05-13 13:37:15 +00:00
SendaoYan
cbda5317d6 8376885: StressGetTotalGcCpuTimeDuringShutdown.java intermittently timed out
Reviewed-by: cjplummer, lmesnik, kevinw
2026-05-13 06:33:49 +00:00
Matthias Baesken
05684dbbc0 8384163: (so) SocketChannel.connect and finishConnect() exception messages could be improved
Reviewed-by: clanger, alanb
2026-05-13 06:24:12 +00:00
Justin Lu
a2ea276e83 8381644: Locale matching APIs should describe null element behavior
Reviewed-by: naoto
2026-05-12 16:23:06 +00:00
Phil Race
0ac91cd72a 8384215: Remove AppContext from unix/classes/sun/awt/X11/XWindow.java
Reviewed-by: azvegint, kizune
2026-05-11 16:34:10 +00:00
Mark Powers
d204824268 8383813: pkcs12 keystore fails to load because of incorrect DER length-encoding
Reviewed-by: weijun, myankelevich
2026-05-11 13:31:09 +00:00
Per Minborg
a6bd64be55 8376811: Implement JEP 531: Lazy Constants (Third Preview)
Reviewed-by: jvernee, vklang, mhaessig
2026-05-08 08:03:43 +00:00
Fabio Romano
8ae19e1ea4 8366478: BigDecimal roots
Reviewed-by: rgiulietti
2026-05-07 23:59:07 +00:00
Sergey Bylokhov
f5aae68315 8369455: XAWT: List.getSelectedItem may throw ArrayIndexOutOfBoundsException
Reviewed-by: prr, azvegint, aivanov
2026-05-07 23:41:19 +00:00
Alan Bateman
4f3edc376a 8380109: Implement JEP 533: Structured Concurrency (Seventh Preview)
Reviewed-by: vklang
2026-05-06 10:18:04 +00:00
Mikhail Yankelevich
e44bda91b4 8381434: Convert hard coded debug to Boolean.getBoolean in security libraries
Reviewed-by: rhalade
2026-05-06 08:56:19 +00:00
Prasanta Sadhukhan
d8d881b987 6328248: JProgessBar doesn't show if printed on paper with PrintJob (1.1 Graphics API)
Reviewed-by: prr, kizune
2026-05-05 04:49:37 +00:00
Jeremy Wood
ebb3d6888e 8382201: Transparent Window is Opaque w/o Volatile Buffering
Reviewed-by: prr, jdv
2026-05-04 22:53:24 +00:00
Phil Race
b485729859 8377568: DataBuffer constructors and methods do not specify required exceptions
4393297: Doc probs in java.awt.image.DataBufferInt
4398379: java.awt.image.DataBufferShort constructor should verify size of array
4398381: java.awt.image.DataBufferShort should check for negative size
8265647: DataBufferUShort constructors check 'dataArray' for 'null' after dereference

Reviewed-by: aivanov, azvegint, jdv
2026-05-04 20:23:03 +00:00
Sarvesh Kumar Jain
3b50c4809d 8177841: Some java/awt/Robot tests can be improved
Reviewed-by: mvs, prr
2026-05-04 08:34:02 +00:00
Naoto Sato
4507ab8ae9 8379973: Provide means to customize localized patterns in DateTimeFormatter/Builder
Reviewed-by: jlu
2026-05-01 16:56:58 +00:00
Roger Riggs
bdf95baebf 8379122: Test java/lang/ProcessBuilder/Basic.java fails with 'Exception: java.lang.Error: PATH search algorithm" for multi-call binaries
Reviewed-by: jpai, bpb, stuefe
2026-04-30 13:35:25 +00:00
Daniel Fuchs
c2a4966864 8382264: Refactor java.logging TestNG tests to use JUnit
Reviewed-by: syan, djelinski
2026-04-30 12:45:26 +00:00
Alexander Zuev
69455d5916 8198665: Many java/awt/Modal/ModalBlockingTest fail on mac
Reviewed-by: prr, azvegint
2026-04-29 20:37:56 +00:00
Per Minborg
106f34807c 8382389: Test java/lang/LazyConstant/LazyConstantSafePublicationTest.java failed
Reviewed-by: syan, jvernee
2026-04-29 12:28:03 +00:00
John Engebretson
13c92d0d4d 8371656: HashMap.putAll() optimizations
Reviewed-by: smarks
2026-04-28 21:38:55 +00:00
Phil Race
78fe29ff6b 7186009: [macOS] No way to hide(), dispose() FileDialog
Reviewed-by: kizune, azvegint
2026-04-28 20:25:28 +00:00
Kieran Farrell
3adc770b2d 8383175: (tz) Update Timezone Data to 2026b
Reviewed-by: coffeys
2026-04-27 19:44:29 +00:00
Anthony Scarpino
64779a2541 8377975: Fails to parse PEM text with trailing whitespace on the first line
Reviewed-by: myankelevich, weijun
2026-04-27 18:44:18 +00:00
Prasanta Sadhukhan
71e5a1606b 8381651: Remove non-failing ModalFocusTransfer test from Problemlist
Reviewed-by: prr, azvegint
2026-04-24 11:31:07 +00:00