Robbin Ehn
|
6d9ece73a9
|
8351949: RISC-V: Cleanup and enable store-load peephole for membars
Reviewed-by: fyang, fjiang, mli
|
2025-04-07 07:09:51 +00:00 |
|
Marc Chevalier
|
97ed536125
|
8346989: C2: deoptimization and re-execution cycle with Math.*Exact in case of frequent overflow
Reviewed-by: thartmann, vlivanov
|
2025-04-07 05:21:44 +00:00 |
|
Zhengyu Gu
|
6d37e633e6
|
8353753: Remove unnecessary forward declaration in oop.hpp
Reviewed-by: kbarrett
|
2025-04-05 20:25:30 +00:00 |
|
Johannes Graham
|
37f8e419f9
|
8347645: C2: XOR bounded value handling blocks constant folding
Reviewed-by: epeter, vlivanov, qamai, jkarthikeyan
|
2025-04-04 13:24:22 +00:00 |
|
Joel Sikström
|
b92a44364d
|
8353471: ZGC: Redundant generation id in ZGeneration
Reviewed-by: stefank, eosterlund
|
2025-04-04 11:53:11 +00:00 |
|
Alexey Semenyuk
|
cfcb3305f0
|
8353681: jpackage suppresses errors when executed with --verbose option
Reviewed-by: almatvee
|
2025-04-04 11:49:57 +00:00 |
|
Alexey Semenyuk
|
10d1fec3ff
|
8353679: Restructure classes in jdk.jpackage.internal package
Reviewed-by: almatvee
|
2025-04-04 11:46:53 +00:00 |
|
Varada M
|
1161b566ca
|
8353053: (fs) Add support for UserDefinedFileAttributeView on AIX
Reviewed-by: mdoerr, jkern
|
2025-04-04 10:30:43 +00:00 |
|
Martin Doerr
|
a13e34da3f
|
8353274: [PPC64] Bug related to -XX:+UseCompactObjectHeaders -XX:-UseSIGTRAP in JDK-8305895
Reviewed-by: rrich, amitkumar
|
2025-04-04 07:59:41 +00:00 |
|
Varada M
|
41d4a0d7bd
|
8352392: AIX: implement attach API v2 and streaming output
Reviewed-by: mdoerr, jkern, amenkov
|
2025-04-04 06:41:08 +00:00 |
|
Chen Liang
|
1c2a5533f4
|
8327858: Improve spliterator and forEach for single-element immutable collections
Reviewed-by: smarks, vklang
|
2025-04-04 00:59:02 +00:00 |
|
Chen Liang
|
a449aeef28
|
8350704: Create tests to ensure the failure behavior of core reflection APIs
Reviewed-by: darcy
|
2025-04-04 00:58:32 +00:00 |
|
Stuart Marks
|
57df89c464
|
8353684: [BACKOUT] j.u.l.Handler classes create deadlock risk via synchronized publish() method
Reviewed-by: dholmes
|
2025-04-03 21:15:00 +00:00 |
|
David Beaumont
|
ebcb9a8b12
|
8349206: j.u.l.Handler classes create deadlock risk via synchronized publish() method
Reviewed-by: dfuchs, smarks
|
2025-04-03 20:11:19 +00:00 |
|
Roman Kennke
|
d894b781b8
|
8353588: [REDO] DaCapo xalan performance with -XX:+UseObjectMonitorTable
Reviewed-by: coleenp, aboldtch
|
2025-04-03 17:12:38 +00:00 |
|
Liam Miller-Cushon
|
6b7b3247b1
|
8351431: Type annotations on new class creation expressions can't be retrieved
Reviewed-by: vromero
|
2025-04-03 16:09:08 +00:00 |
|
Thomas Schatzl
|
64b691ab61
|
8271870: G1: Add objArray splitting when scanning object with evacuation failure
8271871: G1 does not try to deduplicate objects that failed evacuation
Reviewed-by: iwalulya, ayang
|
2025-04-03 15:06:22 +00:00 |
|
Amit Kumar
|
b428cda3c6
|
8349686: [s390x] C1: Improve Class.isInstance intrinsic
Reviewed-by: lucy, aph
|
2025-04-03 14:47:26 +00:00 |
|
Marc Chevalier
|
296d9d6f7a
|
8353345: C2 asserts because maskShiftAmount modifies node without deleting the hash
Reviewed-by: chagedorn, thartmann
|
2025-04-03 12:23:11 +00:00 |
|
Hannes Greule
|
3ceabf0f64
|
8353359: C2: Or(I|L)Node::Ideal is missing AddNode::Ideal call
Reviewed-by: epeter, chagedorn
|
2025-04-03 11:34:45 +00:00 |
|
Erik Gahlin
|
b263292a75
|
8353484: JFR: Simplify EventConfiguration
Reviewed-by: mgronlun
|
2025-04-03 11:07:52 +00:00 |
|
Stefan Karlsson
|
ffca4f2da8
|
8353264: ZGC: Windows heap unreserving is broken
Reviewed-by: jsikstro, aboldtch, eosterlund, stuefe
|
2025-04-03 10:44:58 +00:00 |
|
Jatin Bhateja
|
f7a94feedd
|
8352585: Add special case handling for Float16.max/min x86 backend
Reviewed-by: epeter, sviswanathan
|
2025-04-03 09:21:55 +00:00 |
|
Thomas Fitzsimmons
|
9c5ed23eac
|
8349988: Change cgroup version detection logic to not depend on /proc/cgroups
8347811: Container detection code for cgroups v2 should use cgroup.controllers
Co-authored-by: Severin Gehwolf <sgehwolf@openjdk.org>
Reviewed-by: sgehwolf, asmehra
|
2025-04-03 08:38:50 +00:00 |
|
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
|
2025-04-03 05:36:31 +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 |
|
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 |
|