Vladimir Ivanov
|
f2e56e4c18
|
8372634: C2: Materialize type information from instanceof checks
Reviewed-by: dlong, qamai, roland
|
2025-12-12 21:12:09 +00:00 |
|
Stefan Karlsson
|
d854a04231
|
8373411: Crash when PrintSharedArchiveAndExit is enabled but shared heap is disabled
Reviewed-by: shade, iklam
|
2025-12-12 14:02:50 +00:00 |
|
Kelvin Nilsen
|
410014377c
|
8373225: GenShen: More adaptive old-generation growth heuristics
Reviewed-by: wkemper, ysr
|
2025-12-12 14:02:35 +00:00 |
|
Benoît Maillard
|
a05d5d2514
|
8373579: Problem list compiler/runtime/Test7196199.java
Reviewed-by: chagedorn, epeter
|
2025-12-12 13:45:28 +00:00 |
|
Hamlin Li
|
dc6255261f
|
8371920: [TEST] Enable CMove tests on other platforms
Reviewed-by: fyang, epeter
|
2025-12-12 09:59:33 +00:00 |
|
Serguei Spitsyn
|
c46bed7292
|
8371502: serviceability/jvmti/vthread/ThreadListStackTracesTest/ThreadListStackTracesTest.java failing
Reviewed-by: lmesnik, amenkov
|
2025-12-12 04:03:33 +00:00 |
|
Roman Marchenko
|
6a6ff876c5
|
8372860: TestCodeCacheUnloadDuringConcCycle fails on ARM32
Reviewed-by: tschatzl, shade
|
2025-12-11 08:48:26 +00:00 |
|
Saranya Natarajan
|
4b774cb46d
|
8370489: Some compiler tests miss the @key randomness
Reviewed-by: dfenacci, epeter, chagedorn
|
2025-12-11 08:43:31 +00:00 |
|
Kevin Walls
|
920a99faeb
|
8370731: Tests in vmTestbase/nsk/monitoring/GarbageCollectorMXBean/CollectionCounters/ failed: OutOfMemoryError
Reviewed-by: sspitsyn
|
2025-12-11 07:44:10 +00:00 |
|
Mat Carter
|
413f852bdb
|
8369736: Add management interface for AOT cache creation
Reviewed-by: mr, iklam, kevinw
|
2025-12-10 18:49:30 +00:00 |
|
Anton Seoane Ampudia
|
b60ac710be
|
8364490: Fatal error on large SpecTrapLimitExtraEntries value
Reviewed-by: chagedorn, roland
|
2025-12-10 08:53:30 +00:00 |
|
Roland Westrelin
|
00068a8030
|
8354282: C2: more crashes in compiled code because of dependency on removed range check CastIIs
Reviewed-by: chagedorn, qamai, galder, epeter
|
2025-12-10 08:45:20 +00:00 |
|
Ioi Lam
|
d36a234c12
|
8368701: CDS VerifierTest_1A.java failed on machines with 512 GB RAM
Reviewed-by: dholmes, lmesnik
|
2025-12-10 02:26:04 +00:00 |
|
Xiaohong Gong
|
b6732d6048
|
8371603: C2: Missing Ideal optimizations for load and store vectors on SVE
Co-authored-by: Emanuel Peter <epeter@openjdk.org>
Reviewed-by: epeter, erfang, haosun
|
2025-12-10 02:09:49 +00:00 |
|
Ioi Lam
|
8c8d21db6f
|
8373295: Wrong log tag for UseCompressedOops ergo setting
Reviewed-by: dholmes, ysuenaga
|
2025-12-09 16:10:13 +00:00 |
|
Emanuel Peter
|
a4eb57c5ec
|
8367028: compiler/c2/irTests/TestFloat16ScalarOperations.java failing intermittently because of constant folding
Reviewed-by: chagedorn, syan, rcastanedalo
|
2025-12-09 12:45:36 +00:00 |
|
Axel Boldt-Christmas
|
0a557890a5
|
8373025: test/hotspot/jtreg/gc/cslocker/TestCSLocker.java may deadlock
Reviewed-by: ayang, tschatzl, stefank
|
2025-12-09 10:04:25 +00:00 |
|
Joel Sikström
|
786833cd1b
|
8373022: serviceability/sa/ClhsdbScanOops.java assumes no GC should occur
Reviewed-by: cjplummer, stefank, ayang, tschatzl
|
2025-12-09 09:44:18 +00:00 |
|
Ramkumar Sunderbabu
|
24244e4121
|
8319161: GC: Make TestParallelGCThreads use createTestJavaProcessBuilder
Reviewed-by: stefank, iwalulya
|
2025-12-09 09:17:38 +00:00 |
|
Ramkumar Sunderbabu
|
3a8a6e07f2
|
8319326: GC: Make TestParallelRefProc use createTestJavaProcessBuilder
Reviewed-by: stefank, iwalulya
|
2025-12-09 09:15:04 +00:00 |
|
David Holmes
|
020e3f9591
|
8373293: Change the exception handling in TestNestHostErrorWithMultiThread.java
Reviewed-by: jpai, iklam
|
2025-12-09 05:15:47 +00:00 |
|
Xiaolong Peng
|
3ea82b9ff9
|
8373272: Genshen: ShenandoahOldGenerationTest fails after JDK-8373056
Reviewed-by: wkemper
|
2025-12-09 01:16:48 +00:00 |
|
Anton Artemov
|
355755d35d
|
8366671: Refactor Thread::SpinAcquire and Thread::SpinRelease
Co-authored-by: Axel Boldt-Christmas <aboldtch@openjdk.org>
Reviewed-by: coleenp, kbarrett, dholmes, aboldtch
|
2025-12-08 16:07:01 +00:00 |
|
Hamlin Li
|
6700baa505
|
8357551: RISC-V: support CMoveF/D vectorization
Reviewed-by: fyang, luhenry
|
2025-12-08 13:38:22 +00:00 |
|
Qizheng Xing
|
b83bf0717e
|
8360192: C2: Make the type of count leading/trailing zero nodes more precise
Reviewed-by: qamai, epeter, jbhateja
|
2025-12-08 13:16:39 +00:00 |
|
Leonid Mesnik
|
b0f59f6021
|
8373127: Update nsk/monitoring tests to support virtual thread factory testing
Reviewed-by: kevinw, amenkov
|
2025-12-06 00:02:51 +00:00 |
|
Leonid Mesnik
|
2596608ba1
|
8370846: Support execution of mlvm testing with test thread factory
Reviewed-by: cjplummer
|
2025-12-05 21:20:20 +00:00 |
|
Albert Mingkun Yang
|
4d696d0d0e
|
8373086: Make isexceeded001.java more robust
Reviewed-by: jsikstro, tschatzl
|
2025-12-05 15:46:07 +00:00 |
|
Roland Westrelin
|
2735140147
|
8370939: C2: SIGSEGV in SafePointNode::verify_input when processing MH call from Compile::process_late_inline_calls_no_inline()
Reviewed-by: thartmann, vlivanov
|
2025-12-04 15:25:37 +00:00 |
|
Christoph Langer
|
33dda887d9
|
8351842: Windows specific issues in combination of JEP 493 and --with-external-symbols-in-bundles=public
Reviewed-by: erikj, mbaesken
|
2025-12-04 15:03:33 +00:00 |
|
Patricio Chilano Mateo
|
6f03c7808d
|
8360702: runtime/Thread/AsyncExceptionTest.java timed out
Reviewed-by: dholmes, fbredberg
|
2025-12-04 15:00:09 +00:00 |
|
Jatin Bhateja
|
91c5bd550a
|
8337791: VectorAPI jtreg ABSMaskedByteMaxVectorTests crashes with UseAVX=0 -XX:MaxVectorSize=8
Reviewed-by: epeter, sviswanathan, dlunden
|
2025-12-04 10:17:34 +00:00 |
|
Joel Sikström
|
14000a25e6
|
8373080: Parallel: gc/arguments/TestMinInitialErgonomics.java should not be run with Large Pages
Reviewed-by: ayang, aboldtch
|
2025-12-04 09:37:56 +00:00 |
|
Frederic Thevenet
|
771253e285
|
8372802: PrintFlagsFinal should also print locked flags
Reviewed-by: dholmes, stuefe, lmesnik
|
2025-12-04 08:23:33 +00:00 |
|
Serguei Spitsyn
|
1294d55b19
|
8372769: Test runtime/handshake/HandshakeDirectTest.java failed - JVMTI ERROR 13
Reviewed-by: lmesnik, pchilanomate, cjplummer, amenkov
|
2025-12-03 22:42:47 +00:00 |
|
Evgeny Nikitin
|
9b386014a0
|
8373049: Update JCStress test suite
Reviewed-by: epavlova, lmesnik
|
2025-12-03 21:58:17 +00:00 |
|
Joel Sikström
|
8d80778e05
|
8373023: [REDO] Remove the default value of InitialRAMPercentage
Reviewed-by: stefank, sjohanss, aboldtch
|
2025-12-03 18:02:06 +00:00 |
|
Volodymyr Paprotski
|
829b85813a
|
8372703: Test compiler/arguments/TestCodeEntryAlignment.java failed: assert(allocates2(pc)) failed: not in CodeBuffer memory
Reviewed-by: mhaessig, dfenacci, thartmann
|
2025-12-03 14:53:35 +00:00 |
|
Joel Sikström
|
c0636734bd
|
8372993: Serial: max_eden_size is too small after JDK-8368740
Reviewed-by: ayang, aboldtch, stefank
|
2025-12-03 14:34:05 +00:00 |
|
Thomas Schatzl
|
135661b438
|
8372179: Remove Unused ConcurrentHashTable::MultiGetHandle
Reviewed-by: dholmes, iwalulya
|
2025-12-03 13:36:55 +00:00 |
|
Galder Zamarreño
|
a655ea4845
|
8371792: Refactor barrier loop tests out of TestIfMinMax
Reviewed-by: chagedorn, epeter, bmaillard
|
2025-12-03 12:31:26 +00:00 |
|
Richard Reingruber
|
804ce0a239
|
8370473: C2: Better Aligment of Vector Spill Slots
Reviewed-by: goetz, mdoerr
|
2025-12-03 10:29:09 +00:00 |
|
Casper Norrbin
|
f1a4d1bfde
|
8372615: Many container tests fail when running rootless on cgroup v1
Reviewed-by: sgehwolf, dholmes
|
2025-12-03 10:06:01 +00:00 |
|
Ramkumar Sunderbabu
|
a25e6f6462
|
8319158: Parallel: Make TestObjectTenuringFlags use createTestJavaProcessBuilder
Reviewed-by: stefank, aboldtch
|
2025-12-03 09:22:13 +00:00 |
|
Dean Long
|
a1e8694109
|
8371306: JDK-8367002 behavior might not match existing HotSpot behavior.
Reviewed-by: thartmann, dholmes
|
2025-12-03 09:01:40 +00:00 |
|
Leonid Mesnik
|
f5e4cd7f0d
|
8372039: post_sampled_object_alloc is called while lock is handled
Reviewed-by: sspitsyn, eosterlund, amenkov
|
2025-12-02 23:48:58 +00:00 |
|
Dean Long
|
5627ff2d91
|
8370766: JVM crashes when running compiler/exceptions/TestAccessErrorInCatch.java fails with -XX:+VerifyStack
Co-authored-by: Manuel Hässig <mhaessig@openjdk.org>
Reviewed-by: mhaessig, chagedorn
|
2025-12-02 18:18:56 +00:00 |
|
Leonid Mesnik
|
153c567a4d
|
8370905: Update vm.defmeth tests to use virtual threads
Reviewed-by: vlivanov, coleenp, pchilanomate
|
2025-12-02 18:06:43 +00:00 |
|
Amit Kumar
|
8d5a37b060
|
8371188: [s390x] Un-ProblemList TestUnreachableInnerLoop.java
Reviewed-by: aph, phubner
|
2025-12-02 16:09:10 +00:00 |
|
Quan Anh Mai
|
ca4ae8063e
|
8371964: C2 compilation asserts with "Unexpected load/store size"
Reviewed-by: chagedorn, epeter
|
2025-12-02 15:44:19 +00:00 |
|