Simon Tooke
|
f04a642246
|
8346717: serviceability/dcmd/vm/SystemDumpMapTest.java failing on Windows with "Stack base not yet set for thread id"
Reviewed-by: lmesnik, dholmes
|
2025-01-12 21:39:43 +00:00 |
|
Serguei Spitsyn
|
761774a120
|
8346143: add ClearAllFramePops function to speedup debugger single stepping in some cases
Reviewed-by: cjplummer, amenkov
|
2025-01-10 23:49:03 +00:00 |
|
Roland Westrelin
|
9cf7d42b65
|
8346184: C2: assert(has_node(i)) failed during split thru phi
Reviewed-by: thartmann, chagedorn
|
2025-01-10 16:47:51 +00:00 |
|
Kevin Walls
|
12752b0031
|
8347346: Remove redundant ClassForName.java and test.policy from runtime/Dictionary
Reviewed-by: coleenp
|
2025-01-10 10:51:34 +00:00 |
|
Theo Weidmann
|
55c6904e8f
|
8331717: C2: Crash with SIGFPE Because Loop Predication Wrongly Hoists Division Requiring Zero Check
Reviewed-by: chagedorn, qamai, kvn
|
2025-01-10 08:59:31 +00:00 |
|
SendaoYan
|
f6492aa634
|
8347279: Problemlist TestEvilSyncBug.java#generational
Reviewed-by: tschatzl, wkemper
|
2025-01-10 01:38:18 +00:00 |
|
Fei Yang
|
a9351dfec9
|
8346787: Fix two C2 IR matching tests for RISC-V
Reviewed-by: fjiang, mli, dfenacci
|
2025-01-10 00:26:38 +00:00 |
|
Joakim Nordström
|
3024a7384f
|
8345782: Refining the cases that libjsig deprecation warning is issued
Reviewed-by: dholmes, kevinw
|
2025-01-09 12:41:52 +00:00 |
|
Serguei Spitsyn
|
2801bc6bf3
|
8346460: NotifyFramePop should return JVMTI_ERROR_DUPLICATE
Reviewed-by: cjplummer, amenkov
|
2025-01-09 12:02:25 +00:00 |
|
Aleksey Shipilev
|
dff5719e6f
|
8347126: gc/stress/TestStressG1Uncommit.java gets OOM-killed
Reviewed-by: tschatzl, gli
|
2025-01-09 09:49:14 +00:00 |
|
Ramkumar Sunderbabu
|
33f9be8de7
|
8347083: Incomplete logging in nsk/jvmti/ResourceExhausted/resexhausted00* tests
Reviewed-by: dholmes, sspitsyn, lmesnik
|
2025-01-09 07:50:42 +00:00 |
|
Chris Plummer
|
0a5ef827b0
|
8347162: Update problemlist CR for vmTestbase/nsk/jdi/VMOutOfMemoryException
Reviewed-by: kevinw, amenkov
|
2025-01-08 22:52:13 +00:00 |
|
Leonid Mesnik
|
88fa3b2fe9
|
8346998: Test nsk/jvmti/ResourceExhausted/resexhausted003 fails with java.lang.OutOfMemoryError when CDS is off
Reviewed-by: dholmes, sspitsyn
|
2025-01-08 20:14:59 +00:00 |
|
Coleen Phillimore
|
ddb5881964
|
8329549: Remove FORMAT64_MODIFIER
Reviewed-by: dholmes, kbarrett
|
2025-01-07 23:14:04 +00:00 |
|
Aleksey Shipilev
|
e413fc643c
|
8347127: CTW fails to build after JDK-8334733
Reviewed-by: kvn, epeter
|
2025-01-07 19:34:12 +00:00 |
|
SendaoYan
|
cf3e48e771
|
8346965: Multiple compiler/ciReplay test fails with -XX:+SegmentedCodeCache
Reviewed-by: kvn
|
2025-01-07 15:07:00 +00:00 |
|
Fei Yang
|
3f7052ed7a
|
8346868: RISC-V: compiler/sharedstubs tests fail after JDK-8332689
Reviewed-by: rehn, mli
|
2025-01-07 10:54:52 +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 |
|
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 |
|
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 |
|
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 |
|
Jan Kratochvil
|
43b7e9f547
|
8346713: [testsuite] NeverActAsServerClassMachine breaks TestPLABAdaptToMinTLABSize.java TestPinnedHumongousFragmentation.java TestPinnedObjectContents.java
Reviewed-by: stefank, tschatzl
|
2024-12-21 03:40:48 +00:00 |
|
Evgeny Nikitin
|
cf28fd4cbc
|
8322983: Virtual Threads: exclude 2 tests
Reviewed-by: jpai, lmesnik, syan
|
2024-12-20 08:24:18 +00:00 |
|
Emanuel Peter
|
35fafbc597
|
8346106: Verify.checkEQ: testing utility for recursive value verification
Reviewed-by: kvn, tweidmann
|
2024-12-20 06:52:22 +00:00 |
|
Brian Burkhalter
|
4d77dbad4e
|
8346576: Remove vmTestbase/gc/memory/Nio/Nio.java from test/hotspot/jtreg/ProblemList.txt
Reviewed-by: alanb, jpai, mli
|
2024-12-19 16:16:58 +00:00 |
|
Roland Westrelin
|
2649a97332
|
8332827: [REDO] C2: crash in compiled code because of dependency on removed range check CastIIs
Reviewed-by: epeter, chagedorn
|
2024-12-19 16:09:41 +00:00 |
|
Simon Tooke
|
b0c40aadd2
|
8340401: DcmdMBeanPermissionsTest.java and SystemDumpMapTest.java fail with assert(_stack_base != nullptr) failed: Sanity check
Reviewed-by: dholmes, stuefe, kevinw
|
2024-12-19 02:12:02 +00:00 |
|
SendaoYan
|
00d8407a8f
|
8346016: Problemlist vm/mlvm/indy/func/jvmti/mergeCP_indy2manyDiff_a in virtual thread mode
Reviewed-by: sspitsyn
|
2024-12-19 01:28:21 +00:00 |
|
Stefan Karlsson
|
73b5dbaec3
|
8345655: Move reservation code out of ReservedSpace
Reviewed-by: azafari, jsjolen
|
2024-12-18 10:19:13 +00:00 |
|
David Holmes
|
453310918b
|
8345911: Enhance error message when IncompatibleClassChangeError is thrown for sealed class loading failures
Reviewed-by: coleenp, alanb
|
2024-12-18 04:15:57 +00:00 |
|
David Holmes
|
ea50c54a14
|
8321818: vmTestbase/nsk/stress/strace/strace015.java failed with 'Cannot read the array length because "<local4>" is null'
Reviewed-by: lmesnik, mli
|
2024-12-18 01:47:44 +00:00 |
|
Chris Plummer
|
414eb6bb83
|
8338714: vmTestbase/nsk/jdb/kill/kill001/kill001.java fails with JTREG_TEST_THREAD_FACTORY=Virtual
Reviewed-by: sspitsyn, dholmes
|
2024-12-17 19:06:07 +00:00 |
|
Coleen Phillimore
|
fbd76ca8ed
|
8337016: serviceability/jvmti/RedefineClasses/RedefineLeakThrowable.java gets Metaspace OOM
Reviewed-by: dholmes, sspitsyn
|
2024-12-17 13:00:19 +00:00 |
|
theoweidmannoracle
|
5e25c48b8b
|
8346289: Confusing phrasing in IR Framework README / User-defined Regexes
Reviewed-by: thartmann, chagedorn
|
2024-12-17 10:01:27 +00:00 |
|
Calvin Cheung
|
f8974ba718
|
8345838: Remove the appcds/javaldr/AnonVmClassesDuringDump.java test
Reviewed-by: iklam, dholmes
|
2024-12-16 16:54:31 +00:00 |
|
Stefan Karlsson
|
45a329790b
|
8346248: serviceability/dcmd/vm/{SystemMapTest.java,SystemMapTest.java} failing on macos-aarch64
Reviewed-by: eosterlund
|
2024-12-16 13:43:55 +00:00 |
|
Robbin Ehn
|
92860186ec
|
8345322: RISC-V: Add concurrent gtests for cmpxchg variants
Reviewed-by: mli, fyang
|
2024-12-16 09:48:12 +00:00 |
|
Simon Tooke
|
3b9de117e8
|
8319875: Add macOS implementation for jcmd System.map
Reviewed-by: stuefe, szaldana
|
2024-12-14 06:13:26 +00:00 |
|
Kim Barrett
|
ebb27c2e8f
|
8346139: test_memset_with_concurrent_readers.cpp should not use <sstream>
Reviewed-by: stefank, tschatzl
|
2024-12-14 01:48:05 +00:00 |
|
Ioi Lam
|
c2f0ef5f48
|
8346159: Disable CDS AOTClassLinking tests for JVMCI due to JDK-8345635
Reviewed-by: dnsimon, dholmes
|
2024-12-14 00:16:08 +00:00 |
|
Thomas Stuefe
|
e9ad27fcdc
|
8339313: 32-bit build broken
Reviewed-by: coleenp, mbaesken, szaldana
|
2024-12-12 18:53:33 +00:00 |
|
Amit Kumar
|
77e493226d
|
8344026: Ubsan: prevent potential integer overflow in c1_LIRGenerator_<arch>.cpp file
Reviewed-by: aph, epeter, mdoerr
|
2024-12-12 09:51:56 +00:00 |
|
David Holmes
|
ceb4366ebf
|
8345955: Deprecate the UseOprofile flag with a view to removing the legacy oprofile support in the VM
Reviewed-by: iklam, shade
|
2024-12-12 07:53:38 +00:00 |
|
theoweidmannoracle
|
72c6daf1b1
|
8346007: Incorrect copyright header in UModLNodeIdealizationTests.java
Reviewed-by: thartmann
|
2024-12-11 15:21:28 +00:00 |
|
theoweidmannoracle
|
d381d581bf
|
8332268: C2: Add missing optimizations for UDivI/L and UModI/L and unify the shared logic with the signed nodes
Reviewed-by: chagedorn, thartmann, epeter, qamai
|
2024-12-11 14:30:59 +00:00 |
|
Alex Menkov
|
2ddaa46054
|
8305010: Test vmTestbase/nsk/jvmti/scenarios/sampling/SP05/sp05t003/TestDescription.java timed out: thread not suspended
Reviewed-by: cjplummer, lmesnik, sspitsyn
|
2024-12-11 01:37:31 +00:00 |
|
Jasmine Karthikeyan
|
29d648c642
|
8341781: Improve Min/Max node identities
Reviewed-by: chagedorn
|
2024-12-10 22:32:19 +00:00 |
|
Leonid Mesnik
|
1def2d82ac
|
8345700: tier{1,2,3}_compiler don't cover all compiler tests
Reviewed-by: dholmes, shade
|
2024-12-10 17:40:06 +00:00 |
|
Leonid Mesnik
|
d6b5264c3f
|
8345746: Remove :resourcehogs/compiler from :hotspot_slow_compiler
Reviewed-by: kvn
|
2024-12-10 15:53:51 +00:00 |
|