Julian Waters
690daaf588
Fixup code in JavaAccessBridge.cpp
2025-09-08 22:14:38 +08:00
Julian Waters
e3dfd0e974
Mark unused code in AccessBridgeJavaVMInstance.cpp
2025-09-08 22:12:55 +08:00
Julian Waters
b5a14a011f
Mark lastError in jaccessinspector.cpp
2025-09-08 22:10:28 +08:00
Julian Waters
f6abee3538
Remove other retval from jabswitch.cpp
2025-09-08 22:07:36 +08:00
Julian Waters
4fcca89b68
Remove retval from jabswitch.cpp
2025-09-08 22:04:57 +08:00
Julian Waters
47b168a33d
Typo in AccessBridgeCalls.c
2025-01-23 13:30:59 +08:00
Julian Waters
6f9d1b3fa1
Fix AccessBridgeCalls.c
2025-01-23 13:29:37 +08:00
Julian Waters
f975dfa275
Merge branch 'openjdk:master' into accessibility
2025-01-07 17:52:58 +08:00
Julian Waters
c9b63c2ce7
Cast to void in AccessBridgeCalls.c
2025-01-07 17:52:29 +08:00
Julian Waters
5bdae8b80d
static_cast to void in jaccessinspector.cpp
2025-01-07 17:51:01 +08:00
Julian Waters
b91d2f3c76
Formatting changes in AccessBridgeEventHandler.cpp
2025-01-07 17:12:49 +08:00
Matthias Baesken
0285020c7e
8345676: [ubsan] ProcessImpl_md.c:561:40: runtime error: applying zero offset to null pointer on macOS aarch64
...
Reviewed-by: rriggs
2025-01-07 08:15:12 +00:00
Matthias Baesken
0a81676fae
8346881: [ubsan] logSelection.cpp:154:24 / logSelectionList.cpp:72:94 : runtime error: applying non-zero offset 1 to null pointer
...
Reviewed-by: clanger, mdoerr, dholmes, syan, amitkumar
2025-01-07 08:10:28 +00:00
Emanuel Peter
08debd335e
8346993: C2 SuperWord: refactor to make more vector nodes available in VectorNode::make
...
Reviewed-by: chagedorn, kvn
2025-01-07 06:15:48 +00:00
Fei Yang
de0250368e
8346832: runtime/CompressedOops/CompressedCPUSpecificClassSpaceReservation.java fails on RISC-V
...
Reviewed-by: stuefe, fjiang
2025-01-07 03:39:50 +00:00
Archie Cobbs
27646e5516
8344148: Add an explicit compiler phase for warning generation
...
Reviewed-by: vromero
2025-01-06 18:37:19 +00:00
Calvin Cheung
8d388ccd9e
8346457: AOT cache creation crashes with "assert(pair_at(i).match() < pair_at(i+1).match()) failed: unsorted table entries"
...
Reviewed-by: iklam, dholmes
2025-01-06 17:59:10 +00:00
Brian Burkhalter
d723597dd9
8345432: (ch, fs) Replace anonymous Thread with InnocuousThread
...
Reviewed-by: alanb
2025-01-06 17:47:10 +00:00
Archie Cobbs
9c393a243d
8346953: Remove unnecessary @SuppressWarnings annotations (client, #2 )
...
Reviewed-by: azvegint
2025-01-06 17:24:23 +00:00
Naoto Sato
9a60f4457b
8345668: ZoneOffset.ofTotalSeconds performance regression
...
Reviewed-by: rriggs, aturbanov
2025-01-06 17:04:07 +00:00
Aleksey Shipilev
12700cb81b
8346264: "Total compile time" counter should include time spent in failing/bailout compiles
...
Reviewed-by: kvn, mli
2025-01-06 15:36:28 +00:00
Archie Cobbs
dd81f8dcf5
8344079: Minor fixes and cleanups to compiler lint-related code
...
Reviewed-by: mcimadamore
2025-01-06 15:28:36 +00:00
Adam Sotona
ccf3d57ebc
8346985: Convert test/jdk/com/sun/jdi/ClassUnloadEventTest.java to Class-File API
...
Reviewed-by: liach
2025-01-06 14:10:34 +00:00
Adam Sotona
594e519648
8346984: Remove ASM-based benchmarks from Class-File API benchmarks
...
Reviewed-by: liach, redestad, erikj
2025-01-06 14:10:19 +00:00
Adam Sotona
c027f2ed1d
8346983: Remove ASM-based transforms from Class-File API tests
...
Reviewed-by: liach
2025-01-06 14:08:45 +00:00
Adam Sotona
e0695e0ef0
8346981: Remove obsolete java.base exports of jdk.internal.objectweb.asm packages
...
Reviewed-by: liach, alanb
2025-01-06 14:08:32 +00:00
Zhengyu Gu
dfaa89162a
8346569: Shenandoah: Worker initializes ShenandoahThreadLocalData twice results in memory leak
...
Reviewed-by: wkemper, shade
2025-01-06 13:44:35 +00:00
Qizheng Xing
f1d85ab3e6
8346773: Fix unmatched brackets in some misc files
...
Reviewed-by: kbarrett, alanb, rriggs, dholmes, erikj, liach
2025-01-06 06:23:53 +00:00
Prasanta Sadhukhan
9393897817
8346260: Test "javax/swing/JOptionPane/bug4174551.java" failed because the font size of message "Hi 24" is not set to 24 in Nimbus LookAndFeel
...
Reviewed-by: aivanov, dnguyen
2025-01-06 06:01:24 +00:00
Gui Cao
e98f412663
8346922: TestVectorReinterpret.java fails without the rvv extension on RISCV fastdebug VM
...
Reviewed-by: fyang, kvn
2025-01-06 03:36:00 +00:00
Gui Cao
ca5390c4d9
8346924: TestVectorizationNegativeScale.java fails without the rvv extension on RISCV fastdebug VM
...
Reviewed-by: fyang, kvn
2025-01-06 03:35:46 +00:00
Albert Mingkun Yang
07c9f7138a
8346921: Remove unused arg in markWord::must_be_preserved
...
Reviewed-by: kbarrett, tschatzl
2025-01-03 11:46:34 +00:00
Daniel Skantz
84e6432bb7
8346288: WB_IsIntrinsicAvailable fails if called with wrong compilation level
...
Reviewed-by: kvn, rcastanedalo
2025-01-02 22:13:14 +00:00
Volkan Yazıcı
a77ed30fcc
8336412: sun.net.www.MimeTable has a few unused methods
...
Reviewed-by: jpai
2025-01-02 09:19:58 +00:00
SendaoYan
e769b53614
8346193: CrashGCForDumpingJavaThread do not trigger expected crash build with clang17
...
Reviewed-by: kbarrett, amitkumar
2025-01-02 09:10:03 +00:00
Kim Barrett
a87bc7e4f0
8345374: Ubsan: runtime error: division by zero
...
Reviewed-by: jwaters, ayang, amitkumar
jdk-25+4
2025-01-02 08:11:55 +00:00
Volker Simonis
d3abf01c3e
8346101: [JVMCI] Export jdk.internal.misc to jdk.graal.compiler
...
Reviewed-by: dnsimon, phh
2025-01-01 17:20:27 +00:00
Jaikiran Pai
24c5ff7ba5
8346871: Improve robustness of java/util/zip/EntryCount64k.java test
...
Reviewed-by: lancea
2024-12-30 00:53:15 +00:00
Jaikiran Pai
bd0fde71d9
8302293: jar --create fails with IllegalArgumentException if archive name is shorter than 3 characters
...
Reviewed-by: lancea
2024-12-29 08:37:25 +00:00
Qizheng Xing
79958470e0
8346831: Remove the extra closing parenthesis in CTW Makefile
...
Reviewed-by: liach, kbarrett, lmesnik, jwaters
2024-12-29 08:32:38 +00:00
GennadiyKrivoshein
b3e63631c7
8343224: print/Dialog/PaperSizeError.java fails with MediaSizeName is not A4: A4
...
Reviewed-by: azvegint, alexsch, psadhukhan, achung
2024-12-28 20:48:57 +00:00
Matthias Baesken
60e0730a3b
8346712: Remove com/sun/net/httpserver/TcpNoDelayNotRequired.java test
...
Reviewed-by: djelinski, lucy, jpai
2024-12-28 15:45:26 +00:00
Amit Kumar
807f6f7fb8
8346847: [s390x] minimal build failure
...
Reviewed-by: stuefe
2024-12-27 10:05:41 +00:00
SendaoYan
6c59185475
8345757: [ASAN] clang17 report 'dprintf' macro redefined
...
Reviewed-by: kbarrett, valeriep
2024-12-25 01:27:35 +00:00
Phil Race
4fc445d12b
8346829: Problem list com/sun/jdi/ReattachStressTest.java & ProcessAttachTest.java on Linux
...
Reviewed-by: lmesnik
2024-12-25 00:40:18 +00:00
Nizar Benalla
1a32654faf
8346295: Update --release 24 symbol information for JDK 24 build 29
...
Reviewed-by: liach
2024-12-24 18:23:14 +00:00
Swati Sharma
62a4544bb7
8205051: Poor Performance with UseNUMA when cpu and memory nodes are misaligned
...
Co-authored-by: Derek White <drwhite@openjdk.org>
Reviewed-by: sjohanss, tschatzl
2024-12-23 19:16:18 +00:00
Bradford Wetmore
68c6623d38
8345840: Add missing TLS handshake messages to SSLHandshake.java
...
Reviewed-by: jnimeh
2024-12-23 19:05:07 +00:00
Nizar Benalla
ed292318a9
8337111: Bad HTML checker for generated documentation
...
8337113: Bad character checker for generated documentation
8337116: Internal links checker for generated documentation
8337114: DocType checker for generated documentation
Reviewed-by: hannesw
2024-12-23 13:50:39 +00:00
David Holmes
cd15ebb963
8346477: Clarify the Java manpage in relation to the JVM's OnOutOfMemoryError flags
...
Co-authored-by: Thomas Stuefe <stuefe@openjdk.org>
Reviewed-by: jpai, stuefe
2024-12-23 11:56:24 +00:00