Justin Lu
|
11201067a8
|
8310458: Fix build failure caused by JDK-8310049
Reviewed-by: rriggs, naoto
|
2023-06-20 18:16:33 +00:00 |
|
Justin Lu
|
09174e0c99
|
8310049: Refactor Charset tests to use JUnit
Reviewed-by: lancea, naoto
|
2023-06-20 17:21:00 +00:00 |
|
Daniel Fuchs
|
99d2a9afa9
|
8310330: HttpClient: debugging interestOps/readyOps could cause exceptions and smaller cleanup
Reviewed-by: djelinski
|
2023-06-20 15:51:43 +00:00 |
|
Axel Boldt-Christmas
|
a0595761ef
|
8310187: Improve Generational ZGC jtreg testing
Reviewed-by: stefank, eosterlund, stuefe
|
2023-06-20 10:08:13 +00:00 |
|
Michael McMahon
|
7b45c8fc3a
|
8241800: Disable IPV6_MULTICAST_ALL to prevent interference from all multicast groups
Reviewed-by: alanb
|
2023-06-19 21:35:58 +00:00 |
|
Ao Qi
|
137a5f7c2c
|
8310105: LoongArch64 builds are broken after JDK-8304913
Reviewed-by: shade, rriggs
|
2023-06-19 21:05:55 +00:00 |
|
Roger Riggs
|
33c6ec9d4e
|
8310019: MIPS builds are broken after JDK-8304913
Reviewed-by: phh, shade, aoqi
|
2023-06-19 18:29:14 +00:00 |
|
Erik Gahlin
|
e08e94f1b9
|
8310266: JFR: Refactor after 'view' command
Reviewed-by: mgronlun
|
2023-06-19 17:46:23 +00:00 |
|
Daniel Fuchs
|
f8f8bfbea1
|
8309939: HttpClient should not use Instant.now() as Instant source for deadlines
Reviewed-by: djelinski
|
2023-06-19 13:26:26 +00:00 |
|
Erik Gahlin
|
7d4b77ad9e
|
8304835: jdk/jfr/event/oldobject/TestArrayInformation.java fails with "Could not find event with class ... as (leak) object"
Reviewed-by: shade, mgronlun
|
2023-06-19 11:41:10 +00:00 |
|
Prasanta Sadhukhan
|
d2a858e173
|
7083187: Class CSS.CssValue is missing implementations of equals() and hashCode()
Co-authored-by: Alexey Ivanov <aivanov@openjdk.org>
Reviewed-by: aivanov, prr
|
2023-06-19 08:52:06 +00:00 |
|
Matthias Baesken
|
6a63badd8e
|
8310191: com/sun/tools/attach/warnings/DynamicLoadWarningTest.java second failure on AIX
Reviewed-by: alanb, cjplummer
|
2023-06-19 06:39:58 +00:00 |
|
Alexey Ivanov
|
d6c2ee3448
|
8310054: ScrollPane insets are incorrect
Reviewed-by: honkar, prr
|
2023-06-16 17:24:07 +00:00 |
|
Ben Perez
|
4eb4f20ae2
|
8308808: SunMSCAPI public keys returns internal key array
Reviewed-by: mullan
|
2023-06-16 16:46:54 +00:00 |
|
Andrew Haley
|
44a8aa0691
|
8308609: java/lang/ScopedValue/StressStackOverflow.java fails with "-XX:-VMContinuations"
Reviewed-by: alanb
|
2023-06-16 12:21:11 +00:00 |
|
Kevin Walls
|
8c9b85a990
|
8303916: ThreadLists.java inconsistent results
Reviewed-by: cjplummer, dholmes, lmesnik
|
2023-06-16 08:40:16 +00:00 |
|
sunyaqi
|
cfae6ef2f6
|
8309778: java/nio/file/Files/CopyAndMove.java fails when using second test directory
Reviewed-by: alanb
|
2023-06-16 06:15:55 +00:00 |
|
Matthew Donovan
|
9f64a64376
|
8301379: Verify TLS_ECDH_* cipher suites cannot be negotiated
Reviewed-by: mullan
|
2023-06-15 19:15:30 +00:00 |
|
Naoto Sato
|
3eeb681a0d
|
8167252: Some of Charset.availableCharsets() does not contain itself
Reviewed-by: bpb, alanb, iris, lancea, jpai
|
2023-06-15 16:34:00 +00:00 |
|
Erik Gahlin
|
84d010a24b
|
8309928: JFR: View issues
Reviewed-by: mgronlun
|
2023-06-14 12:26:51 +00:00 |
|
Jorn Vernee
|
4c18b9e1fa
|
8309880: Add support for linking libffi on Windows and Mac
Co-authored-by: Aleksey Shipilev <shade@openjdk.org>
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Reviewed-by: erikj
|
2023-06-14 12:03:42 +00:00 |
|
Mandy Chung
|
9bfe415f66
|
8305104: Remove the old core reflection implementation
Reviewed-by: dholmes, alanb
|
2023-06-13 19:41:38 +00:00 |
|
Chris Plummer
|
d7251c1755
|
8309757: com/sun/jdi/ReferrersTest.java fails with virtual test thread factory
Reviewed-by: sspitsyn, kevinw
|
2023-06-13 18:07:43 +00:00 |
|
Chen Liang
|
75dcc4ef94
|
8307508: IndirectVarHandle.isAccessModeSupported throws NPE
Reviewed-by: mchung
|
2023-06-13 17:05:52 +00:00 |
|
Ben Perez
|
bed9161c81
|
8308474: DSA does not reset SecureRandom when initSign is called again
Reviewed-by: weijun
|
2023-06-13 16:34:58 +00:00 |
|
Chen Liang
|
1a9edb8df9
|
8309838: Classfile API Util.toBinaryName and other cleanup
Reviewed-by: asotona
|
2023-06-13 08:57:47 +00:00 |
|
Jaikiran Pai
|
57fc9a3e96
|
8309763: Move tests in test/jdk/sun/misc/URLClassPath directory to test/jdk/jdk/internal/loader
Reviewed-by: alanb, mchung
|
2023-06-13 00:54:35 +00:00 |
|
Harshitha Onkar
|
2dca5ae4fd
|
8299052: ViewportOverlapping test fails intermittently on Win10 & Win11
Reviewed-by: aivanov
|
2023-06-12 23:11:52 +00:00 |
|
Chris Plummer
|
1612b6dc6e
|
8309752: com/sun/jdi/SetLocalWhileThreadInNative.java fails with virtual test thread factory due to OpaqueFrameException
Reviewed-by: sspitsyn, lmesnik
|
2023-06-12 18:07:40 +00:00 |
|
Maurizio Cimadamore
|
a6ad42e00e
|
8308645: Javadoc of FFM API needs to be refreshed
8309398: ValueLayout:: arrayElementVarHandle doesn't throws UnsupportedOperationException - if byteAlignment() > byteSize()
8308812: SequenceLayout::withElementCount(long elementCount) doesn't throw IllegalArgumentException - if elementCount < 0 for some cases
Reviewed-by: jvernee
|
2023-06-12 15:55:49 +00:00 |
|
Jaikiran Pai
|
268ec61d4f
|
8308184: Launching java with large number of jars in classpath with java.protocol.handler.pkgs system property set can lead to StackOverflowError
Reviewed-by: mchung, alanb
|
2023-06-12 09:45:07 +00:00 |
|
Tobias Holenstein
|
f5cbe53fdd
|
8027711: Unify wildcarding syntax for CompileCommand and CompileOnly
Reviewed-by: kvn, thartmann, chagedorn
|
2023-06-12 07:39:23 +00:00 |
|
Matthias Baesken
|
4d66d97745
|
8309549: com/sun/tools/attach/warnings/DynamicLoadWarningTest.java fails on AIX
Reviewed-by: alanb, cjplummer, sspitsyn
|
2023-06-12 07:07:38 +00:00 |
|
Kevin Driver
|
80edd5c298
|
8294985: SSLEngine throws IAE during parsing of X500Principal
Reviewed-by: wetmore, xuelei, mullan
|
2023-06-09 23:31:12 +00:00 |
|
Sergey Bylokhov
|
bdd81b3182
|
8304885: Reuse stale data to improve DNS resolver resiliency
Reviewed-by: michaelm, dfuchs
|
2023-06-09 23:20:06 +00:00 |
|
Alexander Zvegintsev
|
f5ec93eb88
|
8309745: Problem list open client tests failing on Ubuntu_23.04
Reviewed-by: aivanov
|
2023-06-09 19:53:12 +00:00 |
|
Chris Hegarty
|
cee5724d09
|
8309727: Assert privileges while reading the jdk.incubator.vector.VECTOR_ACCESS_OOB_CHECK system property
Reviewed-by: rriggs, uschindler, psandoz
|
2023-06-09 19:25:21 +00:00 |
|
Chris Plummer
|
84184f9473
|
8232839: JDI AfterThreadDeathTest.java failed due to "FAILED: Did not get expected IllegalThreadStateException on a StepRequest.enable()"
Reviewed-by: sspitsyn, kevinw
|
2023-06-09 18:01:22 +00:00 |
|
Mandy Chung
|
679a6d8935
|
8309303: jdk/internal/misc/VM/RuntimeArguments test ignores jdk/internal/vm/options
Reviewed-by: dnsimon, alanb
|
2023-06-09 16:44:56 +00:00 |
|
Harshitha Onkar
|
6cd370e04b
|
8305645: System Tray icons get corrupted when Windows primary monitor changes
Reviewed-by: serb, aivanov
|
2023-06-09 16:11:46 +00:00 |
|
Darragh Clarke
|
a48bcf3671
|
8308336: Test java/net/HttpURLConnection/HttpURLConnectionExpectContinueTest.java failed: java.net.BindException: Address already in use
Reviewed-by: dfuchs
|
2023-06-09 14:06:00 +00:00 |
|
Alan Bateman
|
307085618d
|
8309702: Exclude java/lang/ScopedValue/StressStackOverflow.java from JTREG_TEST_THREAD_FACTORY=Virtual runs
Reviewed-by: jpai
|
2023-06-09 08:33:18 +00:00 |
|
Alan Bateman
|
b2a5271e74
|
8309196: Remove Thread.countStackFrames
Reviewed-by: rriggs, mchung, dholmes, jpai, iris
|
2023-06-08 17:28:04 +00:00 |
|
Chen Liang
|
ac3ce2bf75
|
8304425: ClassHierarchyResolver from Reflection
Reviewed-by: asotona
|
2023-06-08 07:29:56 +00:00 |
|
Sergey Bylokhov
|
73dd03cc5a
|
8308152: PropertyDescriptor should work with overridden generic getter method
Reviewed-by: azvegint
|
2023-06-08 02:51:36 +00:00 |
|
Martin Balao
|
760cb04a2e
|
8309569: sun/security/pkcs11/Signature/TestRSAKeyLength.java fails after JDK-8301553
Co-authored-by: Martin Balao <mbalao@openjdk.org>
Co-authored-by: Francisco Ferrari Bihurriet <fferrari@redhat.com>
Reviewed-by: valeriep
|
2023-06-08 01:24:26 +00:00 |
|
Mandy Chung
|
e8a59843f2
|
8309630: Clean up tests that reference deploy modules
Reviewed-by: bchristi
|
2023-06-08 01:00:44 +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 |
|
Alexey Ivanov
|
ea41907396
|
8297923: java.awt.ScrollPane broken after multiple scroll up/down
Reviewed-by: honkar, prr, serb
|
2023-06-07 21:18:50 +00:00 |
|
Mandy Chung
|
02bce0b145
|
8309532: java/lang/Class/getDeclaredField/FieldSetAccessibleTest should filter modules that depend on JVMCI
Reviewed-by: alanb, dfuchs
|
2023-06-07 18:44:27 +00:00 |
|