Volkan Yazici
|
2c07214d7c
|
8368249: HttpClient: Translate exceptions thrown by sendAsync
Reviewed-by: jpai
|
2025-10-29 13:12:58 +00:00 |
|
Pavel Rappo
|
2758c6fda2
|
8368856: Add a method that performs saturating addition of a Duration to an Instant
Reviewed-by: naoto, rriggs, scolebourne
|
2025-10-29 09:11:02 +00:00 |
|
Joe Darcy
|
8151251fa6
|
8370370: Add still more cases to WorstCaseTests
Reviewed-by: rgiulietti
|
2025-10-27 18:46:44 +00:00 |
|
Johny Jose
|
6f8d07ae21
|
8368500: ContextClassLoader cannot be reset on threads in ForkJoinPool.commonPool()
Reviewed-by: vklang, alanb
|
2025-10-27 10:23:48 +00:00 |
|
Raffaello Giulietti
|
e9479b517a
|
8370628: Rename BigInteger::nthRoot to rootn, and similarly for nthRootAndRemainder
Reviewed-by: darcy
|
2025-10-27 08:15:00 +00:00 |
|
Phil Race
|
a4eaeb47c9
|
6453640: BandedSampleModel.createCompatibleSampleModel() API docs are wrong
Reviewed-by: azvegint, serb
|
2025-10-24 22:24:28 +00:00 |
|
Anass Baya
|
13adcd99db
|
8274082: Wrong test name in jtreg run tag for java/awt/print/PrinterJob/SwingUIText.java
Co-authored-by: Lawrence Andrews <landrews@openjdk.org>
Reviewed-by: honkar, dnguyen
|
2025-10-24 17:04:28 +00:00 |
|
Shaojin Wen
|
5862358965
|
8370013: Refactor Double.toHexString to eliminate regex and StringBuilder
Reviewed-by: rgiulietti, darcy
|
2025-10-24 00:40:13 +00:00 |
|
Joe Darcy
|
a0e0b2d365
|
8370057: Correct scale handling of BigDecimal.sqrt
Reviewed-by: rgiulietti
|
2025-10-23 17:02:44 +00:00 |
|
Anass Baya
|
ffcb1585ed
|
8320677: Printer tests use invalid '@run main/manual=yesno
Reviewed-by: aivanov, dnguyen
|
2025-10-23 06:28:50 +00:00 |
|
Volkan Yazici
|
cbbb0a8630
|
8367976: Validate and clamp jdk.httpclient.bufsize
Reviewed-by: dfuchs
|
2025-10-22 11:20:43 +00:00 |
|
Mikhail Yankelevich
|
8d9b2fa6af
|
8365072: Refactor tests to use PEM API (Phase 2)
Reviewed-by: ascarpino
|
2025-10-22 07:50:38 +00:00 |
|
Sergey Bylokhov
|
ed153ee2c4
|
8369032: Add test to ensure serialized ICC_Profile stores only necessary optional data
Reviewed-by: honkar
|
2025-10-21 22:10:01 +00:00 |
|
Pavel Rappo
|
ec13c283c4
|
8366829: Add java.time.Duration constants MIN and MAX
Reviewed-by: rriggs, naoto, scolebourne
|
2025-10-21 07:47:57 +00:00 |
|
Anass Baya
|
c2fde517b4
|
8357390: java/awt/Toolkit/ScreenInsetsTest/ScreenInsetsTest.java Test failing on Ubuntu 24.04 Vm Hosts used by Oracle's internal CI system
Reviewed-by: honkar, serb
|
2025-10-19 11:47:55 +00:00 |
|
Phil Race
|
0103f21635
|
8365077: java.awt.font.NumericShaper violates equals/hashCode contract
Reviewed-by: kizune, psadhukhan
|
2025-10-17 17:57:21 +00:00 |
|
Justin Lu
|
1e5e17a10a
|
8369590: LocaleEnhanceTest has incorrectly passing test case
Reviewed-by: naoto
|
2025-10-17 16:19:35 +00:00 |
|
Leonid Mesnik
|
28bf9176b8
|
8348844: Remove remaining JVMTI tests from ProblemList-Virtual, use requires instead
Reviewed-by: dholmes, alanb, syan, sspitsyn
|
2025-10-17 16:03:24 +00:00 |
|
Brian Burkhalter
|
cc6f8f1307
|
8369997: Tests that use custom scheduler should use jdk.test.lib.thread.VThreadScheduler
Reviewed-by: sspitsyn, alanb
|
2025-10-17 15:12:27 +00:00 |
|
Phil Race
|
844118a9d8
|
8369146: java/awt/PrintJob/GetGraphicsTest.java: Parse Exception: Invalid or unrecognized bugid: 50510568367702
Reviewed-by: syan, azvegint, kizune, jdv
|
2025-10-16 16:58:56 +00:00 |
|
Joe Darcy
|
7e03240974
|
8369858: Remove darcy author tags from jdk tests
Reviewed-by: rriggs, iris, lancea
|
2025-10-16 16:38:18 +00:00 |
|
Arno Zeller
|
87092ef1d9
|
8183336: Better cleanup for jdk/test/java/lang/module/customfs/ModulesInCustomFileSystem.java
Reviewed-by: alanb, syan
|
2025-10-16 15:15:19 +00:00 |
|
Daniel Jeliński
|
ead35a754b
|
8358942: HttpClient adds Content-Length: 0 for a GET request with a BodyPublishers.noBody()
Reviewed-by: dfuchs, vyazici
|
2025-10-16 11:05:13 +00:00 |
|
Viktor Klang
|
b5b83247da
|
8369656: Calling CompletableFuture.join() could execute task in common pool
Reviewed-by: alanb, dl
|
2025-10-16 08:28:22 +00:00 |
|
Prasanta Sadhukhan
|
4ed364033d
|
8369251: Opensource few tests
Reviewed-by: honkar
|
2025-10-16 02:02:16 +00:00 |
|
Francesco Andreuzzi
|
008d8d914c
|
8369817: [TESTBUG] EmptyPath::toString is ignored
Reviewed-by: jpai, ayang
|
2025-10-15 09:17:49 +00:00 |
|
Jaikiran Pai
|
42b2999c31
|
8369812: HttpClient doesn't handle H3_REQUEST_REJECTED correctly
Reviewed-by: dfuchs, djelinski
|
2025-10-15 02:01:11 +00:00 |
|
Brian Burkhalter
|
09e87971e8
|
8368633: (fs) Path.toRealPath(NOFOLLOW_LINKS) very slow on macOS
Reviewed-by: alanb
|
2025-10-14 17:48:37 +00:00 |
|
Harshitha Onkar
|
bbbb9c5f15
|
8365423: [macos26] java/awt/MenuBar/8007006/bug8007006.java fails on macOS 26
Reviewed-by: kizune, prr
|
2025-10-14 16:31:21 +00:00 |
|
Daniel Jeliński
|
6d1529cd70
|
8369593: Test H3MalformedResponseTest.testMalformedResponse still times out
Reviewed-by: jpai, vyazici, dfuchs
|
2025-10-14 12:23:48 +00:00 |
|
Xueming Shen
|
4ca4485e9a
|
8365588: defineClass that accepts a ByteBuffer does not work as expected
Reviewed-by: alanb
|
2025-10-13 20:29:06 +00:00 |
|
Justin Lu
|
1d6cafdc52
|
8369452: Locale.Builder.setLanguageTag(String) does not clear on empty or null String
Reviewed-by: naoto
|
2025-10-13 16:11:09 +00:00 |
|
Brian Burkhalter
|
8b1cf8eefe
|
8368098: (aio) java/nio/channels/Channels/AsyncCloseStreams.java fails in junit timeout
Reviewed-by: alanb
|
2025-10-13 16:03:43 +00:00 |
|
Patricio Chilano Mateo
|
9feb8f21b5
|
8369019: Improve timed-park mechanism in ObjectMonitor for virtual thread support
Reviewed-by: dholmes, alanb
|
2025-10-13 14:07:40 +00:00 |
|
Alexey Ivanov
|
d278043ddb
|
8367772: Refactor createUI in PassFailJFrame
Reviewed-by: dnguyen, honkar
|
2025-10-13 12:09:38 +00:00 |
|
Justin Lu
|
376d77e8a7
|
8369050: DecimalFormat Rounding Errors for Fractional Ties Near Zero
Reviewed-by: naoto
|
2025-10-10 16:27:56 +00:00 |
|
Francesco Andreuzzi
|
fc49a1b502
|
8368846: java/io/File/createTempFile/TargetDirectory fails when run by root user
Reviewed-by: bpb
|
2025-10-10 15:39:27 +00:00 |
|
Aleksei Voitylov
|
5594d6bc88
|
8368522: (fs) BasicFileAttributes Linux musl 1.2.5 incompatibility with statx
Reviewed-by: sgehwolf, bpb
|
2025-10-10 13:33:12 +00:00 |
|
Chris Dennis
|
d5a207994b
|
8362123: ClassLoader Leak via Executors.newSingleThreadExecutor(...)
Reviewed-by: vklang, alanb
|
2025-10-10 09:19:55 +00:00 |
|
Phil Race
|
5a32966d42
|
8369516: Delete duplicate imaging test
Reviewed-by: serb
|
2025-10-10 04:30:14 +00:00 |
|
Naoto Sato
|
37b725d9c1
|
8369184: SimpleTimeZone equals() Returns True for Unequal Instances with Different hashCode Values
Reviewed-by: prappo, jlu, rriggs, iris
|
2025-10-09 16:20:59 +00:00 |
|
Daniel Fuchs
|
9891cd69e4
|
8369313: java/net/httpclient/TimeoutBasic.java should accept that HttpTimeoutException should be somewhere down the cause chain
Reviewed-by: vyazici, jpai
|
2025-10-09 15:52:28 +00:00 |
|
Daniel Fuchs
|
48d21b50fa
|
8369434: java/net/httpclient/AltServiceUsageTest.java fails intermittently
Reviewed-by: vyazici, jpai
|
2025-10-09 15:08:46 +00:00 |
|
Daniel Jeliński
|
b37a1a33ae
|
8369291: Test java/net/httpclient/http3/H3DataLimitsTest.java fails in quic connection timeout with linux fastdebug builds
Reviewed-by: jpai, dfuchs, vyazici
|
2025-10-09 09:20:14 +00:00 |
|
Jan Lahoda
|
862119565d
|
8363917: SwitchBootstraps.enumSwitch() args not checked as documented
Reviewed-by: liach
|
2025-10-08 05:32:51 +00:00 |
|
Volkan Yazici
|
eb835e05f9
|
8366040: Change URL.lookupViaProviders to use ScopedValue to detect recursive lookup
Reviewed-by: alanb, dfuchs
|
2025-10-07 15:57:31 +00:00 |
|
Johny Jose
|
4b4d0cd35a
|
8365398: TEST_BUG: java/rmi/transport/checkLeaseInfoLeak/CheckLeaseLeak.java failing intermittently
Reviewed-by: msheppar, smarks, jpai
|
2025-10-07 13:13:42 +00:00 |
|
Justin Lu
|
0f406c420e
|
8369078: Fix faulty test conversion in IllegalCharsetName.java
Reviewed-by: naoto, alanb
|
2025-10-06 16:11:59 +00:00 |
|
Mahendra Chhipa
|
b6a4cfecb7
|
8367114: Update jdk.test.lib.net.SimpleHttpServer to use SimpleFileServer
Reviewed-by: dfuchs, vyazici
|
2025-10-06 15:26:59 +00:00 |
|
Jaikiran Pai
|
76dba201fa
|
8368821: Test java/net/httpclient/http3/GetHTTP3Test.java intermittently fails with java.io.IOException: QUIC endpoint closed
Reviewed-by: dfuchs
|
2025-10-04 08:09:09 +00:00 |
|