Thomas Schatzl
|
f292d7c66c
|
8048180: G1: Eager reclaim of humongous objects with references
Co-authored-by: Ivan Walulya <iwalulya@openjdk.org>
Reviewed-by: iwalulya, ayang
|
2025-10-13 14:51:08 +00:00 |
|
Emanuel Peter
|
0496806102
|
8359412: Template-Framework Library: Operations and Expressions
Reviewed-by: chagedorn, mhaessig, galder
|
2025-10-13 13:59:48 +00:00 |
|
Matthias Baesken
|
98e1d2fab1
|
8369563: Gtest dll_address_to_function_and_library_name has issues with stripped pdb files
Reviewed-by: clanger, lucy
|
2025-10-13 10:13:00 +00:00 |
|
SendaoYan
|
2dfe4586f7
|
8369490: Remove unused Runinfo parameters in compiler/c2/gvn/TestBitCompressValueTransform.java
Reviewed-by: chagedorn, mhaessig
|
2025-10-11 05:58:14 +00:00 |
|
Kangcheng Xu
|
f6d77cb332
|
8347555: [REDO] C2: implement optimization for series of Add of unique value
Reviewed-by: roland, epeter
|
2025-10-10 14:04:51 +00:00 |
|
Albert Mingkun Yang
|
afda8ad460
|
8369501: Parallel: Add UseAdaptiveSizePolicy requirement to TestDynShrinkHeap.java
Reviewed-by: jsikstro, tschatzl
|
2025-10-10 10:18:45 +00:00 |
|
Severin Gehwolf
|
a1a37bd7b2
|
8369441: Two container tests fail after JDK-8292984
Reviewed-by: mbaesken, cnorrbin, syan
|
2025-10-10 08:14:06 +00:00 |
|
Saint Wesonga
|
f4209dff3b
|
8348862: runtime/ErrorHandling/CreateCoredumpOnCrash fails on Windows aarch64
Reviewed-by: dholmes, mbeckwit
|
2025-10-10 03:55:47 +00:00 |
|
Christian Hagedorn
|
005877b063
|
8369236: testlibrary_tests/ir_framework/tests/TestCompileThreshold.java timed out
Reviewed-by: ayang, dfenacci
|
2025-10-09 13:33:53 +00:00 |
|
Christian Hagedorn
|
dd410e0b77
|
8369423: Reduce execution time of testlibrary_tests/ir_framework/tests/TestDFlags.java
Reviewed-by: thartmann, dfenacci
|
2025-10-09 13:33:18 +00:00 |
|
Damon Fenacci
|
991f8e6f38
|
8360031: C2 compilation asserts in MemBarNode::remove
Reviewed-by: dlong, kvn, shade
|
2025-10-09 06:21:08 +00:00 |
|
Ramkumar Sunderbabu
|
1b11bea76b
|
8286865: vmTestbase/vm/mlvm/meth/stress/jni/nativeAndMH/Test.java fails with Out of space in CodeCache
Reviewed-by: dlong, chagedorn
|
2025-10-09 06:19:00 +00:00 |
|
Lei Zhu
|
0b81db1d38
|
8364346: Typo in IR framework README
Reviewed-by: thartmann, fandreuzzi, chagedorn
|
2025-10-09 05:28:27 +00:00 |
|
Emanuel Peter
|
0e5655e668
|
8367657: C2 SuperWord: NormalMapping demo from JVMLS 2025
Reviewed-by: chagedorn, galder
|
2025-10-08 23:09:37 +00:00 |
|
Emanuel Peter
|
2ac24bf1ba
|
8367389: C2 SuperWord: refactor VTransform to model the whole loop instead of just the basic block
Reviewed-by: roland, mhaessig
|
2025-10-08 03:06:29 +00:00 |
|
Daniel Skantz
|
c06d6805aa
|
8362394: C2: Repeated stacked string concatenation fails with "Hit MemLimit" and other resourcing errors
Reviewed-by: chagedorn, rcastanedalo
|
2025-10-07 09:04:39 +00:00 |
|
Albert Mingkun Yang
|
596af0a7cc
|
8369041: Release memory after testing in ThreadsRunner.java
Reviewed-by: shade, tschatzl
|
2025-10-06 15:44:13 +00:00 |
|
jonghoonpark
|
2bfada3f58
|
8364927: Add @requires annotation to TestReclaimStringsLeaksMemory.java
Reviewed-by: tschatzl, stefank, ayang
|
2025-10-06 11:53:14 +00:00 |
|
SendaoYan
|
2c114d676d
|
8367899: compiler/c2/gvn/TestBitCompressValueTransform.java intermittent timed out
Reviewed-by: dfenacci, chagedorn
|
2025-10-06 09:26:51 +00:00 |
|
Vladimir Kozlov
|
5d9f94e05e
|
8369152: Problem list new tests from JDK-8316694
Reviewed-by: jpai, dholmes, serb
|
2025-10-05 16:20:53 +00:00 |
|
Chad Rakoczy
|
f740cd2aad
|
8316694: Implement relocation of nmethod within CodeCache
Reviewed-by: kvn, eosterlund, never, eastigeevich, bulasevich
|
2025-10-04 21:17:26 +00:00 |
|
Daniel D. Daugherty
|
e6868c6248
|
8369138: New test compiler/loopstripmining/MissingStoreAfterOuterStripMinedLoop.java fails
Reviewed-by: kvn
|
2025-10-03 22:17:01 +00:00 |
|
Daniel D. Daugherty
|
837f634bf2
|
8369128: ProblemList jdk/jfr/event/profiling/TestCPUTimeSampleQueueAutoSizes.java in Xcomp configs
8369132: Disable vmTestbase/gc/vector/CircularListLow and LinearListLow with SerialGC
8369133: Disable gc/g1/TestShrinkAuxiliaryDataRunner.java with UseLargePages option
Reviewed-by: ayang, dholmes
|
2025-10-03 21:11:33 +00:00 |
|
Benoît Maillard
|
7231916754
|
8364757: Missing Store nodes caused by bad wiring in PhaseIdealLoop::insert_post_loop
Reviewed-by: mhaessig, roland
|
2025-10-03 10:40:50 +00:00 |
|
Alex Menkov
|
854b384b12
|
8304811: vmTestbase/vm/mlvm/indy/func/jvmti/stepBreakPopReturn/INDIFY_Test.java fails with JVMTI_ERROR_TYPE_MISMATCH
Reviewed-by: lmesnik, dholmes, sspitsyn
|
2025-10-02 23:39:37 +00:00 |
|
Ioi Lam
|
3f27a03bba
|
8368727: CDS custom loader support causes asserts during class unloading
Reviewed-by: coleenp, dholmes
|
2025-10-02 20:00:58 +00:00 |
|
SendaoYan
|
cc563c87cd
|
8368866: compiler/codecache/stress/UnexpectedDeoptimizationTest.java intermittent timed out
Reviewed-by: shade, mhaessig
|
2025-10-02 12:37:27 +00:00 |
|
Richard Reingruber
|
5a2700f231
|
8368861: [TEST] compiler/floatingpoint/ScalarFPtoIntCastTest.java expects x86 IR on non-x86 platforms
Reviewed-by: sviswanathan, mdoerr
|
2025-10-01 09:26:43 +00:00 |
|
Johan Sjölen
|
84e5d63b9f
|
8368885: NMT CommandLine tests can check for error better
Reviewed-by: phubner, azafari, shade
|
2025-10-01 09:01:19 +00:00 |
|
Kim Barrett
|
394eb80a48
|
8368957: Remove metaprogramming/logical.hpp in favor of C++17 facilities
Reviewed-by: mchevalier, iwalulya
|
2025-10-01 06:12:05 +00:00 |
|
Afshin Zafari
|
aea71ccab7
|
8342730: Get rid of SummaryDiff in VMATree
Reviewed-by: jsjolen, phubner
|
2025-09-30 08:54:53 +00:00 |
|
Afshin Zafari
|
2f29b3f24a
|
8366884: NMT fails with MallocLimit: reached category "mtCompiler" limit
Reviewed-by: phubner, jsjolen
|
2025-09-29 19:24:28 +00:00 |
|
Hannes Greule
|
59e76af47b
|
8367967: C2: "fatal error: Not monotonic" with Mod nodes
Co-authored-by: Christian Hagedorn <chagedorn@openjdk.org>
Reviewed-by: bmaillard, vlivanov, chagedorn, shade
|
2025-09-29 18:40:43 +00:00 |
|
Chris Plummer
|
3d97e17a31
|
8367318: Test vmTestbase/nsk/jdi/MethodEntryRequest/addClassFilter_rt/filter_rt001/TestDescription.java timed out after passing
Reviewed-by: amenkov, sspitsyn
|
2025-09-29 17:46:17 +00:00 |
|
Axel Boldt-Christmas
|
e19ec6f785
|
8368754: runtime/cds/appcds/SignedJar.java log regex is too strict
Reviewed-by: iklam, dholmes
|
2025-09-29 05:19:56 +00:00 |
|
SendaoYan
|
9093d3a04c
|
8368668: Several vmTestbase/vm/gc/compact tests timed out on large memory machine
Reviewed-by: lmesnik
|
2025-09-27 02:37:39 +00:00 |
|
Mohamed Issa
|
37f0e74d32
|
8364305: Support AVX10 saturating floating point conversion instructions
Reviewed-by: sviswanathan, sparasa, jbhateja
|
2025-09-26 21:10:30 +00:00 |
|
Leonid Mesnik
|
62cc347242
|
8368699: nsk/jvmti/scenarios/events/EM04/em04t001/em04t001.cpp destroys jvmti monitor when VM is dead
Reviewed-by: sspitsyn
|
2025-09-26 19:36:00 +00:00 |
|
Leonid Mesnik
|
556dfddac8
|
8308027: GetThreadListStackTraces/OneGetThreadListStackTraces.java should be skipped when thread factory is used
Reviewed-by: dholmes, sspitsyn
|
2025-09-26 19:34:04 +00:00 |
|
Arno Zeller
|
b90799c0e9
|
8368616: runtime/cds/appcds/aotCache/JavaAgent.java#dynamic fails on non CDS platforms/builds after JDK-8362561
Reviewed-by: mbaesken, shade, iklam
|
2025-09-26 07:47:26 +00:00 |
|
Thomas Stuefe
|
a663812121
|
8368124: Show useful thread names in ASAN reports
Reviewed-by: dholmes, mbaesken
|
2025-09-26 06:14:28 +00:00 |
|
Ioi Lam
|
52e777845f
|
8367910: Reduce warnings about unsupported classes in AOT cache creation
Reviewed-by: dholmes, kvn, shade
|
2025-09-25 19:59:52 +00:00 |
|
Dingli Zhang
|
67cb53d088
|
8368206: RISC-V: compiler/vectorapi/VectorMaskCompareNotTest.java fails when running without RVV
Reviewed-by: fyang, mhaessig, mli
|
2025-09-25 10:06:57 +00:00 |
|
Ioi Lam
|
17accf4a06
|
8368174: Proactive initialization of @AOTSafeClassInitializer classes
Reviewed-by: liach, adinn, asmehra
|
2025-09-24 20:58:26 +00:00 |
|
Ioi Lam
|
8f87fdce0b
|
8368182: AOT cache creation fails with class defined by JNI
Reviewed-by: dholmes, matsaave
|
2025-09-24 20:52:28 +00:00 |
|
Daniel Lundén
|
faf6df5462
|
8325467: Support methods with many arguments in C2
Co-authored-by: Roberto Castañeda Lozano <rcastanedalo@openjdk.org>
Reviewed-by: rcastanedalo, kvn, epeter
|
2025-09-24 15:02:40 +00:00 |
|
Axel Boldt-Christmas
|
303686684c
|
8367972: ZGC: Reduce ZBarrierSet includes
Reviewed-by: stefank, eosterlund
|
2025-09-24 06:28:13 +00:00 |
|
erifan
|
528f93f8cb
|
8367391: Loss of precision on implicit conversion in vectornode.cpp
Reviewed-by: chagedorn, roland
|
2025-09-24 01:35:51 +00:00 |
|
William Kemper
|
f36c33c86d
|
8368152: Shenandoah: Incorrect behavior at end of degenerated cycle
Reviewed-by: kdnilsen, ysr
|
2025-09-24 00:46:45 +00:00 |
|
Ioi Lam
|
fd30ae988b
|
8350550: Preload classes from AOT cache during VM bootstrap
Reviewed-by: kvn, heidinga, asmehra
|
2025-09-23 14:43:16 +00:00 |
|