Jorn Vernee
|
c6de66c03f
|
8303516: HFAs with nested structs/unions/arrays not handled correctly on AArch64
Reviewed-by: mcimadamore
|
2023-03-03 14:33:56 +00:00 |
|
Daniel Fuchs
|
cbdc7a6f88
|
8303481: CancelRequestTest assertTrue failing with AssertionError due to java.util.concurrent.CompletionException: java.io.EOFException: EOF reached while reading
Reviewed-by: jpai, djelinski
|
2023-03-03 13:18:23 +00:00 |
|
Amit Kumar
|
8bf084ced9
|
8303499: [s390x] ProblemList StressStackOverflow
Reviewed-by: alanb
|
2023-03-03 13:17:31 +00:00 |
|
Sean Mullan
|
df9aad018a
|
8297955: LDAP CertStore should use LdapName and not String for DNs
Reviewed-by: weijun, rhalade
|
2023-03-03 13:06:11 +00:00 |
|
Mikhailo Seledtsov
|
2c7d2c0ea9
|
8303411: JFR problem list entry for JDK-8247776 should be removed
Reviewed-by: lmesnik
|
2023-03-02 18:38:50 +00:00 |
|
Mandy Chung
|
32247c336a
|
8303476: Add the runtime version in the release file of a JDK image
Reviewed-by: erikj
|
2023-03-02 17:05:01 +00:00 |
|
Saint Wesonga
|
fb13063943
|
8303409: Add Windows AArch64 ABI support to the Foreign Function & Memory API
Reviewed-by: jvernee
|
2023-03-02 13:26:27 +00:00 |
|
Jaikiran Pai
|
72de24e59a
|
8303457: Introduce convenience test library APIs for creating test servers for tests in test/jdk/java/net/httpclient
Reviewed-by: dfuchs
|
2023-03-02 11:24:06 +00:00 |
|
Jan Lahoda
|
4619e8bae8
|
8297587: Upgrade JLine to 3.22.0
Reviewed-by: vromero
|
2023-03-02 08:27:44 +00:00 |
|
Valerie Peng
|
394eac850c
|
8295425: Match the default priv exp length between SunPKCS11 and other JDK providers
Reviewed-by: weijun
|
2023-03-01 22:40:50 +00:00 |
|
Justin Lu
|
7e47d51e10
|
8282319: java.util.Locale method to stream available Locales
Reviewed-by: stsypanov, naoto, lancea, rriggs
|
2023-03-01 00:36:22 +00:00 |
|
Joe Darcy
|
61e8867591
|
8302040: Port fdlibm sqrt to Java
Reviewed-by: bpb, thartmann, aturbanov
|
2023-02-28 18:33:53 +00:00 |
|
Erik Gahlin
|
6423065b7d
|
8303261: JFR: jdk/jfr/api/consumer/streaming/TestJVMCrash.java doesn't retry
Reviewed-by: mgronlun
|
2023-02-28 16:42:19 +00:00 |
|
Darragh Clarke
|
5feb13b55d
|
8301701: java/net/DatagramSocket/DatagramSocketMulticasting.java should be hardened
Reviewed-by: dfuchs
|
2023-02-28 06:51:37 +00:00 |
|
Ian Graves
|
784f7b1462
|
8293667: Align jlink's --compress option with jmod's --compress option
Reviewed-by: mchung
|
2023-02-27 21:05:36 +00:00 |
|
David M. Lloyd
|
b527edd338
|
8292914: Lambda proxies have unstable names
Change the name of generated lambda proxy classes so that they no longer have a numerical suffix.
Reviewed-by: mchung
|
2023-02-27 17:18:44 +00:00 |
|
Naoto Sato
|
a253b46021
|
8301119: Support for GB18030-2022
Reviewed-by: alanb, coffeys, lancea
|
2023-02-27 16:35:59 +00:00 |
|
Prasanta Sadhukhan
|
dbb5581eba
|
8081474: SwingWorker calls 'done' before the 'doInBackground' is finished
Reviewed-by: aivanov, serb
|
2023-02-27 09:19:57 +00:00 |
|
Daniel Jeliński
|
a2c5a4ac9e
|
8302732: sun/net/www/http/HttpClient/MultiThreadTest.java still failing intermittently
Reviewed-by: dfuchs
|
2023-02-27 07:52:03 +00:00 |
|
Sergey Bylokhov
|
a43931b79c
|
8303102: jcmd: ManagementAgent.status truncates the text longer than O_BUFLEN
Reviewed-by: dholmes
|
2023-02-26 23:36:59 +00:00 |
|
Alan Bateman
|
2e78d838a5
|
8302899: Executors.newSingleThreadExecutor can use Cleaner to shutdown executor
Reviewed-by: rriggs, martin, dfuchs, bchristi
|
2023-02-25 07:48:57 +00:00 |
|
Eirik Bjorsnos
|
17e3769ed7
|
8302871: Speed up StringLatin1.regionMatchesCI
Reviewed-by: redestad, martin, alanb
|
2023-02-25 07:48:03 +00:00 |
|
Justin King
|
83d77b1cbb
|
8303072: Memory leak in exeNullCallerTest.cpp
Reviewed-by: dholmes
|
2023-02-24 15:49:00 +00:00 |
|
Damon Nguyen
|
1a07871454
|
8302173: Button border overlaps with button icon on macOS system LaF
Reviewed-by: honkar, psadhukhan
|
2023-02-23 20:41:25 +00:00 |
|
Justin Lu
|
f612dcfebe
|
8302512: Update IANA Language Subtag Registry to Version 2023-02-14
Reviewed-by: naoto
|
2023-02-23 19:05:40 +00:00 |
|
Stefan Karlsson
|
f113b04ab9
|
8302927: Unproblemlist Fuzz.java from ProblemList-zgc.txt again
Reviewed-by: sjohanss, eosterlund
|
2023-02-23 14:07:37 +00:00 |
|
Joe Darcy
|
fcaf871408
|
8302028: Port fdlibm atan2 to Java
Reviewed-by: bpb
|
2023-02-22 22:49:59 +00:00 |
|
Patricio Chilano Mateo
|
83bea26df4
|
8300575: JVMTI support when using alternative virtual thread implementation
Reviewed-by: lmesnik, sspitsyn, alanb
|
2023-02-22 15:42:53 +00:00 |
|
Daniel Fuchs
|
575484806c
|
8299338: AssertionError in ResponseSubscribers$HttpResponseInputStream::onSubscribe
Reviewed-by: jpai
|
2023-02-22 12:43:55 +00:00 |
|
Alan Bateman
|
b6ecca1268
|
8280113: (dc) DatagramSocket.receive does not always throw when the channel is closed
Reviewed-by: jpai, dfuchs
|
2023-02-22 08:13:06 +00:00 |
|
Prasanta Sadhukhan
|
2c52cf0746
|
8041447: Test javax/swing/dnd/7171812/bug7171812.java fails with java.lang.RuntimeException: Test failed, scroll on drag doesn't work
Reviewed-by: tr, serb
|
2023-02-22 06:13:09 +00:00 |
|
Eirik Bjorsnos
|
ef1f7bd3b8
|
8302877: Speed up latin1 case conversions
Reviewed-by: naoto, redestad
|
2023-02-21 20:54:36 +00:00 |
|
Joe Darcy
|
dfce4e1943
|
8302800: Augment NaN handling tests of FDLIBM methods
Reviewed-by: bpb
|
2023-02-21 18:31:22 +00:00 |
|
Roger Riggs
|
10b4cc9eb4
|
8301627: System.exit and Runtime.exit debug logging
Reviewed-by: alanb, chegar
|
2023-02-21 15:37:08 +00:00 |
|
Jayathirth D V
|
aa10f0d3ee
|
8302151: BMPImageReader throws an exception reading BMP images
Reviewed-by: serb, tr
|
2023-02-21 07:30:17 +00:00 |
|
Tejesh R
|
29f392e434
|
8299522: Incorrect size of Approve button in custom JFileChooser
Reviewed-by: aivanov, abhiscxk, dnguyen
|
2023-02-21 05:19:07 +00:00 |
|
ravi.ra.gupta
|
c7517b3dec
|
8302525: Write a test to check various components send Events while mouse and key are used simultaneously
Reviewed-by: serb
|
2023-02-20 18:32:00 +00:00 |
|
Alexey Bakhtin
|
9a797228f3
|
8299234: JMX Repository.query performance
Reviewed-by: dfuchs, kevinw
|
2023-02-20 17:52:54 +00:00 |
|
Prasanta Sadhukhan
|
e731695217
|
8302882: Newly added test javax/swing/JFileChooser/JFileChooserFontReset.java fails with HeadlessException
Reviewed-by: jdv
|
2023-02-20 14:47:45 +00:00 |
|
Thomas Schatzl
|
593bec685e
|
8302122: Parallelize TLAB retirement in prologue in G1
8297611: G1: Merge tlab and per-thread dirty card log flushing
Reviewed-by: kbarrett, ayang
|
2023-02-20 10:23:00 +00:00 |
|
Prasanta Sadhukhan
|
432cf68c4d
|
6753661: JFileChooser font not reset after Look & Feel change
Reviewed-by: abhiscxk, aivanov, serb
|
2023-02-20 08:17:00 +00:00 |
|
Eirik Bjorsnos
|
78f71b4d41
|
8301873: Avoid string decoding in ZipFile.Source.getEntryPos
Reviewed-by: redestad, lancea
|
2023-02-18 12:39:19 +00:00 |
|
Daniel Fuchs
|
edf238b65e
|
8302635: Race condition in HttpBodySubscriberWrapper when cancelling request
Reviewed-by: jpai
|
2023-02-17 14:43:58 +00:00 |
|
Richard Reingruber
|
b8c9d6cdf6
|
8302158: PPC: test/jdk/jdk/internal/vm/Continuation/Fuzz.java: AssertionError: res: false shouldPin: false
Reviewed-by: goetz, mdoerr
|
2023-02-17 13:20:08 +00:00 |
|
Joe Darcy
|
655a71277d
|
8301444: Port fdlibm hyperbolic transcendental functions to Java
Reviewed-by: bpb
|
2023-02-17 03:22:06 +00:00 |
|
Valerie Peng
|
4ce493f09e
|
8302225: SunJCE Provider doesn't validate key sizes when using 'constrained' transforms for AES/KW and AES/KWP
Reviewed-by: xuelei
|
2023-02-16 21:58:34 +00:00 |
|
Erik Gahlin
|
f558a6c599
|
8298276: JFR: Update NMT events to make use of common periodic timestamp feature
Reviewed-by: mgronlun
|
2023-02-16 15:49:05 +00:00 |
|
Joe Darcy
|
3ba156082b
|
8302026: Port fdlibm inverse trig functions (asin, acos, atan) to Java
Reviewed-by: bpb
|
2023-02-15 22:16:30 +00:00 |
|
Sean Mullan
|
26b111d714
|
8301700: Increase the default TLS Diffie-Hellman group size from 1024-bit to 2048-bit
Reviewed-by: xuelei
|
2023-02-15 13:25:50 +00:00 |
|
Mandy Chung
|
9c202a5a8f
|
8302260: VarHandle.describeConstable() fails to return a nominal descriptor for static public fields
Reviewed-by: alanb, psandoz
|
2023-02-14 21:15:14 +00:00 |
|