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 |
|
Alan Bateman
|
028068a655
|
8312166: (dc) DatagramChannel's socket adaptor does not release carrier thread when blocking in receive
Reviewed-by: jpai, michaelm
|
2023-07-19 13:17:37 +00:00 |
|
Sergey Bylokhov
|
e31df3a774
|
6211126: ICC_ColorSpace.toCIEXYZ(float[]): NPE is not specified
6211139: ICC_ColorSpace.toRGB(float[]): NPE is not specified
Reviewed-by: prr
|
2023-07-18 21:51:11 +00:00 |
|
Sergey Bylokhov
|
7d9f5afea1
|
6211202: ColorSpace.getInstance(int): IAE is not specified
Reviewed-by: prr
|
2023-07-18 21:46:02 +00:00 |
|
Lance Andersen
|
fff7e1ad00
|
8302483: Enhance ZIP performance
Reviewed-by: ahgross, alanb, rhalade, coffeys
|
2023-07-18 21:17:07 +00:00 |
|
Michael McMahon
|
4ae3d8f2cd
|
8302475: Enhance HTTP client file downloading
Reviewed-by: dfuchs, rhalade
|
2023-07-18 21:17:07 +00:00 |
|
Matthew Donovan
|
b20dc1e9cd
|
8310629: java/security/cert/CertPathValidator/OCSP/OCSPTimeout.java fails with RuntimeException Server not ready
Reviewed-by: jnimeh
|
2023-07-18 10:45:41 +00:00 |
|
Chen Liang
|
201e3bcf52
|
8291065: Creating a VarHandle for a static field triggers class initialization
Reviewed-by: mchung, psandoz
|
2023-07-18 00:58:25 +00:00 |
|
Anthony Scarpino
|
e737968792
|
8308398: Move SunEC crypto provider into java.base
Reviewed-by: valeriep, alanb
|
2023-07-17 17:38:54 +00:00 |
|
Jorn Vernee
|
69a46c25cc
|
8310157: Allow void-returning filters for MethodHandles::collectCoordinates
Reviewed-by: mcimadamore
|
2023-07-17 14:53:37 +00:00 |
|
Joe Darcy
|
19691fab48
|
6361826: (reflect) provide method for mapping strings to class object for primitive types
Reviewed-by: rriggs, mchung
|
2023-07-14 20:18:23 +00:00 |
|
Alan Bateman
|
0d2196f8e5
|
8311992: Test java/lang/Thread/virtual/JfrEvents::testVirtualThreadPinned failed
Reviewed-by: jpai
|
2023-07-14 16:01:26 +00:00 |
|
Sean Coffey
|
2e12a123c9
|
8281658: Add a security category to the java -XshowSettings option
Reviewed-by: rriggs, mullan
|
2023-07-14 07:31:09 +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 |
|
Alan Bateman
|
7304316a8c
|
8311926: java/lang/ScopedValue/StressStackOverflow.java takes 9mins in tier1
Reviewed-by: jpai
|
2023-07-12 15:44:41 +00:00 |
|
Justin Lu
|
d82ade3545
|
8310683: Refactor StandardCharset/standard.java to use JUnit
Reviewed-by: naoto
|
2023-07-11 20:43:03 +00:00 |
|
Naoto Sato
|
00c7f914c6
|
8310047: Add UTF-32 based Charsets into StandardCharsets
Reviewed-by: alanb, lancea, bpb, jpai, jlu
|
2023-07-11 16:10:34 +00:00 |
|
Alexey Ivanov
|
b3f34039fe
|
8311689: Wrong visible amount in Adjustable of ScrollPane
Reviewed-by: prr, honkar, serb
|
2023-07-11 13:43:15 +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 |
|
Matthias Baesken
|
25cbe85d6f
|
8310550: Adjust references to rt.jar
Reviewed-by: erikj, clanger
|
2023-07-07 06:57:23 +00:00 |
|
Justin Lu
|
e848d9471f
|
8310923: Refactor Currency tests to use JUnit
Reviewed-by: naoto, lancea
|
2023-07-07 01:32:59 +00:00 |
|
Conor Cleary
|
00ac46c06d
|
8310645: CancelledResponse.java does not use HTTP/2 when testing the HttpClient
Reviewed-by: dfuchs
|
2023-07-05 11:04:10 +00:00 |
|
Darragh Clarke
|
87c79c0801
|
8309302: java/net/Socket/Timeouts.java fails with AssertionError on test temporal post condition
Reviewed-by: alanb, dfuchs
|
2023-07-03 10:03:54 +00:00 |
|
Matthias Baesken
|
a7d168b522
|
8311026: Some G1 specific tests do not set -XX:+UseG1GC
Reviewed-by: sspitsyn, tschatzl
|
2023-06-30 11:35:02 +00:00 |
|
Roger Riggs
|
11fd34e196
|
8310241: OffsetDateTime compareTo redundant computation
Reviewed-by: naoto
|
2023-06-29 21:05:37 +00:00 |
|
Naoto Sato
|
a995aa6cd1
|
8310232: java.time.Clock$TickClock.millis() fails in runtime when tick is 1 microsecond
Reviewed-by: iris, rriggs, jpai
|
2023-06-29 16:15:02 +00:00 |
|
Alan Bateman
|
f4b900b607
|
8310902: (fc) FileChannel.transferXXX async close and interrupt issues
Reviewed-by: bpb
|
2023-06-29 05:42:19 +00:00 |
|
Alisen Chung
|
f0c2f09815
|
8296972: [macos13] java/awt/Frame/MaximizedToIconified/MaximizedToIconified.java: getExtendedState() != 6 as expected.
Reviewed-by: dmarkov, honkar
|
2023-06-28 20:17:00 +00:00 |
|
Jaikiran Pai
|
05e9c41edd
|
8310731: Configure a javax.net.ssl.SNIMatcher for the HTTP/1.1 test servers in java/net/httpclient tests
Reviewed-by: dfuchs
|
2023-06-27 11:01:09 +00:00 |
|
Adam Sotona
|
990e3a700d
|
8308899: Introduce Classfile context and improve Classfile options
8306650: Improve control of stack maps generation in Classfile API
8308646: Typo in ConstantValueAttribute
Reviewed-by: mcimadamore
|
2023-06-27 05:05:17 +00:00 |
|
Tejesh R
|
79c056ec8b
|
8006421: GraphicsConfiguration of a frame is changed when the frame is moved to another screen
Reviewed-by: azvegint, serb
|
2023-06-27 04:56:21 +00:00 |
|
Mandy Chung
|
7c6a28fd0c
|
8310922: java/lang/Class/forName/ForNameNames.java fails after being added by JDK-8310242
Reviewed-by: dholmes
|
2023-06-26 21:25:09 +00:00 |
|
Mandy Chung
|
7db2f08756
|
8310242: Clarify the name parameter to Class::forName
Reviewed-by: rriggs, liach, alanb, dholmes
|
2023-06-26 19:56:24 +00:00 |
|
Justin Lu
|
dad7bd9efc
|
8310234: Refactor Locale tests to use JUnit
Reviewed-by: naoto
|
2023-06-23 21:33:49 +00:00 |
|
Jamil Nimeh
|
5ca4cdd2ca
|
8309740: Expand timeout windows for tests in JDK-8179502
Reviewed-by: xuelei, mbaesken
|
2023-06-23 14:52:12 +00:00 |
|
Jorn Vernee
|
e022e87654
|
8310053: VarHandle and slice handle derived from layout are lacking alignment check
Reviewed-by: mcimadamore
|
2023-06-21 00:03:13 +00:00 |
|
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 |
|
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 |
|
Alexey Ivanov
|
d6c2ee3448
|
8310054: ScrollPane insets are incorrect
Reviewed-by: honkar, prr
|
2023-06-16 17:24:07 +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 |
|
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 |
|
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 |
|