Afshin Zafari
e912977a66
8353444: NMT: rename 'category' to 'MemTag' in malloc tracker
...
Reviewed-by: jsjolen
2025-08-20 13:40:13 +00:00
Anton Artemov
4ffd2a8aa4
8364819: Post-integration cleanups for JDK-8359820
...
Reviewed-by: dholmes, ayang, shade
2025-08-20 07:28:36 +00:00
Manuel Hässig
626bea80ab
8356176: C2 MemorySegment: missing RCE with byteSize() in Loop Exit Check inside the for Expression
...
Co-authored-by: Quan Anh Mai <qamai@openjdk.org>
Co-authored-by: Emanuel Peter <epeter@openjdk.org>
Co-authored-by: Christian Hagedorn <chagedorn@openjdk.org>
Co-authored-by: Tobias Hartmann <thartmann@openjdk.org>
Reviewed-by: epeter, qamai
2025-08-19 06:37:52 +00:00
Volkan Yazici
655dc516c2
8361842: Move input validation checks to Java for java.lang.StringCoding intrinsics
...
Reviewed-by: rriggs, liach, dfenacci, thartmann, redestad, jrose
2025-08-19 05:06:50 +00:00
Saranya Natarajan
2b756ab1e8
8358781: C2 fails with assert "bad profile data type" when TypeProfileCasts is disabled
...
Reviewed-by: mhaessig, kvn, dfenacci
2025-08-18 08:16:32 +00:00
Kim Barrett
bd65d483df
8365245: Move size reducing operations to GrowableArrayWithAllocator
...
Reviewed-by: jsjolen, stefank
2025-08-17 12:56:42 +00:00
Leonid Mesnik
a70521c62e
8364973: Add JVMTI stress testing mode
...
Reviewed-by: erikj, ihse, sspitsyn
2025-08-15 22:45:01 +00:00
William Kemper
6e760b9b74
8365622: Shenandoah: Fix Shenandoah simple bit map test
...
Reviewed-by: ysr
2025-08-15 20:00:01 +00:00
Francesco Andreuzzi
dbae90c950
8364723: Sort share/interpreter includes
...
Reviewed-by: shade, ayang
2025-08-15 10:45:00 +00:00
Igor Veresov
26ccb3cef1
8362530: VM crash with -XX:+PrintTieredEvents when collecting AOT profiling
...
Reviewed-by: chagedorn, kvn
2025-08-14 16:59:05 +00:00
Matthias Baesken
98f54d90ea
8365487: [asan] some oops (mode) related tests fail
...
Reviewed-by: kbarrett, syan
2025-08-14 11:11:47 +00:00
Johan Sjölen
4680dc9831
8365264: Rename ResourceHashtable to HashTable
...
Reviewed-by: iklam, ayang
2025-08-13 18:41:57 +00:00
Guanqiang Han
f3b34d32d6
8359235: C1 compilation fails with "assert(is_single_stack() && !is_virtual()) failed: type check"
...
Reviewed-by: thartmann, dlong
2025-08-13 10:52:54 +00:00
Dingli Zhang
636c61a386
8365302: RISC-V: compiler/loopopts/superword/TestAlignVector.java fails when vlen=128
...
Reviewed-by: fyang, fjiang
2025-08-13 01:24:39 +00:00
Ioi Lam
ad0fd13f20
8364454: ProblemList runtime/cds/DeterministicDump.java on macos for JDK-8363986
...
Reviewed-by: ccheung
2025-08-12 16:20:00 +00:00
Afshin Zafari
db12f1934a
8364280: NMTCommittedVirtualMemoryTracker.test_committed_virtualmemory_region_vm fails with assertion "negative distance"
...
Reviewed-by: gziemski, jsjolen
2025-08-12 08:03:18 +00:00
Matthias Baesken
d78fa5a9f6
8365240: [asan] exclude some tests when using asan enabled binaries
...
Reviewed-by: lmesnik, sspitsyn
2025-08-12 07:16:57 +00:00
Dingli Zhang
6927fc3904
8365200: RISC-V: compiler/loopopts/superword/TestGeneralizedReductions.java fails with Zvbb and vlen=128
...
Reviewed-by: fyang, fjiang
2025-08-12 01:25:35 +00:00
Casper Norrbin
0ad919c1e5
8352067: Remove the NMT treap and replace its uses with the utilities red-black tree
...
Reviewed-by: jsjolen, ayang
2025-08-11 12:22:52 +00:00
Benoît Maillard
a60e523f88
8349191: Test compiler/ciReplay/TestIncrementalInlining.java failed
...
Reviewed-by: mhaessig, dfenacci, chagedorn
2025-08-11 11:15:34 +00:00
Afshin Zafari
1b3e23110b
8360048: NMT crash in gtest/NMTGtests.java: fatal error: NMT corruption: Block at 0x0000017748307120: header canary broken
...
Reviewed-by: jsjolen, gziemski
2025-08-08 09:06:43 +00:00
John Jiang
4c9eaddaef
8364597: Replace THL A29 Limited with Tencent
...
Reviewed-by: jiefu
2025-08-08 02:27:30 +00:00
Thomas Schatzl
c56fb0b6ef
8364503: gc/g1/TestCodeCacheUnloadDuringConcCycle.java fails because of race printing to stdout
...
Reviewed-by: ayang, dholmes
2025-08-07 08:40:42 +00:00
Anton Artemov
6656e767db
8359820: Improve handshake/safepoint timeout diagnostic messages
...
Reviewed-by: dholmes, stuefe
2025-08-06 04:45:35 +00:00
Francesco Andreuzzi
df736eb582
8364618: Sort share/code includes
...
Reviewed-by: shade, mhaessig
2025-08-05 10:23:54 +00:00
Saranya Natarajan
d25b9befe0
8325482: Test that distinct seeds produce distinct traces for compiler stress flags
...
Reviewed-by: chagedorn, dfenacci
2025-08-05 08:39:47 +00:00
Matthias Baesken
67ba8b45dd
8364514: [asan] runtime/jni/checked/TestCharArrayReleasing.java heap-buffer-overflow
...
Reviewed-by: dholmes
2025-08-05 08:02:54 +00:00
Galder Zamarreño
567c0c9335
8354244: Use random data in MinMaxRed_Long data arrays
...
Reviewed-by: chagedorn, mhaessig
2025-08-04 13:51:14 +00:00
Jasmine Karthikeyan
500462fb69
8364580: Test compiler/vectorization/TestSubwordTruncation.java fails on platforms without RoundF/RoundD
...
Reviewed-by: chagedorn, shade
2025-08-04 12:11:10 +00:00
Francesco Andreuzzi
3387b3195c
8364519: Sort share/classfile includes
...
Reviewed-by: shade, ayang
2025-08-04 08:20:22 +00:00
David Holmes
158e59ab91
8364106: Include java.runtime.version in thread dump output
...
Reviewed-by: alanb, coffeys
2025-08-03 22:28:12 +00:00
Thomas Stuefe
819de07117
8363998: Implement Compressed Class Pointers for 32-bit
...
Reviewed-by: rkennke, coleenp
2025-08-03 06:43:31 +00:00
erfang
f40381e41d
8356760: VectorAPI: Optimize VectorMask.fromLong for all-true/all-false cases
...
Reviewed-by: xgong, jbhateja
2025-08-02 07:54:42 +00:00
Serguei Spitsyn
e801e51311
8306324: StopThread results in thread being marked as interrupted, leading to unexpected InterruptedException
...
Reviewed-by: pchilanomate, alanb
2025-08-02 04:21:42 +00:00
Coleen Phillimore
ee3665bca0
8364187: Make getClassAccessFlagsRaw non-native
...
Reviewed-by: thartmann, rriggs, liach
2025-08-01 15:21:45 +00:00
Bhavana Kilambi
2ba8a06f0c
8348868: AArch64: Add backend support for SelectFromTwoVector
...
Co-authored-by: Jatin Bhateja <jbhateja@openjdk.org>
Reviewed-by: haosun, aph, sviswanathan, xgong
2025-08-01 13:11:21 +00:00
Joel Sikström
e82d7f5810
8364351: ZGC: Replace usages of ZPageAgeRange() with ZPageAgeRangeAll
...
Reviewed-by: stefank, aboldtch
2025-08-01 07:11:11 +00:00
Francesco Andreuzzi
c9b8bd6ff4
8364359: Sort share/cds includes
...
Reviewed-by: shade, iklam
2025-08-01 06:27:02 +00:00
Anton Artemov
c4fbfa2103
8363949: Incorrect jtreg header in MonitorWithDeadObjectTest.java
...
Reviewed-by: stefank, coleenp, ayang
2025-07-31 15:39:38 +00:00
Axel Boldt-Christmas
3f21c8bd1f
8361897: gc/z/TestUncommit.java fails with Uncommitted too slow
...
Reviewed-by: stefank, jsikstro
2025-07-31 13:08:29 +00:00
Manuel Hässig
ddb64836e5
8364409: [BACKOUT] Consolidate Identity of self-inverse operations
...
Reviewed-by: thartmann, bmaillard, hgreule
2025-07-31 12:12:15 +00:00
SendaoYan
559795b0eb
8362501: Update test/hotspot/jtreg/applications/jcstress/README
...
Reviewed-by: shade, lmesnik
2025-07-31 01:38:25 +00:00
Francesco Andreuzzi
a2e86ff3c5
8364037: Sort share includes: adlc, libadt, metaprogramming
...
Reviewed-by: ayang, chagedorn
2025-07-30 13:43:47 +00:00
Francesco Andreuzzi
c851735631
8364115: Sort share/services includes
...
Reviewed-by: sspitsyn, ayang, shade
2025-07-30 10:28:38 +00:00
Thomas Schatzl
7af3cd9558
8156755: [TESTBUG] Fix gc/g1/humongousObjects/objectGraphTest/TestObjectGraphAfterGC.java
...
Reviewed-by: ayang
2025-07-30 08:11:46 +00:00
Calvin Cheung
ea754316fd
8363928: Specifying AOTCacheOutput with a blank path causes the JVM to crash
...
Reviewed-by: kvn, iklam
2025-07-29 17:41:30 +00:00
Thomas Stuefe
0226c0298f
8364004: Expose VMError::controlledCrash via Whitebox
...
Reviewed-by: kbarrett, mbaesken, dholmes
2025-07-29 12:35:17 +00:00
Johan Sjölen
2202156acc
8364198: NMT should have a better corruption message
...
Reviewed-by: kvn, stuefe
2025-07-29 08:37:35 +00:00
Benoît Maillard
28297411b1
8359603: Missed optimization in PhaseIterGVN for redundant ConvX2Y->ConvY2X->ConvX2Y sequences due to missing notification in PhaseIterGVN::add_users_of_use_to_worklist
...
Reviewed-by: chagedorn, thartmann
2025-07-29 07:32:52 +00:00
Jasmine Karthikeyan
ea0b49c36d
8362979: C2 fails with unexpected node in SuperWord truncation: CmpLTMask, RoundF
...
Reviewed-by: chagedorn, thartmann
2025-07-28 17:14:02 +00:00