Marc Chevalier
|
00a038e9c5
|
8353341: C2: removal of a Mod[DF]Node crashes when the node is already dead
Reviewed-by: thartmann, chagedorn
|
2025-04-03 08:37:36 +00:00 |
|
David Beaumont
|
bd74922157
|
8338675: javac shouldn't silently change .jar files on the classpath
Reviewed-by: jlahoda
jdk-25+17
|
2025-04-03 05:36:31 +00:00 |
|
Christian Hagedorn
|
8d3d1d4137
|
8353058: [PPC64] Some IR framework tests are failing after JDK-8352595
Reviewed-by: mchevalier, thartmann
|
2025-04-03 05:25:56 +00:00 |
|
Ioi Lam
|
b01026abaa
|
8353325: Rewrite appcds/methodHandles test cases to use CDSAppTester
Reviewed-by: ccheung
|
2025-04-03 00:41:56 +00:00 |
|
Coleen Phillimore
|
e2e1598ecc
|
8353584: [BACKOUT] DaCapo xalan performance with -XX:+UseObjectMonitorTable
Reviewed-by: rkennke
|
2025-04-02 23:37:56 +00:00 |
|
Doug Simon
|
814730eae7
|
8352645: Add tool support to check order of includes
Reviewed-by: stefank, kbarrett
|
2025-04-02 22:30:13 +00:00 |
|
Alex Menkov
|
d4353626d5
|
8353479: jcmd with streaming output breaks intendation
Reviewed-by: sspitsyn, jsjolen
|
2025-04-02 21:58:33 +00:00 |
|
Vladimir Ivanov
|
130b0cdaa6
|
8353217: Build libsleef on macos-aarch64
Co-authored-by: Magnus Ihse Bursie <ihse@openjdk.org>
Reviewed-by: erikj, kvn, ihse
|
2025-04-02 19:42:30 +00:00 |
|
Joe Wang
|
209e72d311
|
8353234: Refactor XMLSecurityPropertyManager
Reviewed-by: naoto, iris, lancea
|
2025-04-02 19:03:03 +00:00 |
|
Chris Plummer
|
cc870d4960
|
8352088: Call of com.sun.jdi.ThreadReference.threadGroups() can lock up target VM
Reviewed-by: alanb, jpai, sspitsyn
|
2025-04-02 17:04:37 +00:00 |
|
Larry Cable
|
d979bd8592
|
8344671: Few JFR streaming tests fail with application not alive error on MacOS 15
Reviewed-by: dholmes, kevinw
|
2025-04-02 16:00:14 +00:00 |
|
Roman Kennke
|
49cb7aaad9
|
8339114: DaCapo xalan performance with -XX:+UseObjectMonitorTable
Reviewed-by: coleenp, aboldtch
|
2025-04-02 15:57:32 +00:00 |
|
Patricio Chilano Mateo
|
d32ff13922
|
8353117: Crash: assert(id >= ThreadIdentifier::initial() && id < ThreadIdentifier::current()) failed: must be reasonable)
Reviewed-by: dholmes, fbredberg
|
2025-04-02 14:32:03 +00:00 |
|
Albert Mingkun Yang
|
a0677d94d8
|
8353263: Parallel: Remove locking in PSOldGen::resize
Reviewed-by: tschatzl, zgu
|
2025-04-02 14:19:26 +00:00 |
|
Marc Chevalier
|
8608b16341
|
8348887: Create IR framework test for JDK-8347997
Reviewed-by: thartmann, chagedorn
|
2025-04-02 13:27:56 +00:00 |
|
Jan Lahoda
|
23eb648cae
|
8353545: Improve debug info for StartOptionTest
Reviewed-by: asotona
|
2025-04-02 13:19:08 +00:00 |
|
Casper Norrbin
|
4f97c4c036
|
8349211: Add support for intrusive trees to the utilities red-black tree
Reviewed-by: aboldtch, jsjolen
|
2025-04-02 12:40:48 +00:00 |
|
Christian Hagedorn
|
c9baa8a7ae
|
8352418: Add verification code to check that the associated loop nodes of useless Template Assertion Predicates are dead
Reviewed-by: epeter, roland
|
2025-04-02 12:19:24 +00:00 |
|
Zhengyu Gu
|
b80b04d77a
|
8353329: Small memory leak when create GrowableArray with initial size 0
Reviewed-by: jsjolen, stefank
|
2025-04-02 11:56:53 +00:00 |
|
Magnus Ihse Bursie
|
4a50778a26
|
8353458: Don't pass -Wno-format-nonliteral to CFLAGS
Reviewed-by: erikj
|
2025-04-02 09:30:35 +00:00 |
|
SendaoYan
|
9076673d7d
|
8304674: File java.c compile error with -fsanitize=address -O0
Reviewed-by: ihse, jwaters
|
2025-04-02 08:26:22 +00:00 |
|
Daniel Skantz
|
8fb67ac55b
|
8282053: IGV: refine schedule approximation
Reviewed-by: rcastanedalo, dlunden, dfenacci
|
2025-04-02 07:45:48 +00:00 |
|
Manuel Hässig
|
d358f5f4a4
|
8347449: C2: UseLoopPredicate off should also turn UseProfiledLoopPredicate off
Reviewed-by: chagedorn, epeter
|
2025-04-02 06:48:06 +00:00 |
|
Manuel Hässig
|
f301663b34
|
8352893: C2: OrL/INode::add_ring optimize (x | -1) to -1
Reviewed-by: epeter, thartmann, kvn
|
2025-04-02 06:30:55 +00:00 |
|
Ioi Lam
|
15d36ee4a5
|
8353330: Test runtime/cds/appcds/SignedJar.java fails in CDSHeapVerifier
Reviewed-by: vlivanov, dholmes, liach
|
2025-04-02 03:56:19 +00:00 |
|
David Holmes
|
e6fe2490bc
|
8323100: com/sun/tools/attach/StartManagementAgent.java failed with "WaitForSingleObject failed"
Reviewed-by: kevinw, amenkov
|
2025-04-02 02:54:27 +00:00 |
|
Ioi Lam
|
096e70de2d
|
8352437: Support --add-exports with -XX:+AOTClassLinking
Reviewed-by: matsaave
|
2025-04-02 01:37:27 +00:00 |
|
Ioi Lam
|
6970cf6ac6
|
8352775: JVM crashes with -XX:AOTMode=create -XX:+UseZGC
Reviewed-by: ccheung, matsaave
|
2025-04-01 22:01:14 +00:00 |
|
Brian Burkhalter
|
afcad8ca61
|
5043343: FileImageInputStream and FileImageOutputStream do not properly track streamPos for RandomAccessFile
Reviewed-by: prr
|
2025-04-01 21:05:54 +00:00 |
|
Phil Race
|
6891490892
|
8353324: Clean up of comments and import after 8319192
Reviewed-by: dnguyen, kizune
|
2025-04-01 18:42:49 +00:00 |
|
Mikael Vidstedt
|
07fd666d99
|
8342984: Bump minimum boot jdk to JDK 24
Reviewed-by: iris, darcy, liach, ihse
|
2025-04-01 18:24:14 +00:00 |
|
Calvin Cheung
|
6a46d554c7
|
8353129: CDS ArchiveRelocation tests fail after JDK-8325132
Reviewed-by: iklam, dholmes
|
2025-04-01 16:43:25 +00:00 |
|
Markus Grönlund
|
19eabaff55
|
8353227: JFR: Prepare tests for strong parser validation
Reviewed-by: egahlin
|
2025-04-01 16:37:34 +00:00 |
|
Naoto Sato
|
564066d549
|
8353118: Deprecate the use of java.locale.useOldISOCodes system property
Reviewed-by: iris, jlu
|
2025-04-01 16:22:56 +00:00 |
|
David Holmes
|
a1ab1d8de4
|
8353449: [BACKOUT] One instance of STATIC_LIB_CFLAGS was missed in JDK-8345683
Reviewed-by: alanb, ihse
|
2025-04-01 12:59:49 +00:00 |
|
Alan Bateman
|
2a31f69a55
|
8353331: Test ForkJoinPool20Test::testFixedDelaySequence is failing
Reviewed-by: dl, vklang
|
2025-04-01 12:42:02 +00:00 |
|
Patrick Zhang
|
1809138b1c
|
8352284: EXTRA_CFLAGS incorrectly applied to BUILD_LIBJVM src/hotspot C++ source files
Reviewed-by: erikj
|
2025-04-01 11:47:32 +00:00 |
|
Patrick Zhang
|
cef5610b5d
|
8353272: One instance of STATIC_LIB_CFLAGS was missed in JDK-8345683
Reviewed-by: erikj
|
2025-04-01 11:47:13 +00:00 |
|
Leo Korinth
|
6801eb8704
|
8352709: Remove bad timing annotations from WhileOpTest.java
Reviewed-by: jpai
|
2025-04-01 10:54:17 +00:00 |
|
Leo Korinth
|
85a0baf0cb
|
8352719: Add an equals sign to the modules statement
Reviewed-by: weijun
|
2025-04-01 10:50:46 +00:00 |
|
Markus Grönlund
|
f25f701652
|
8353226: JFR: emit old object samples must be transitive closure complete for segment
Reviewed-by: egahlin
|
2025-04-01 09:17:44 +00:00 |
|
Afshin Zafari
|
aff5aa72bb
|
8350566: NMT: add size parameter to MemTracker::record_virtual_memory_tag
Reviewed-by: jsjolen, gziemski
|
2025-04-01 08:25:53 +00:00 |
|
Joachim Kern
|
196334fc39
|
8352046: Test testEcoFriendly() in jdk tools launcher ExecutionEnvironment.java for AIX and Linux/musl is brittle
Reviewed-by: clanger, mbaesken
|
2025-04-01 08:09:53 +00:00 |
|
SendaoYan
|
ad48846edd
|
8350386: Test TestCodeCacheFull.java fails with option -XX:-UseCodeCacheFlushing
Reviewed-by: tschatzl
|
2025-04-01 06:25:07 +00:00 |
|
David Holmes
|
8b4e190bc8
|
8353349: ProblemList runtime/cds/appcds/SignedJar.java
Reviewed-by: iklam, jpai
|
2025-04-01 05:42:52 +00:00 |
|
Fei Yang
|
860a789e91
|
8353219: RISC-V: Fix client builds after JDK-8345298
Reviewed-by: fjiang, rehn
|
2025-04-01 01:39:22 +00:00 |
|
Ioi Lam
|
a83760a6f2
|
8352092: -XX:AOTMode=record crashes with InstanceKlass in allocated state
Reviewed-by: dholmes, coleenp
|
2025-03-31 23:35:48 +00:00 |
|
Alexey Semenyuk
|
1077265953
|
8353321: [macos] ErrorTest.testAppContentWarning test case requires signing environment
Reviewed-by: almatvee
|
2025-03-31 22:16:05 +00:00 |
|
Alexey Semenyuk
|
52f56e608e
|
8353196: [macos] Contents of ".jpackage.xml" file are wrong when building .pkg from unsigned app image
Reviewed-by: almatvee
|
2025-03-31 22:07:14 +00:00 |
|
Hai-May Chao
|
acd4da49a0
|
8353299: VerifyJarEntryName.java test fails
Reviewed-by: mullan
|
2025-03-31 21:39:11 +00:00 |
|