Matthew Donovan
|
afcf8e4751
|
8290005: com/sun/jndi/ldap/LdapCBPropertiesTest.java failling with NullPointerException
Reviewed-by: jnimeh, xuelei
|
2023-07-17 11:16:19 +00:00 |
|
Prasanta Sadhukhan
|
acf591e856
|
8140527: JInternalFrame has incorrect title button width
8139392: JInternalFrame has incorrect padding
Co-authored-by: Alexey Ivanov <aivanov@openjdk.org>
Reviewed-by: aivanov, tr
|
2023-07-17 08:40:10 +00:00 |
|
Sean Coffey
|
f6e23ae451
|
8310201: Reduce verbose locale output in -XshowSettings launcher option
Reviewed-by: jpai
|
2023-07-17 08:28:16 +00:00 |
|
Jan Lahoda
|
a4412166ec
|
8311815: Incorrect exhaustivity computation
Reviewed-by: vromero
|
2023-07-17 08:19:51 +00:00 |
|
Jan Lahoda
|
1c9691b1f7
|
8312093: Incorrect javadoc comment text
Reviewed-by: jlaskey
|
2023-07-17 06:43:16 +00:00 |
|
Thomas Stuefe
|
37ca9024ef
|
8310233: Fix THP detection on Linux
Reviewed-by: jsjolen, dholmes
|
2023-07-17 04:56:10 +00:00 |
|
Jaikiran Pai
|
81c4e8f916
|
8304006: jlink should create the jimage file in the native endian for the target platform
Co-authored-by: Mandy Chung <mchung@openjdk.org>
Reviewed-by: alanb, mchung, rriggs
|
2023-07-16 07:11:39 +00:00 |
|
Ludovic Henry
|
e8f66bf88c
|
8310949: RISC-V: Initialize UseUnalignedAccesses
Reviewed-by: rehn, vkempik, fyang
|
2023-07-15 06:50:21 +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 |
|
Chris Plummer
|
c84866ac0d
|
8310551: vmTestbase/nsk/jdb/interrupt/interrupt001/interrupt001.java timed out due to missing prompt
Reviewed-by: kevinw, sspitsyn
|
2023-07-14 18:39:34 +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 |
|
Ilya Gavrilin
|
f3b96f6937
|
8311862: RISC-V: small improvements to shift immediate instructions
Reviewed-by: luhenry, fjiang, fyang
|
2023-07-14 14:32:40 +00:00 |
|
Doug Simon
|
a63f865feb
|
8311946: add support for libgraal specific jtreg tests
Reviewed-by: kvn, thartmann
|
2023-07-14 14:10:10 +00:00 |
|
Leslie Zhai
|
167d1c1835
|
8311986: Disable runtime/os/TestTracePageSizes.java for ShenandoahGC
Reviewed-by: jiefu, stuefe, shade
|
2023-07-14 13:54:46 +00:00 |
|
Markus Grönlund
|
7539cc092d
|
8303134: JFR: Missing stack trace during chunk rotation stress
Reviewed-by: egahlin, thartmann
|
2023-07-14 10:46:49 +00:00 |
|
Jan Lahoda
|
d1fa1a8686
|
8311825: Duplicate qualified enum constants not detected
Reviewed-by: vromero
|
2023-07-14 09:54:56 +00:00 |
|
Thomas Stuefe
|
4676b40f17
|
8312049: runtime/logging/ClassLoadUnloadTest can be improved
Reviewed-by: dnsimon, dholmes
|
2023-07-14 08:49:05 +00:00 |
|
Jan Lahoda
|
bbb7ce5137
|
8311038: Incorrect exhaustivity computation
Reviewed-by: vromero
|
2023-07-14 08:21:48 +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 |
|
Jenny Shivayogi
|
43099a85b1
|
8311647: Memory leak in Java_jdk_internal_org_jline_terminal_impl_jna_linux_CLibraryImpl_ttyname_1r
Reviewed-by: phh, shade, jlahoda
|
2023-07-13 22:09:21 +00:00 |
|
Liam Miller-Cushon
|
c7c6d47a07
|
6355567: AdobeMarkerSegment causes failure to read valid JPEG
Reviewed-by: prr, serb
|
2023-07-13 19:36:36 +00:00 |
|
Matthew Donovan
|
af7f95e24a
|
8310070: Test: javax/net/ssl/DTLS/DTLSWontNegotiateV10.java timed out
Reviewed-by: jnimeh
|
2023-07-13 17:52:27 +00:00 |
|
Ashutosh Mehra
|
c710e71178
|
8311102: Write annotations in the classfile dumped by SA
Reviewed-by: cjplummer, stuefe
|
2023-07-13 17:14:30 +00:00 |
|
Markus Grönlund
|
61932f49a5
|
8244289: fatal error: Possible safepoint reached by thread that does not allow it
Reviewed-by: egahlin
|
2023-07-13 16:50:16 +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 |
|
Matthias Baesken
|
b587fc51a8
|
8312013: avoid UnixConstants.java.template warning: '__linux__' is not defined on AIX
Reviewed-by: alanb, vtewari
|
2023-07-13 14:02:52 +00:00 |
|
Coleen Phillimore
|
135f64e603
|
8311583: tableswitch broken by JDK-8310577
Reviewed-by: dholmes, dlong
|
2023-07-13 13:20:52 +00:00 |
|
Markus Grönlund
|
6895debf66
|
8311536: JFR TestNativeMemoryUsageEvents fails in huge pages configuration
Reviewed-by: egahlin, mseledtsov
|
2023-07-13 12:13:44 +00:00 |
|
Leo Korinth
|
bb5278d98a
|
8311239: GC: Remove trailing blank lines in source files
Reviewed-by: tschatzl, aboldtch, mli
|
2023-07-13 08:53:36 +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 |
|
Erik Gahlin
|
f60c1f9bc4
|
8294401: Update jfr man page to include recently added features
Reviewed-by: mgronlun
|
2023-07-13 07:27:16 +00:00 |
|
Yudi Zheng
|
1b0dd7c254
|
8310108: Skip ReplaceCriticalClassesForSubgraphs when EnableJVMCI is specified
Reviewed-by: dnsimon, iklam
|
2023-07-13 07:20:18 +00:00 |
|
Matthias Baesken
|
a38a421f62
|
8311917: MAP_FAILED definition seems to be obsolete in src/java.desktop/unix/native/common/awt/fontpath.c
Reviewed-by: prr
|
2023-07-13 07:11:14 +00:00 |
|
Matthias Baesken
|
812dadb0f9
|
8311788: ClassLoadUnloadTest fails on AIX after JDK-8193513
Reviewed-by: lucy, stuefe
|
2023-07-13 07:05:57 +00:00 |
|
Serguei Spitsyn
|
11a5115caf
|
8311556: GetThreadLocalStorage not working for vthreads mounted during JVMTI attach
Reviewed-by: lmesnik, cjplummer
|
2023-07-13 01:55:37 +00:00 |
|
Pengfei Li
|
a38582e941
|
8311691: C2: Remove legacy code related to PostLoopMultiversioning
Reviewed-by: kvn, sviswanathan
|
2023-07-13 01:45:52 +00:00 |
|
David Holmes
|
38f74125d1
|
8311609: [windows] Native stack printing lacks source information for dynamically loaded dlls
Reviewed-by: stuefe, iklam
|
2023-07-13 01:21:06 +00:00 |
|
Jonathan Gibbons
|
e51472e9a8
|
8309566: Migrate away from TagletWriter and TagletWriterImpl
8311974: Clean up Utils.getBlockTags
Reviewed-by: prappo
|
2023-07-13 01:03:52 +00:00 |
|
Julian Waters
|
fb90af881b
|
8311380: Prepare java.desktop for C++17
Reviewed-by: azvegint
|
2023-07-13 00:58:51 +00:00 |
|
Stuart Marks
|
743e8b8e0a
|
8306785: fix deficient spliterators for Sequenced Collections
Reviewed-by: psandoz
|
2023-07-12 23:45:42 +00:00 |
|
David Holmes
|
372d0cf752
|
8311545: Allow test symbol files to be kept in the test image
Reviewed-by: mikael
|
2023-07-12 23:01:54 +00:00 |
|
Chad Rakoczy
|
489a32fe40
|
8311813: C1: Uninitialized PhiResolver::_loop field
Reviewed-by: thartmann, shade
|
2023-07-12 19:24:18 +00:00 |
|
Rajan Halade
|
119cc495fc
|
8156889: ListKeychainStore.sh fails in some virtualized environments
Reviewed-by: mullan
|
2023-07-12 18:15:20 +00:00 |
|
Brian Burkhalter
|
ed9337e665
|
8155902: DataOuputStream should clarify that it might write primitive types as multiple byte groups
Reviewed-by: alanb, djelinski, lancea, rriggs
|
2023-07-12 18:14:56 +00:00 |
|
Stuart Marks
|
f82c8184b2
|
8308694: Clarify reversed() default methods' implementation requirements
Reviewed-by: rriggs
|
2023-07-12 16:10:41 +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 |
|
Matthias Baesken
|
aa7367f1ec
|
8311921: Inform about MaxExpectedDataSegmentSize in case of pthread_create failures on AIX
Reviewed-by: jbechberger, stuefe
|
2023-07-12 10:39:28 +00:00 |
|
Thomas Stuefe
|
753bd563ec
|
8311870: Split CompressedKlassPointers from compressedOops.hpp
Reviewed-by: iklam, rkennke
|
2023-07-12 09:06:53 +00:00 |
|
Chad Rakoczy
|
0b0e064e36
|
8311656: Shenandoah: Unused ShenandoahSATBAndRemarkThreadsClosure::_claim_token
Reviewed-by: ysr, shade
|
2023-07-12 07:29:52 +00:00 |
|
Rajan Halade
|
fd7fddb6ed
|
8295894: Remove SECOM certificate that is expiring in September 2023
Reviewed-by: xuelei, mullan
|
2023-07-11 23:53:40 +00:00 |
|