Weibing Xiao
|
9b71e677d0
|
Merge branch 'master' of github.com:openjdk/jdk into JDK-8362268
|
2025-10-14 14:08:28 -04: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 |
|
Brian Burkhalter
|
65b8fe62b4
|
8368907: (fs) Windows Error code 1314 not translated to AccessDeniedException (win)
Reviewed-by: alanb
|
2025-10-14 17:48:15 +00:00 |
|
Phil Race
|
d6537c6d3e
|
8344918: Unused private variables in SwingUtilities.java
Reviewed-by: azvegint
|
2025-10-14 17:36:54 +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 |
|
Joe Darcy
|
7ed93cf40e
|
8369312: Refactor Float.toHexString() to avoid use of regex
Reviewed-by: rgiulietti
|
2025-10-14 16:04:27 +00:00 |
|
Ramkumar Sunderbabu
|
64ff7062c1
|
8369806: Remove nsk/jvmti/AttachOnDemand/attach020 from problemlist
Reviewed-by: lmesnik, chagedorn
|
2025-10-14 15:33:49 +00:00 |
|
Joachim Kern
|
4b85ba9067
|
8369657: [AIX] TOC overflow in static-launcher build when building slowdebug after JDK-8352064
Reviewed-by: mdoerr, erikj, clanger, mbaesken
|
2025-10-14 14:04:36 +00:00 |
|
Feilong Jiang
|
72663695da
|
8369616: JavaFrameAnchor on RISC-V has unnecessary barriers and wrong store order in MacroAssembler
Reviewed-by: fyang, luhenry
|
2025-10-14 13:50:19 +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 |
|
jonghoonpark
|
90cf3a2086
|
8366716: Move SmapsParser from runtime/os/TestTracePageSizes.java into testlib
Co-authored-by: Stefan Johansson <sjohanss@openjdk.org>
Reviewed-by: sjohanss, syan
|
2025-10-14 09:09:58 +00:00 |
|
Christian Stein
|
702179e785
|
8369488: Update to use jtreg 8.1
Reviewed-by: iris, erikj, jpai, syan
|
2025-10-14 08:54:42 +00:00 |
|
Emanuel Peter
|
4786f8bee5
|
8369448: C2 SuperWord: refactor VTransform to do move_unordered_reduction_out_of_loop during VTransform::optimize
Reviewed-by: chagedorn, kvn
|
2025-10-14 08:32:32 +00:00 |
|
Matthias Baesken
|
a3ee821f38
|
8369305: Adjust usage of CDS in the boot JDK
Reviewed-by: erikj, clanger
|
2025-10-14 07:28:28 +00:00 |
|
Jaikiran Pai
|
2eb0898fef
|
8367157: Remove jrunscript tool
Reviewed-by: erikj, ayang, ihse, alanb
|
2025-10-14 06:10:09 +00:00 |
|
Serguei Spitsyn
|
5bf1bab5b3
|
8369482: JVMTI + Loom: JDK-8368159 introduced safepoint poll in disallowed state
Co-authored-by: Patricio Chilano Mateo <pchilanomate@openjdk.org>
Reviewed-by: sspitsyn, pchilanomate
|
2025-10-14 05:40:07 +00:00 |
|
Axel Boldt-Christmas
|
be0e49b7e2
|
8369467: Rdtsc: Remove experimental support for non invariant tsc
Reviewed-by: dholmes, mgronlun
|
2025-10-14 05:38:13 +00:00 |
|
Jatin Bhateja
|
449641813a
|
8365205: C2: Optimize popcount value computation using knownbits
Reviewed-by: epeter, hgreule, qamai
|
2025-10-14 03:35:11 +00:00 |
|
Phil Race
|
d6ca382f4e
|
8369335: Two sun/java2d/OpenGL tests fail on Windows after JDK-8358058
Reviewed-by: jdv
|
2025-10-14 03:33:23 +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 |
|
Ravi.Patel8
|
9b1633ded0
|
8368606: Printer lookup returns empty on AIX platform due to uninitialized results list
Reviewed-by: honkar, serb
|
2025-10-13 16:10:48 +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 |
|
Erik Gahlin
|
1668162319
|
8369510: JFR: Remove flush handler from Dispatcher lookup
Reviewed-by: mgronlun
|
2025-10-13 15:17:36 +00:00 |
|
Henry Jen
|
b83e7939dd
|
8347007: --strip-debug removes parameter names included with -parameters
Reviewed-by: alanb
|
2025-10-13 15:05:53 +00:00 |
|
Xiaolong Peng
|
551cd03b99
|
8369611: Remove safepoint synchronization from ParallelScavengeHeap and SerialHeap
Reviewed-by: kbarrett, ayang, shade, tschatzl
|
2025-10-13 15:03:01 +00:00 |
|
Thomas Schatzl
|
f292d7c66c
|
8048180: G1: Eager reclaim of humongous objects with references
Co-authored-by: Ivan Walulya <iwalulya@openjdk.org>
Reviewed-by: iwalulya, ayang
|
2025-10-13 14:51:08 +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 |
|
Emanuel Peter
|
0496806102
|
8359412: Template-Framework Library: Operations and Expressions
Reviewed-by: chagedorn, mhaessig, galder
|
2025-10-13 13:59:48 +00:00 |
|
Axel Boldt-Christmas
|
d47e6b713c
|
8369469: Rdtsc: Remove potential races in Rdtsc::initialize
Reviewed-by: dholmes, stefank
|
2025-10-13 12:16:54 +00:00 |
|
Alexey Ivanov
|
d278043ddb
|
8367772: Refactor createUI in PassFailJFrame
Reviewed-by: dnguyen, honkar
|
2025-10-13 12:09:38 +00:00 |
|
Markus Grönlund
|
62fa971f31
|
8369255: Assess and remedy any unsafe usage of the Semaphores used by JFR
Reviewed-by: egahlin
|
2025-10-13 11:34:30 +00:00 |
|
Darragh Clarke
|
0db4702891
|
8368877: Generate Jextract bindings for Kqueue
Reviewed-by: alanb, aefimov
|
2025-10-13 11:03:49 +00:00 |
|
Hamlin Li
|
28460ca330
|
8368897: RISC-V: Cleanup RV_EXT_FEATURE_FLAGS & RV_NON_EXT_FEATURE_FLAGS
Reviewed-by: fyang, rehn
|
2025-10-13 10:32:48 +00:00 |
|
Matthias Baesken
|
0af959a340
|
8369560: Slowdebug build without CDS fails
Reviewed-by: mdoerr, kvn
|
2025-10-13 10:15:39 +00:00 |
|
Matthias Baesken
|
98e1d2fab1
|
8369563: Gtest dll_address_to_function_and_library_name has issues with stripped pdb files
Reviewed-by: clanger, lucy
|
2025-10-13 10:13:00 +00:00 |
|
Albert Mingkun Yang
|
4728f746a8
|
8369571: Parallel: Use ThreadsClaimTokenScope in PSAdjustTask
Reviewed-by: fandreuzzi, tschatzl
|
2025-10-13 09:23:48 +00:00 |
|
Kevin Walls
|
1605e8392e
|
8369574: Remove javax/management/remote/mandatory/connection/BrokenConnectionTest.java from ProblemList-Virtual.txt
Reviewed-by: ayang
|
2025-10-13 08:13:37 +00:00 |
|
Axel Boldt-Christmas
|
a6f624b074
|
8369468: Rdtsc: Move getCPUIDBrandString_stub into VM_Version stub area
Reviewed-by: mgronlun, kvn
|
2025-10-13 07:48:54 +00:00 |
|
Francesco Andreuzzi
|
9b99bc8ef5
|
8369440: Remove RootResolverMarkScope and RootSetClosureMarkScope
Reviewed-by: ayang
|
2025-10-11 06:13:13 +00:00 |
|
SendaoYan
|
2dfe4586f7
|
8369490: Remove unused Runinfo parameters in compiler/c2/gvn/TestBitCompressValueTransform.java
Reviewed-by: chagedorn, mhaessig
|
2025-10-11 05:58:14 +00:00 |
|
Albert Mingkun Yang
|
7e29d294e5
|
8369097: Parallel: Support allocation in from space when heap is too full
Reviewed-by: tschatzl, fandreuzzi
|
2025-10-10 18:01:09 +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 |
|
Kangcheng Xu
|
f6d77cb332
|
8347555: [REDO] C2: implement optimization for series of Add of unique value
Reviewed-by: roland, epeter
|
2025-10-10 14:04:51 +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 |
|
Albert Mingkun Yang
|
afda8ad460
|
8369501: Parallel: Add UseAdaptiveSizePolicy requirement to TestDynShrinkHeap.java
Reviewed-by: jsikstro, tschatzl
|
2025-10-10 10:18:45 +00:00 |
|
María Arias de Reyna Domínguez
|
f52aed6f81
|
8369418: Identify owning class for KlassTrainingData in AOT map output
Reviewed-by: iklam, adinn
|
2025-10-10 09:46:37 +00:00 |
|
Chris Dennis
|
d5a207994b
|
8362123: ClassLoader Leak via Executors.newSingleThreadExecutor(...)
Reviewed-by: vklang, alanb
|
2025-10-10 09:19:55 +00:00 |
|
Severin Gehwolf
|
a1a37bd7b2
|
8369441: Two container tests fail after JDK-8292984
Reviewed-by: mbaesken, cnorrbin, syan
|
2025-10-10 08:14:06 +00:00 |
|