7773 Commits

Author SHA1 Message Date
Saint Wesonga
fad2e08f6c 8383541: Safefetch should return the error value when accessing pages protected with PAGE_GUARD on windows-aarch64
Reviewed-by: dholmes, macarte
2026-05-05 07:48:33 +00:00
Anton Artemov
87525afe1f 8380105: Test vmTestbase/nsk/jdi/ThreadReference/ownedMonitorsAndFrames/ownedMonitorsAndFrames003/ownedMonitorsAndFrames003.java failed
Co-authored-by: Patricio Chilano Mateo <pchilanomate@openjdk.org>
Reviewed-by: pchilanomate, fbredberg, cjplummer
2026-05-05 07:32:51 +00:00
Xiaolong Peng
14bdfeb08c 8383772: runtime/reflect/ReflectOutOfMemoryError.java can fail intermittently on Shenandoah with small heaps
Reviewed-by: kdnilsen, wkemper
2026-05-04 16:57:38 +00:00
Quan Anh Mai
41a5c032f5 8382700: C2: Delay inlining instead of giving up when hit NodeCountInliningCutoff
Co-authored-by: Vladimir Ivanov <vlivanov@openjdk.org>
Co-authored-by: Maurizio Cimadamore <mcimadamore@openjdk.org>
Co-authored-by: Ioannis Tsakpinis <iotsakp@gmail.com>
Reviewed-by: kvn, vlivanov
2026-04-30 18:17:38 +00:00
Chris Plummer
bf72998e7a 8382537: Invalid JDWP command set number or command number can result in crash
Reviewed-by: sspitsyn, kevinw
2026-04-30 17:10:58 +00:00
Szabolcs Stremler
9cc01a9e0a 8380447: Fix linter warnings in compiler testlibrary
Reviewed-by: mhaessig, chagedorn
2026-04-30 10:26:20 +00:00
Casper Norrbin
e6582b2e80 8377991: TestLimitsUpdating.java fails with runtime exception even after JDK-8370492 is fixed
Reviewed-by: phubner, sgehwolf
2026-04-30 09:31:41 +00:00
Ashay Rane
c8bb46be72 8381650: Vector rotate operations on AArch64 with NEON
Reviewed-by: aph, haosun
2026-04-30 08:58:12 +00:00
Roland Westrelin
ca405d0eb2 8376400: C2: folding ifs may cause incorrect execution when trap is taken
Reviewed-by: chagedorn, aseoane
2026-04-30 07:44:14 +00:00
Saranya Natarajan
a09083ba96 8350971: C2: assert(idx == alias_idx) failed: Following Phi nodes should be on the same memory slice
Reviewed-by: qamai, kvn, aseoane
2026-04-29 08:54:08 +00:00
Roland Westrelin
d037d62968 8380060: C2: Wrong execution with COH and arraycopy
Co-authored-by: Christian Hagedorn <chagedorn@openjdk.org>
Co-authored-by: Roman Kennke <rkennke@openjdk.org>
Reviewed-by: shade, vlivanov, rkennke
2026-04-29 06:42:58 +00:00
Anton Artemov
d96d196cce 8382088: ObjectMonitor::wait() lacks suspension handling for TS_RUN path
Reviewed-by: pchilanomate, fbredberg, dholmes
2026-04-28 13:55:39 +00:00
Jaikiran Pai
0566c79eb2 8373481: Remove the deprecated -noclassgc, -noverify, -Xverify:none and -verifyremote options from the java launcher
Reviewed-by: lancea, dholmes, alanb
2026-04-28 11:06:35 +00:00
Hao Sun
b3f658d954 8380753: C2: RegMask::find_first_set() incorrectly returns partially contained sets for scalable vector registers
Co-authored-by: Daniel Lundén <dlunden@openjdk.org>
Reviewed-by: aseoane, kvn, fyang
2026-04-28 10:34:51 +00:00
Emanuel Peter
1476d4f3a6 8375631: VectorAPI part number: reformulate documentation and improve exception message
Co-authored-by: John R Rose <jrose@openjdk.org>
Reviewed-by: psandoz, sherman, jrose
2026-04-28 06:06:05 +00:00
Oli Gillespie
0b9548b67a 8382933: Improve Shenandoah clone barrier tests
Co-authored-by: Aleksey Shipilev <shade@openjdk.org>
Reviewed-by: shade, xpeng
2026-04-27 15:06:35 +00:00
Paul Hübner
38a6f6b150 8382940: Clean up the AlwaysAtomicAccesses flag
Reviewed-by: dholmes, thartmann, aseoane
2026-04-27 14:24:36 +00:00
Christian Hagedorn
455707c3dc 8378257: [IR Framework] Add identity for socket connection and prepare for parsing C2 dumps
Reviewed-by: dfenacci, thartmann, mhaessig
2026-04-27 12:47:06 +00:00
Casper Norrbin
95791f3b5f 8380129: Remove AccessFlags::print_on in favor of context-specific printing
Reviewed-by: liach, dholmes, coleenp
2026-04-27 10:35:39 +00:00
Thomas Schatzl
0ba115c49f 8382635: G1: TAMSes overwritten by G1ConcurrentMark::fully_initialize() cause verification errors
Reviewed-by: iwalulya, ayang
2026-04-27 09:01:42 +00:00
SendaoYan
18ac17236f 8374322: TestMemoryWithSubgroups.java fails Permission denied
Reviewed-by: dholmes, azafari
2026-04-27 02:36:58 +00:00
SendaoYan
0b1c586afa 8382890: JcmdOnTrainingProcess.java fails Native memory tracking is not enabled
Reviewed-by: iklam, dholmes
2026-04-27 02:26:43 +00:00
Hao Sun
52ca2981a6 8381452: TestMultiplyReductionByte.java: Update the IR test on AArch64 for vector length above 128 bits
Reviewed-by: erfang, epeter, aph
2026-04-26 22:46:38 +00:00
Patrick Fontanilla
eb9a8ab5c5 8376626: Shenandoah: Remove command line options for setting min and max region sizes
Reviewed-by: wkemper, shade
2026-04-25 16:01:58 +00:00
Ashutosh Mehra
5596e81110 8381975: CPU feature verification in AOTCodeCache should check for exact match
Co-authored-by: Vladimir Kozlov <kvn@openjdk.org>
Reviewed-by: kvn, iklam, adinn
2026-04-24 13:24:56 +00:00
SendaoYan
9813fd4d62 8382934: LateInlineQueueDrainTest.java fails without diagnostic option
Reviewed-by: shade, fyang
2026-04-24 09:03:03 +00:00
SendaoYan
4963170304 8345631: TestRegionSamplingLogging.java#generational-rotation intermittent fails
Reviewed-by: wkemper, ruili
2026-04-24 02:07:41 +00:00
William Kemper
0091060d34 8345501: GenShen: Test TestEvilSyncBug.java#generational intermittent timed out
Reviewed-by: xpeng, ruili, ysr, kdnilsen
2026-04-23 21:46:27 +00:00
Ashutosh Mehra
bfb4c5801e 8381988: Fix inconsistency in clearing cpu feature bits
Reviewed-by: sviswanathan, kvn
2026-04-23 21:38:13 +00:00
Aleksey Shipilev
e1d889ee53 8382815: C2: Reference intrinsics are broken by shadow "referent" field
Reviewed-by: kvn, vlivanov, qamai
2026-04-23 17:59:03 +00:00
Xiaolong Peng
695bcff2e8 8382637: GenShen: ubsan error, divide by zero during TestThreadFailure
Reviewed-by: ysr, shade, kdnilsen, wkemper
2026-04-23 14:46:23 +00:00
Chen Liang
cb8860a750 8379337: Deprecate Modifier.toString
Reviewed-by: alanb
2026-04-23 14:40:18 +00:00
Damon Fenacci
2fe7ae94bc 8381362: C2: assert(_late_inlines.length() == 0 || IncrementalInlineMH || IncrementalInlineVirtual) failed: not empty
Reviewed-by: qamai, vlivanov
2026-04-23 06:17:50 +00:00
Dingli Zhang
7e1ed28cd5 8382606: Enable VectorMinMaxTransforms.java IR tests for RISC-V
Reviewed-by: fyang, gcao
2026-04-23 02:04:23 +00:00
Ioi Lam
f20994b7a7 8378894: AOT training run crashes with jcmd VM.native_memory
Reviewed-by: kvn, asmehra
2026-04-22 21:39:01 +00:00
Daniel D. Daugherty
03996ff5e0 8382843: Update ProblemList comments for preview features
Reviewed-by: ayang, liach
2026-04-22 19:20:46 +00:00
Joel Sikström
7e26bc6d4c 8381829: Obsolete AggressiveHeap
Reviewed-by: dholmes, ayang
2026-04-22 13:15:26 +00:00
Paul Hübner
21b9a50239 8370102: Print method signatures in edge cases when using TraceBytecodes
Reviewed-by: coleenp, dholmes
2026-04-22 12:21:14 +00:00
William Kemper
23110787e6 8382681: GenShen: ProblemList TestThreadFailure
Reviewed-by: ruili, kdnilsen, ysr, xpeng
2026-04-21 23:55:31 +00:00
Andrew Haley
dac06a329a 8359166: C2 asserts in Assembler::addr_nop_5 with -XX:-UseAddressNop
Reviewed-by: aseoane, qamai
2026-04-21 15:22:16 +00:00
María Arias de Reyna Domínguez
aa314b8c6b 8382617: Test runtime/cds/appcds/aotCache/AOTCacheConsistency.java fails with "can't find HelloWorld in test directory or libraries"
Reviewed-by: phubner, dholmes
2026-04-21 13:49:43 +00:00
Roland Westrelin
217ca62a08 8376587: Fatal "dead path discovered by TypeNode during igvn" after C2 compilation
Reviewed-by: qamai, bmaillard
2026-04-21 11:34:30 +00:00
Evgeny Astigeevich
8353f2e7fc 8307537: Print blobs/nmethods/adapters stats per code heap in CodeCache::print_summary
Reviewed-by: kvn, dfenacci
2026-04-21 10:05:16 +00:00
Casper Norrbin
a37fd2b7c7 8367330: Loosen container detection to include soft limits
Reviewed-by: sgehwolf, jsikstro
2026-04-21 08:31:28 +00:00
María Arias de Reyna Domínguez
3dcd3653c8 8382166: [AOT Cache] CRC was not checked on Code Region
Reviewed-by: kvn, asmehra, iklam, adinn
2026-04-21 07:23:01 +00:00
Goetz Lindenmaier
e7ee8cd39d 8382419: Add missed @key randomness after JDK-8370489
Reviewed-by: syan, epeter, shade, chagedorn
2026-04-21 05:42:20 +00:00
William Kemper
35a499e3d9 8335355: Shenandoah: Fix race condition in gc/shenandoah/mxbeans/TestPauseNotifications.java
Reviewed-by: kdnilsen, xpeng
2026-04-20 21:36:31 +00:00
Xiaolong Peng
1536c8233f 8379531: Shenandoah: Allow safepoint preemption during allocation of very large arrays
Reviewed-by: wkemper, kdnilsen
2026-04-20 18:28:25 +00:00
Ashay Rane
78e962592f 8381617: vm_version_windows_aarch64.cpp: PF_ARM_SVE_INSTRUCTIONS_AVAILABLE undeclared identifier
Reviewed-by: kvn, macarte
2026-04-20 16:29:13 +00:00
Vladimir Kozlov
ae5b765e38 8382430: Extend output format of -XX:+PrintCompilation2 diagnostic flag
Reviewed-by: vlivanov, aseoane
2026-04-20 15:51:49 +00:00