September 2025 Archives by subject
Starting: Mon Sep 1 06:50:28 UTC 2025
Ending: Fri Sep 26 23:56:25 UTC 2025
Messages: 1165
- Delay slot handling
Daniel Jeliński
- Integrated: 8325467: Support methods with many arguments in C2
Daniel Lundén
- Integrated: 8329077: C2 SuperWord: Add MoveD2L, MoveL2D, MoveF2I, MoveI2F
Galder Zamarreño
- Integrated: 8354242: VectorAPI: combine vector not operation with compare
erifan
- Integrated: 8354348: Enable Extended EVEX to REX2/REX demotion for commutative operations with same dst and src2
Srinivas Vamsi Parasa
- Integrated: 8356779: IGV: dump the index of the SafePointNode containing the current JVMS during parsing
Saranya Natarajan
- Integrated: 8356813: Improve Mod(I|L)Node::Value
Hannes Greule
- Integrated: 8358751: C2: Recursive inlining check for compiled lambda forms is broken
Vladimir Ivanov
- Integrated: 8359378: aarch64: crash when using -XX:+UseFPUForSpilling
Boris Ulasevich
- Integrated: 8361376: Regressions 1-6% in several Renaissance in 26-b4 only MacOSX aarch64
Dean Long
- Integrated: 8361582: AArch64: Some ConH values cannot be replicated with SVE
Bhavana Kilambi
- Integrated: 8361699: C2: assert(can_reduce_phi(n->as_Phi())) failed: Sanity: previous reducible Phi is no longer reducible before SUT
Cesar Soares Lucas
- Integrated: 8361702: C2: assert(is_dominator(compute_early_ctrl(limit, limit_ctrl), pre_end)) failed: node pinned on loop exit test?
Roland Westrelin
- Integrated: 8363989: AArch64: Add missing backend support of VectorAPI expand operation
erifan
- Integrated: 8364305: Support AVX10 saturating floating point conversion instructions
Mohamed Issa
- Integrated: 8365407: Race condition in MethodTrainingData::verify()
Igor Veresov
- Integrated: 8365791: IGV: Update build dependencies
Roberto Castañeda Lozano
- Integrated: 8365911: AArch64: Fix encoding error in sve_cpy for negative floats
erifan
- Integrated: 8365926: RISC-V: Performance regression in renaissance (chi-square)
Robbin Ehn
- Integrated: 8366118: DontCompileHugeMethods is not respected with -XX:-TieredCompilation
Man Cao
- Integrated: 8366357: C2 SuperWord: refactor VTransformNode::apply with VTransformApplyState
Emanuel Peter
- Integrated: 8366361: C2 SuperWord: rename VTransformNode::set_req -> init_req, analogue to Node::init_req
Emanuel Peter
- Integrated: 8366427: C2 SuperWord: refactor VTransform scalar nodes
Emanuel Peter
- Integrated: 8366490: C2 SuperWord: wrong result because CastP2X is missing ctrl and floats over SafePoint creating stale oops
Emanuel Peter
- Integrated: 8366569: Disable CompileTaskTimeout for known long-running test cases
Manuel Hässig
- Integrated: 8366588: VectorAPI: Re-intrinsify VectorMask.laneIsSet where the input index is a variable
erifan
- Integrated: 8366702: C2 SuperWord: refactor VTransform vector nodes
Emanuel Peter
- Integrated: 8366747: RISC-V: Improve VerifyMethodHandles for method handle linkers
Anjian Wen
- Integrated: 8366775: TestCompileTaskTimeout should use timeoutFactor
Manuel Hässig
- Integrated: 8366845: C2 SuperWord: wrong VectorCast after VectorReinterpret with swapped src/dst type
Emanuel Peter
- Integrated: 8366875: CompileTaskTimeout should be reset for each iteration of RepeatCompilation
Manuel Hässig
- Integrated: 8366878: Improve flags of compiler/loopopts/superword/TestAlignVectorFuzzer.java
Manuel Hässig
- Integrated: 8366890: C2: Split through phi printing with TraceLoopOpts misses line break
Christian Hagedorn
- Integrated: 8366940: Test compiler/loopopts/superword/TestAliasingFuzzer.java timed out
Emanuel Peter
- Integrated: 8366971: C2: Remove unused nop_list from PhaseOutput::init_buffer
Daniel Jeliński
- Integrated: 8366984: Remove delay slot support
Daniel Jeliński
- Integrated: 8367048: RISC-V: Correct pipeline descriptions of the architecture
Dingli Zhang
- Integrated: 8367135: Test compiler/loopstripmining/CheckLoopStripMining.java needs internal timeouts adjusted
Marc Chevalier
- Integrated: 8367243: Format issues with dist dump debug output in PhaseGVN::dead_loop_check
Emanuel Peter
- Integrated: 8367278: Test compiler/startup/StartupOutput.java timed out after completion on Windows
Damon Fenacci
- Integrated: 8367293: RISC-V: enable vectorapi test for VectorMask.laneIsSet
Dingli Zhang
- Integrated: 8367313: CTW: Execute in AWT headless mode
Aleksey Shipilev
- Integrated: 8367333: C2: Vector math operation intrinsification failure
Vladimir Ivanov
- Integrated: 8367391: Loss of precision on implicit conversion in vectornode.cpp
erifan
- Integrated: 8367397: Improve naming and terminology in regmask.hpp and regmask.cpp
Daniel Lundén
- Integrated: 8367483: C2 crash in PhaseValues::type: assert(t != nullptr) failed: must set before get - missing notification for CastX2P(SubL(x, y))
Emanuel Peter
- Integrated: 8367501: RISC-V: build broken after JDK-8365926
Hamlin Li
- Integrated: 8367613: Test compiler/runtime/TestDontCompileHugeMethods.java failed
Man Cao
- Integrated: 8367721: Test compiler/arguments/TestCompileTaskTimeout.java crashed: SIGSEGV
Manuel Hässig
- Integrated: 8367728: IGV: dump node address type
Roberto Castañeda Lozano
- Integrated: 8367740: assembler_<cpu>.inline.hpp should not include assembler.inline.hpp
Francesco Andreuzzi
- Integrated: 8367969: C2: compiler/vectorapi/TestVectorMathLib.java fails without UnlockDiagnosticVMOptions
Emanuel Peter
- Integrated: 8368071: Compilation throughput regressed 2X-8X after JDK-8355003
Man Cao
- Integrated: 8368206: RISC-V: compiler/vectorapi/VectorMaskCompareNotTest.java fails when running without RVV
Dingli Zhang
- Integrated: 8368247: RISC-V: enable vectorapi test for expand operation
Dingli Zhang
- Integrated: 8368525: nmethod ic cleanup
Hamlin Li
- Leverage profiled compiled size to avoid aggressive inlining and code growth
Fei Gao
- Leverage profiled compiled size to avoid aggressive inlining and code growth
Vladimir Kozlov
- RFR: 8231269: CompileTask::is_unloaded is slow due to JNIHandles type checks [v24]
Aleksey Shipilev
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v10]
Vladimir Ivanov
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v11]
Vladimir Ivanov
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v11]
Emanuel Peter
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v11]
Emanuel Peter
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v11]
Dean Long
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v11]
Dean Long
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v11]
Vladimir Ivanov
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v11]
Vladimir Ivanov
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v11]
Vladimir Ivanov
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v11]
Vladimir Ivanov
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v11]
Emanuel Peter
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v11]
Emanuel Peter
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v11]
Emanuel Peter
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v11]
Emanuel Peter
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v12]
Vladimir Ivanov
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v14]
Vladimir Ivanov
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v14]
Dean Long
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v14]
Dean Long
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v14]
Vladimir Ivanov
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v15]
Vladimir Ivanov
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v2]
Emanuel Peter
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v2]
Vladimir Ivanov
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v2]
Vladimir Ivanov
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v2]
Emanuel Peter
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v2]
Dean Long
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v2]
Vladimir Ivanov
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v2]
Vladimir Ivanov
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v2]
Vladimir Ivanov
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v2]
Vladimir Ivanov
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v3]
Vladimir Ivanov
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v3]
Vladimir Ivanov
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v3]
Vladimir Ivanov
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v3]
Emanuel Peter
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v3]
Emanuel Peter
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v3]
Emanuel Peter
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v3]
Vladimir Ivanov
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v3]
Vladimir Ivanov
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v3]
Emanuel Peter
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v6]
Vladimir Ivanov
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v6]
Vladimir Ivanov
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v7]
Vladimir Ivanov
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v8]
Vladimir Ivanov
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v8]
Emanuel Peter
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v8]
Emanuel Peter
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v8]
Emanuel Peter
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v8]
Vladimir Ivanov
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v8]
Vladimir Ivanov
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v8]
Vladimir Ivanov
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v8]
Emanuel Peter
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v8]
Emanuel Peter
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v8]
Emanuel Peter
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v8]
Emanuel Peter
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v8]
Emanuel Peter
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v8]
Emanuel Peter
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v8]
Emanuel Peter
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v8]
Vladimir Ivanov
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v8]
Vladimir Ivanov
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v8]
Emanuel Peter
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v8]
Emanuel Peter
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v9]
Vladimir Ivanov
- RFR: 8303762: Optimize vector slice operation with constant index using VPALIGNR instruction [v8]
erifan
- RFR: 8303762: Optimize vector slice operation with constant index using VPALIGNR instruction [v8]
erifan
- RFR: 8307084: C2: Vectorized drain loop is not executed for some small trip counts
Fei Gao
- RFR: 8307084: C2: Vectorized drain loop is not executed for some small trip counts [v2]
Fei Gao
- RFR: 8307084: C2: Vectorized drain loop is not executed for some small trip counts [v2]
Emanuel Peter
- RFR: 8307084: C2: Vectorized drain loop is not executed for some small trip counts [v2]
Emanuel Peter
- RFR: 8307084: C2: Vectorized drain loop is not executed for some small trip counts [v2]
Emanuel Peter
- RFR: 8307084: C2: Vectorized drain loop is not executed for some small trip counts [v2]
Emanuel Peter
- RFR: 8316694: Implement relocation of nmethod within CodeCache [v42]
Evgeny Astigeevich
- RFR: 8316694: Implement relocation of nmethod within CodeCache [v43]
Evgeny Astigeevich
- RFR: 8316694: Implement relocation of nmethod within CodeCache [v46]
Chad Rakoczy
- RFR: 8316694: Implement relocation of nmethod within CodeCache [v46]
Chad Rakoczy
- RFR: 8316694: Implement relocation of nmethod within CodeCache [v47]
Chad Rakoczy
- RFR: 8322174: RISC-V: C2 VectorizedHashCode RVV Version [v28]
Yuri Gaevsky
- RFR: 8322174: RISC-V: C2 VectorizedHashCode RVV Version [v28]
Robbin Ehn
- RFR: 8322174: RISC-V: C2 VectorizedHashCode RVV Version [v28]
Yuri Gaevsky
- RFR: 8322174: RISC-V: C2 VectorizedHashCode RVV Version [v8]
Yuri Gaevsky
- RFR: 8325467: Support methods with many arguments in C2 [v11]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v17]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v23]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v23]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v23]
Emanuel Peter
- RFR: 8325467: Support methods with many arguments in C2 [v23]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v23]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v24]
Emanuel Peter
- RFR: 8325467: Support methods with many arguments in C2 [v24]
Emanuel Peter
- RFR: 8325467: Support methods with many arguments in C2 [v24]
Emanuel Peter
- RFR: 8325467: Support methods with many arguments in C2 [v24]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v24]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v24]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v24]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v24]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v24]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v24]
Emanuel Peter
- RFR: 8325467: Support methods with many arguments in C2 [v24]
Emanuel Peter
- RFR: 8325467: Support methods with many arguments in C2 [v24]
Emanuel Peter
- RFR: 8325467: Support methods with many arguments in C2 [v24]
Emanuel Peter
- RFR: 8325467: Support methods with many arguments in C2 [v24]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v24]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v24]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v24]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v24]
Emanuel Peter
- RFR: 8325467: Support methods with many arguments in C2 [v24]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v24]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v24]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v24]
Emanuel Peter
- RFR: 8325467: Support methods with many arguments in C2 [v24]
Emanuel Peter
- RFR: 8325467: Support methods with many arguments in C2 [v24]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v25]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v26]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v27]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v27]
Emanuel Peter
- RFR: 8325467: Support methods with many arguments in C2 [v27]
Emanuel Peter
- RFR: 8325467: Support methods with many arguments in C2 [v27]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v27]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v27]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v27]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v27]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v27]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v27]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v27]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v27]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v27]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v27]
Emanuel Peter
- RFR: 8325467: Support methods with many arguments in C2 [v27]
Emanuel Peter
- RFR: 8325467: Support methods with many arguments in C2 [v27]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v27]
Emanuel Peter
- RFR: 8325467: Support methods with many arguments in C2 [v27]
Emanuel Peter
- RFR: 8325467: Support methods with many arguments in C2 [v27]
Emanuel Peter
- RFR: 8325467: Support methods with many arguments in C2 [v27]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v27]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v27]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v27]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v27]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v27]
Emanuel Peter
- RFR: 8325467: Support methods with many arguments in C2 [v27]
Emanuel Peter
- RFR: 8325467: Support methods with many arguments in C2 [v27]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v27]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v28]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v28]
Emanuel Peter
- RFR: 8325467: Support methods with many arguments in C2 [v29]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v29]
Emanuel Peter
- RFR: 8325467: Support methods with many arguments in C2 [v29]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v30]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v31]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v32]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v32]
Roberto Castañeda Lozano
- RFR: 8325467: Support methods with many arguments in C2 [v33]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v33]
Roberto Castañeda Lozano
- RFR: 8325467: Support methods with many arguments in C2 [v33]
Daniel Lundén
- RFR: 8327963: C2: fix construction of memory graph around Initialize node to prevent incorrect execution if allocation is removed [v12]
Roland Westrelin
- RFR: 8327963: C2: fix construction of memory graph around Initialize node to prevent incorrect execution if allocation is removed [v12]
Dean Long
- RFR: 8327963: C2: fix construction of memory graph around Initialize node to prevent incorrect execution if allocation is removed [v12]
Roland Westrelin
- RFR: 8327963: C2: fix construction of memory graph around Initialize node to prevent incorrect execution if allocation is removed [v12]
Dean Long
- RFR: 8327963: C2: fix construction of memory graph around Initialize node to prevent incorrect execution if allocation is removed [v12]
Roland Westrelin
- RFR: 8327963: C2: fix construction of memory graph around Initialize node to prevent incorrect execution if allocation is removed [v12]
Roberto Castañeda Lozano
- RFR: 8327963: C2: fix construction of memory graph around Initialize node to prevent incorrect execution if allocation is removed [v12]
Roland Westrelin
- RFR: 8327963: C2: fix construction of memory graph around Initialize node to prevent incorrect execution if allocation is removed [v12]
Roland Westrelin
- RFR: 8327963: C2: fix construction of memory graph around Initialize node to prevent incorrect execution if allocation is removed [v12]
Roberto Castañeda Lozano
- RFR: 8327963: C2: fix construction of memory graph around Initialize node to prevent incorrect execution if allocation is removed [v12]
Roberto Castañeda Lozano
- RFR: 8327963: C2: fix construction of memory graph around Initialize node to prevent incorrect execution if allocation is removed [v12]
Roberto Castañeda Lozano
- RFR: 8327963: C2: fix construction of memory graph around Initialize node to prevent incorrect execution if allocation is removed [v13]
Roland Westrelin
- RFR: 8327963: C2: fix construction of memory graph around Initialize node to prevent incorrect execution if allocation is removed [v14]
Roland Westrelin
- RFR: 8327963: C2: fix construction of memory graph around Initialize node to prevent incorrect execution if allocation is removed [v14]
Roberto Castañeda Lozano
- RFR: 8327963: C2: fix construction of memory graph around Initialize node to prevent incorrect execution if allocation is removed [v8]
Roland Westrelin
- RFR: 8327963: C2: fix construction of memory graph around Initialize node to prevent incorrect execution if allocation is removed [v8]
Roberto Castañeda Lozano
- RFR: 8327963: C2: fix construction of memory graph around Initialize node to prevent incorrect execution if allocation is removed [v8]
Roberto Castañeda Lozano
- RFR: 8327963: C2: fix construction of memory graph around Initialize node to prevent incorrect execution if allocation is removed [v8]
Roland Westrelin
- RFR: 8329077: C2 SuperWord: Add MoveD2L, MoveL2D, MoveF2I, MoveI2F [v4]
Galder Zamarreño
- RFR: 8329077: C2 SuperWord: Add MoveD2L, MoveL2D, MoveF2I, MoveI2F [v4]
Emanuel Peter
- RFR: 8329077: C2 SuperWord: Add MoveD2L, MoveL2D, MoveF2I, MoveI2F [v4]
Galder Zamarreño
- RFR: 8329077: C2 SuperWord: Add MoveD2L, MoveL2D, MoveF2I, MoveI2F [v5]
Emanuel Peter
- RFR: 8329077: C2 SuperWord: Add MoveD2L, MoveL2D, MoveF2I, MoveI2F [v5]
Galder Zamarreño
- RFR: 8329077: C2 SuperWord: Add MoveD2L, MoveL2D, MoveF2I, MoveI2F [v5]
Galder Zamarreño
- RFR: 8329077: C2 SuperWord: Add MoveD2L, MoveL2D, MoveF2I, MoveI2F [v5]
Galder Zamarreño
- RFR: 8329077: C2 SuperWord: Add MoveD2L, MoveL2D, MoveF2I, MoveI2F [v5]
Emanuel Peter
- RFR: 8329077: C2 SuperWord: Add MoveD2L, MoveL2D, MoveF2I, MoveI2F [v5]
Galder Zamarreño
- RFR: 8329077: C2 SuperWord: Add MoveD2L, MoveL2D, MoveF2I, MoveI2F [v5]
Emanuel Peter
- RFR: 8329077: C2 SuperWord: Add MoveD2L, MoveL2D, MoveF2I, MoveI2F [v5]
Galder Zamarreño
- RFR: 8329077: C2 SuperWord: Add MoveD2L, MoveL2D, MoveF2I, MoveI2F [v6]
Galder Zamarreño
- RFR: 8329077: C2 SuperWord: Add MoveD2L, MoveL2D, MoveF2I, MoveI2F [v6]
Emanuel Peter
- RFR: 8329077: C2 SuperWord: Add MoveD2L, MoveL2D, MoveF2I, MoveI2F [v6]
Emanuel Peter
- RFR: 8329077: C2 SuperWord: Add MoveD2L, MoveL2D, MoveF2I, MoveI2F [v6]
Emanuel Peter
- RFR: 8329077: C2 SuperWord: Add MoveD2L, MoveL2D, MoveF2I, MoveI2F [v6]
Galder Zamarreño
- RFR: 8329077: C2 SuperWord: Add MoveD2L, MoveL2D, MoveF2I, MoveI2F [v6]
duke
- RFR: 8338197: [ubsan] ad_x86.hpp:6417:11: runtime error: shift exponent 100 is too large for 32-bit type 'unsigned int' [v3]
Boris Ulasevich
- RFR: 8338197: [ubsan] ad_x86.hpp:6417:11: runtime error: shift exponent 100 is too large for 32-bit type 'unsigned int' [v3]
Dean Long
- RFR: 8338197: [ubsan] ad_x86.hpp:6417:11: runtime error: shift exponent 100 is too large for 32-bit type 'unsigned int' [v5]
Boris Ulasevich
- RFR: 8338197: [ubsan] ad_x86.hpp:6417:11: runtime error: shift exponent 100 is too large for 32-bit type 'unsigned int' [v5]
Dean Long
- RFR: 8338197: ubsan: ad_x86.hpp:6417:11: runtime error: shift exponent 100 is too large for 32-bit type 'unsigned int' [v4]
Boris Ulasevich
- RFR: 8338197: ubsan: ad_x86.hpp:6417:11: runtime error: shift exponent 100 is too large for 32-bit type 'unsigned int' [v5]
Boris Ulasevich
- RFR: 8343689: AArch64: Optimize MulReduction implementation [v11]
Xiaohong Gong
- RFR: 8343689: AArch64: Optimize MulReduction implementation [v11]
Xiaohong Gong
- RFR: 8343689: AArch64: Optimize MulReduction implementation [v11]
Mikhail Ablakatov
- RFR: 8343689: AArch64: Optimize MulReduction implementation [v8]
Xiaohong Gong
- RFR: 8347499: C2: Make `PhaseIdealLoop` eliminate more redundant safepoints in loops [v2]
Qizheng Xing
- RFR: 8347499: C2: Make `PhaseIdealLoop` eliminate more redundant safepoints in loops [v3]
Emanuel Peter
- RFR: 8347555: [REDO] C2: implement optimization for series of Add of unique value [v18]
Emanuel Peter
- RFR: 8347555: [REDO] C2: implement optimization for series of Add of unique value [v18]
Emanuel Peter
- RFR: 8349835: C2: simplify IGV property printing
Saranya Natarajan
- RFR: 8349835: C2: simplify IGV property printing
Damon Fenacci
- RFR: 8349835: C2: simplify IGV property printing
Damon Fenacci
- RFR: 8349835: C2: simplify IGV property printing
Damon Fenacci
- RFR: 8349835: C2: simplify IGV property printing
Christian Hagedorn
- RFR: 8349835: C2: simplify IGV property printing
Johan Sjölen
- RFR: 8349835: C2: simplify IGV property printing
Saranya Natarajan
- RFR: 8350468: x86: Improve implementation of vectorized numberOfLeadingZeros for int and long
Jasmine Karthikeyan
- RFR: 8350468: x86: Improve implementation of vectorized numberOfLeadingZeros for int and long
Sandhya Viswanathan
- RFR: 8350468: x86: Improve implementation of vectorized numberOfLeadingZeros for int and long
Vladimir Ivanov
- RFR: 8350468: x86: Improve implementation of vectorized numberOfLeadingZeros for int and long
Sandhya Viswanathan
- RFR: 8350468: x86: Improve implementation of vectorized numberOfLeadingZeros for int and long
Vladimir Ivanov
- RFR: 8350864: C2: verify structural invariants of the Ideal graph [v3]
Marc Chevalier
- RFR: 8350864: C2: verify structural invariants of the Ideal graph [v3]
Marc Chevalier
- RFR: 8350864: C2: verify structural invariants of the Ideal graph [v3]
Marc Chevalier
- RFR: 8350864: C2: verify structural invariants of the Ideal graph [v3]
Marc Chevalier
- RFR: 8350864: C2: verify structural invariants of the Ideal graph [v3]
Marc Chevalier
- RFR: 8350864: C2: verify structural invariants of the Ideal graph [v3]
Marc Chevalier
- RFR: 8350864: C2: verify structural invariants of the Ideal graph [v3]
Marc Chevalier
- RFR: 8350864: C2: verify structural invariants of the Ideal graph [v3]
Marc Chevalier
- RFR: 8350864: C2: verify structural invariants of the Ideal graph [v3]
Marc Chevalier
- RFR: 8350864: C2: verify structural invariants of the Ideal graph [v3]
Marc Chevalier
- RFR: 8350864: C2: verify structural invariants of the Ideal graph [v3]
Marc Chevalier
- RFR: 8350864: C2: verify structural invariants of the Ideal graph [v3]
Marc Chevalier
- RFR: 8350864: C2: verify structural invariants of the Ideal graph [v3]
Emanuel Peter
- RFR: 8350864: C2: verify structural invariants of the Ideal graph [v3]
Emanuel Peter
- RFR: 8350864: C2: verify structural invariants of the Ideal graph [v3]
Emanuel Peter
- RFR: 8350864: C2: verify structural invariants of the Ideal graph [v3]
Marc Chevalier
- RFR: 8350864: C2: verify structural invariants of the Ideal graph [v3]
Marc Chevalier
- RFR: 8350864: C2: verify structural invariants of the Ideal graph [v3]
Emanuel Peter
- RFR: 8350864: C2: verify structural invariants of the Ideal graph [v3]
Emanuel Peter
- RFR: 8350864: C2: verify structural invariants of the Ideal graph [v4]
Marc Chevalier
- RFR: 8350864: C2: verify structural invariants of the Ideal graph [v4]
Marc Chevalier
- RFR: 8350864: C2: verify structural invariants of the Ideal graph [v4]
Emanuel Peter
- RFR: 8350864: C2: verify structural invariants of the Ideal graph [v5]
Marc Chevalier
- RFR: 8350864: C2: verify structural invariants of the Ideal graph [v5]
Marc Chevalier
- RFR: 8350864: C2: verify structural invariants of the Ideal graph [v5]
Emanuel Peter
- RFR: 8350864: C2: verify structural invariants of the Ideal graph [v5]
Emanuel Peter
- RFR: 8350864: C2: verify structural invariants of the Ideal graph [v5]
Marc Chevalier
- RFR: 8350864: C2: verify structural invariants of the Ideal graph [v5]
Emanuel Peter
- RFR: 8350864: C2: verify structural invariants of the Ideal graph [v5]
Marc Chevalier
- RFR: 8350864: C2: verify structural invariants of the Ideal graph [v5]
Marc Chevalier
- RFR: 8350864: C2: verify structural invariants of the Ideal graph [v5]
Marc Chevalier
- RFR: 8350864: C2: verify structural invariants of the Ideal graph [v5]
Marc Chevalier
- RFR: 8350864: C2: verify structural invariants of the Ideal graph [v5]
Marc Chevalier
- RFR: 8350864: C2: verify structural invariants of the Ideal graph [v5]
Emanuel Peter
- RFR: 8350864: C2: verify structural invariants of the Ideal graph [v5]
Emanuel Peter
- RFR: 8350864: C2: verify structural invariants of the Ideal graph [v5]
Emanuel Peter
- RFR: 8350864: C2: verify structural invariants of the Ideal graph [v5]
Emanuel Peter
- RFR: 8350864: C2: verify structural invariants of the Ideal graph [v5]
Emanuel Peter
- RFR: 8350864: C2: verify structural invariants of the Ideal graph [v5]
Emanuel Peter
- RFR: 8350864: C2: verify structural invariants of the Ideal graph [v5]
Marc Chevalier
- RFR: 8350864: C2: verify structural invariants of the Ideal graph [v5]
Marc Chevalier
- RFR: 8350864: C2: verify structural invariants of the Ideal graph [v5]
Marc Chevalier
- RFR: 8350864: C2: verify structural invariants of the Ideal graph [v5]
Emanuel Peter
- RFR: 8350864: C2: verify structural invariants of the Ideal graph [v5]
Marc Chevalier
- RFR: 8350864: C2: verify structural invariants of the Ideal graph [v5]
Emanuel Peter
- RFR: 8350864: C2: verify structural invariants of the Ideal graph [v5]
Marc Chevalier
- RFR: 8350864: C2: verify structural invariants of the Ideal graph [v5]
Marc Chevalier
- RFR: 8350864: C2: verify structural invariants of the Ideal graph [v5]
Marc Chevalier
- RFR: 8350864: C2: verify structural invariants of the Ideal graph [v5]
Emanuel Peter
- RFR: 8350864: C2: verify structural invariants of the Ideal graph [v5]
Emanuel Peter
- RFR: 8350864: C2: verify structural invariants of the Ideal graph [v6]
Marc Chevalier
- RFR: 8350864: C2: verify structural invariants of the Ideal graph [v7]
Marc Chevalier
- RFR: 8350864: C2: verify structural invariants of the Ideal graph [v7]
Manuel Hässig
- RFR: 8351016: RA support for EVEX to REX/REX2 demotion to optimize NDD instructions [v2]
Jatin Bhateja
- RFR: 8351016: RA support for EVEX to REX/REX2 demotion to optimize NDD instructions [v2]
Jatin Bhateja
- RFR: 8351016: RA support for EVEX to REX/REX2 demotion to optimize NDD instructions [v3]
Jatin Bhateja
- RFR: 8351016: RA support for EVEX to REX/REX2 demotion to optimize NDD instructions [v3]
Sandhya Viswanathan
- RFR: 8351016: RA support for EVEX to REX/REX2 demotion to optimize NDD instructions [v3]
Quan Anh Mai
- RFR: 8351016: RA support for EVEX to REX/REX2 demotion to optimize NDD instructions [v3]
Jatin Bhateja
- RFR: 8351623: VectorAPI: Add SVE implementation of subword gather load operation [v3]
Emanuel Peter
- RFR: 8351623: VectorAPI: Add SVE implementation of subword gather load operation [v3]
Xiaohong Gong
- RFR: 8351623: VectorAPI: Add SVE implementation of subword gather load operation [v3]
Emanuel Peter
- RFR: 8351623: VectorAPI: Add SVE implementation of subword gather load operation [v3]
Xiaohong Gong
- RFR: 8351623: VectorAPI: Add SVE implementation of subword gather load operation [v3]
Xiaohong Gong
- RFR: 8351623: VectorAPI: Add SVE implementation of subword gather load operation [v3]
Emanuel Peter
- RFR: 8351623: VectorAPI: Add SVE implementation of subword gather load operation [v3]
Xiaohong Gong
- RFR: 8351623: VectorAPI: Add SVE implementation of subword gather load operation [v5]
Xiaohong Gong
- RFR: 8351623: VectorAPI: Add SVE implementation of subword gather load operation [v5]
Hao Sun
- RFR: 8351623: VectorAPI: Add SVE implementation of subword gather load operation [v5]
erifan
- RFR: 8351623: VectorAPI: Add SVE implementation of subword gather load operation [v5]
Emanuel Peter
- RFR: 8351623: VectorAPI: Add SVE implementation of subword gather load operation [v5]
Emanuel Peter
- RFR: 8351623: VectorAPI: Add SVE implementation of subword gather load operation [v5]
Xiaohong Gong
- RFR: 8351623: VectorAPI: Add SVE implementation of subword gather load operation [v5]
Xiaohong Gong
- RFR: 8351623: VectorAPI: Add SVE implementation of subword gather load operation [v5]
Xiaohong Gong
- RFR: 8351623: VectorAPI: Add SVE implementation of subword gather load operation [v5]
Xiaohong Gong
- RFR: 8351623: VectorAPI: Add SVE implementation of subword gather load operation [v5]
Emanuel Peter
- RFR: 8351623: VectorAPI: Add SVE implementation of subword gather load operation [v5]
Emanuel Peter
- RFR: 8351623: VectorAPI: Add SVE implementation of subword gather load operation [v5]
Xiaohong Gong
- RFR: 8351623: VectorAPI: Add SVE implementation of subword gather load operation [v5]
Xiaohong Gong
- RFR: 8351623: VectorAPI: Add SVE implementation of subword gather load operation [v5]
Vladimir Ivanov
- RFR: 8351623: VectorAPI: Add SVE implementation of subword gather load operation [v5]
Xiaohong Gong
- RFR: 8351623: VectorAPI: Add SVE implementation of subword gather load operation [v5]
Vladimir Ivanov
- RFR: 8351623: VectorAPI: Add SVE implementation of subword gather load operation [v5]
Vladimir Ivanov
- RFR: 8351623: VectorAPI: Add SVE implementation of subword gather load operation [v6]
Xiaohong Gong
- RFR: 8351623: VectorAPI: Add SVE implementation of subword gather load operation [v6]
Emanuel Peter
- RFR: 8351623: VectorAPI: Add SVE implementation of subword gather load operation [v6]
Emanuel Peter
- RFR: 8351623: VectorAPI: Add SVE implementation of subword gather load operation [v6]
Emanuel Peter
- RFR: 8351623: VectorAPI: Add SVE implementation of subword gather load operation [v6]
Paul Sandoz
- RFR: 8351623: VectorAPI: Add SVE implementation of subword gather load operation [v6]
Xiaohong Gong
- RFR: 8351623: VectorAPI: Add SVE implementation of subword gather load operation [v6]
Xiaohong Gong
- RFR: 8353290: C2: Refactor PhaseIdealLoop::is_counted_loop() [v10]
Kangcheng Xu
- RFR: 8353290: C2: Refactor PhaseIdealLoop::is_counted_loop() [v8]
Christian Hagedorn
- RFR: 8353290: C2: Refactor PhaseIdealLoop::is_counted_loop() [v9]
Kangcheng Xu
- RFR: 8354242: VectorAPI: combine vector not operation with compare [v11]
Emanuel Peter
- RFR: 8354242: VectorAPI: combine vector not operation with compare [v11]
erifan
- RFR: 8354242: VectorAPI: combine vector not operation with compare [v11]
erifan
- RFR: 8354242: VectorAPI: combine vector not operation with compare [v11]
erifan
- RFR: 8354242: VectorAPI: combine vector not operation with compare [v11]
erifan
- RFR: 8354242: VectorAPI: combine vector not operation with compare [v12]
erifan
- RFR: 8354242: VectorAPI: combine vector not operation with compare [v13]
erifan
- RFR: 8354242: VectorAPI: combine vector not operation with compare [v13]
Jatin Bhateja
- RFR: 8354242: VectorAPI: combine vector not operation with compare [v13]
erifan
- RFR: 8354242: VectorAPI: combine vector not operation with compare [v13]
Emanuel Peter
- RFR: 8354242: VectorAPI: combine vector not operation with compare [v13]
Emanuel Peter
- RFR: 8354242: VectorAPI: combine vector not operation with compare [v13]
erifan
- RFR: 8354242: VectorAPI: combine vector not operation with compare [v13]
duke
- RFR: 8354242: VectorAPI: combine vector not operation with compare [v7]
erifan
- RFR: 8354242: VectorAPI: combine vector not operation with compare [v7]
Emanuel Peter
- RFR: 8354242: VectorAPI: combine vector not operation with compare [v7]
erifan
- RFR: 8354348: Enable Extended EVEX to REX2/REX demotion for commutative operations with same dst and src2
Jatin Bhateja
- RFR: 8354348: Enable Extended EVEX to REX2/REX demotion for commutative operations with same dst and src2
Jatin Bhateja
- RFR: 8354348: Enable Extended EVEX to REX2/REX demotion for commutative operations with same dst and src2 [v2]
Srinivas Vamsi Parasa
- RFR: 8354348: Enable Extended EVEX to REX2/REX demotion for commutative operations with same dst and src2 [v2]
Srinivas Vamsi Parasa
- RFR: 8354348: Enable Extended EVEX to REX2/REX demotion for commutative operations with same dst and src2 [v2]
Srinivas Vamsi Parasa
- RFR: 8354348: Enable Extended EVEX to REX2/REX demotion for commutative operations with same dst and src2 [v2]
Srinivas Vamsi Parasa
- RFR: 8354348: Enable Extended EVEX to REX2/REX demotion for commutative operations with same dst and src2 [v2]
Sandhya Viswanathan
- RFR: 8354348: Enable Extended EVEX to REX2/REX demotion for commutative operations with same dst and src2 [v2]
Srinivas Vamsi Parasa
- RFR: 8354348: Enable Extended EVEX to REX2/REX demotion for commutative operations with same dst and src2 [v3]
Srinivas Vamsi Parasa
- RFR: 8354348: Enable Extended EVEX to REX2/REX demotion for commutative operations with same dst and src2 [v3]
Srinivas Vamsi Parasa
- RFR: 8354348: Enable Extended EVEX to REX2/REX demotion for commutative operations with same dst and src2 [v4]
Srinivas Vamsi Parasa
- RFR: 8354348: Enable Extended EVEX to REX2/REX demotion for commutative operations with same dst and src2 [v4]
Sandhya Viswanathan
- RFR: 8354348: Enable Extended EVEX to REX2/REX demotion for commutative operations with same dst and src2 [v4]
Jatin Bhateja
- RFR: 8354348: Enable Extended EVEX to REX2/REX demotion for commutative operations with same dst and src2 [v5]
Srinivas Vamsi Parasa
- RFR: 8354348: Enable Extended EVEX to REX2/REX demotion for commutative operations with same dst and src2 [v5]
Srinivas Vamsi Parasa
- RFR: 8354348: Enable Extended EVEX to REX2/REX demotion for commutative operations with same dst and src2 [v5]
Srinivas Vamsi Parasa
- RFR: 8354348: Enable Extended EVEX to REX2/REX demotion for commutative operations with same dst and src2 [v5]
Jatin Bhateja
- RFR: 8354348: Enable Extended EVEX to REX2/REX demotion for commutative operations with same dst and src2 [v5]
Emanuel Peter
- RFR: 8354348: Enable Extended EVEX to REX2/REX demotion for commutative operations with same dst and src2 [v5]
Srinivas Vamsi Parasa
- RFR: 8354348: Enable Extended EVEX to REX2/REX demotion for commutative operations with same dst and src2 [v5]
Emanuel Peter
- RFR: 8354348: Enable Extended EVEX to REX2/REX demotion for commutative operations with same dst and src2 [v5]
Srinivas Vamsi Parasa
- RFR: 8355223: Improve documentation on @IntrinsicCandidate [v7]
Chen Liang
- RFR: 8355223: Improve documentation on @IntrinsicCandidate [v8]
Chen Liang
- RFR: 8355223: Improve documentation on @IntrinsicCandidate [v8]
Roger Riggs
- RFR: 8355354: C2 crashed: assert(_callee == nullptr || _callee == m) failed: repeated inline attempt with different callee [v3]
Damon Fenacci
- RFR: 8355354: C2 crashed: assert(_callee == nullptr || _callee == m) failed: repeated inline attempt with different callee [v3]
Damon Fenacci
- RFR: 8355354: C2 crashed: assert(_callee == nullptr || _callee == m) failed: repeated inline attempt with different callee [v3]
Dean Long
- RFR: 8355354: C2 crashed: assert(_callee == nullptr || _callee == m) failed: repeated inline attempt with different callee [v3]
Damon Fenacci
- RFR: 8355354: C2 crashed: assert(_callee == nullptr || _callee == m) failed: repeated inline attempt with different callee [v4]
Damon Fenacci
- RFR: 8355354: C2 crashed: assert(_callee == nullptr || _callee == m) failed: repeated inline attempt with different callee [v4]
Vladimir Ivanov
- RFR: 8356779: IGV: dump the index of the SafePointNode containing the current JVMS during parsing
Saranya Natarajan
- RFR: 8356779: IGV: dump the index of the SafePointNode containing the current JVMS during parsing
Emanuel Peter
- RFR: 8356779: IGV: dump the index of the SafePointNode containing the current JVMS during parsing
Christian Hagedorn
- RFR: 8356779: IGV: dump the index of the SafePointNode containing the current JVMS during parsing
Quan Anh Mai
- RFR: 8356779: IGV: dump the index of the SafePointNode containing the current JVMS during parsing
Saranya Natarajan
- RFR: 8356813: Improve Mod(I|L)Node::Value
Hannes Greule
- RFR: 8356813: Improve Mod(I|L)Node::Value
Emanuel Peter
- RFR: 8356813: Improve Mod(I|L)Node::Value
Hannes Greule
- RFR: 8356813: Improve Mod(I|L)Node::Value
Emanuel Peter
- RFR: 8356813: Improve Mod(I|L)Node::Value [v2]
Hannes Greule
- RFR: 8356813: Improve Mod(I|L)Node::Value [v7]
Hannes Greule
- RFR: 8356813: Improve Mod(I|L)Node::Value [v7]
Emanuel Peter
- RFR: 8356813: Improve Mod(I|L)Node::Value [v7]
Emanuel Peter
- RFR: 8356813: Improve Mod(I|L)Node::Value [v7]
Emanuel Peter
- RFR: 8356813: Improve Mod(I|L)Node::Value [v7]
Quan Anh Mai
- RFR: 8356813: Improve Mod(I|L)Node::Value [v7]
Hannes Greule
- RFR: 8356813: Improve Mod(I|L)Node::Value [v8]
Hannes Greule
- RFR: 8356813: Improve Mod(I|L)Node::Value [v8]
Hannes Greule
- RFR: 8356813: Improve Mod(I|L)Node::Value [v9]
Hannes Greule
- RFR: 8356813: Improve Mod(I|L)Node::Value [v9]
Emanuel Peter
- RFR: 8356813: Improve Mod(I|L)Node::Value [v9]
Quan Anh Mai
- RFR: 8356813: Improve Mod(I|L)Node::Value [v9]
Hannes Greule
- RFR: 8356813: Improve Mod(I|L)Node::Value [v9]
Quan Anh Mai
- RFR: 8356813: Improve Mod(I|L)Node::Value [v9]
Hannes Greule
- RFR: 8357258: x86: Improve receiver type profiling reliability
Aleksey Shipilev
- RFR: 8357258: x86: Improve receiver type profiling reliability
Aleksey Shipilev
- RFR: 8357258: x86: Improve receiver type profiling reliability [v2]
Aleksey Shipilev
- RFR: 8357258: x86: Improve receiver type profiling reliability [v2]
Aleksey Shipilev
- RFR: 8357258: x86: Improve receiver type profiling reliability [v2]
Dean Long
- RFR: 8357258: x86: Improve receiver type profiling reliability [v2]
Dean Long
- RFR: 8357258: x86: Improve receiver type profiling reliability [v2]
Aleksey Shipilev
- RFR: 8357258: x86: Improve receiver type profiling reliability [v2]
Aleksey Shipilev
- RFR: 8357258: x86: Improve receiver type profiling reliability [v3]
Aleksey Shipilev
- RFR: 8358751: C2: Recursive inlining check for compiled lambda forms is broken
Vladimir Ivanov
- RFR: 8359378: aarch64: crash when using -XX:+UseFPUForSpilling
Roberto Castañeda Lozano
- RFR: 8359378: aarch64: crash when using -XX:+UseFPUForSpilling
Boris Ulasevich
- RFR: 8359378: aarch64: crash when using -XX:+UseFPUForSpilling
Andrew Haley
- RFR: 8359378: aarch64: crash when using -XX:+UseFPUForSpilling
Boris Ulasevich
- RFR: 8359378: aarch64: crash when using -XX:+UseFPUForSpilling
Roberto Castañeda Lozano
- RFR: 8359378: aarch64: crash when using -XX:+UseFPUForSpilling
Andrew Dinn
- RFR: 8359378: aarch64: crash when using -XX:+UseFPUForSpilling
Boris Ulasevich
- RFR: 8359378: aarch64: crash when using -XX:+UseFPUForSpilling
Roberto Castañeda Lozano
- RFR: 8359378: aarch64: crash when using -XX:+UseFPUForSpilling
Andrew Haley
- RFR: 8359378: aarch64: crash when using -XX:+UseFPUForSpilling
Roberto Castañeda Lozano
- RFR: 8359378: aarch64: crash when using -XX:+UseFPUForSpilling
Boris Ulasevich
- RFR: 8359378: aarch64: crash when using -XX:+UseFPUForSpilling
Roberto Castañeda Lozano
- RFR: 8359412: Template-Framework Library: Operations and Expressions
Emanuel Peter
- RFR: 8359412: Template-Framework Library: Operations and Expressions
Manuel Hässig
- RFR: 8359412: Template-Framework Library: Operations and Expressions
Emanuel Peter
- RFR: 8359412: Template-Framework Library: Operations and Expressions [v2]
Emanuel Peter
- RFR: 8359412: Template-Framework Library: Operations and Expressions [v2]
Emanuel Peter
- RFR: 8359412: Template-Framework Library: Operations and Expressions [v3]
Emanuel Peter
- RFR: 8359412: Template-Framework Library: Operations and Expressions [v3]
Emanuel Peter
- RFR: 8359412: Template-Framework Library: Operations and Expressions [v4]
Emanuel Peter
- RFR: 8359412: Template-Framework Library: Operations and Expressions [v5]
Emanuel Peter
- RFR: 8359412: Template-Framework Library: Operations and Expressions [v6]
Emanuel Peter
- RFR: 8359412: Template-Framework Library: Operations and Expressions [v6]
Emanuel Peter
- RFR: 8359412: Template-Framework Library: Operations and Expressions [v6]
Manuel Hässig
- RFR: 8359412: Template-Framework Library: Operations and Expressions [v6]
Galder Zamarreño
- RFR: 8359412: Template-Framework Library: Operations and Expressions [v6]
Emanuel Peter
- RFR: 8359412: Template-Framework Library: Operations and Expressions [v6]
Galder Zamarreño
- RFR: 8360031: C2 compilation asserts in MemBarNode::remove [v2]
Damon Fenacci
- RFR: 8360031: C2 compilation asserts in MemBarNode::remove [v2]
Dean Long
- RFR: 8360031: C2 compilation asserts in MemBarNode::remove [v2]
Damon Fenacci
- RFR: 8360031: C2 compilation asserts in MemBarNode::remove [v3]
Damon Fenacci
- RFR: 8360031: C2 compilation asserts in MemBarNode::remove [v3]
Dean Long
- RFR: 8360031: C2 compilation asserts in MemBarNode::remove [v4]
Damon Fenacci
- RFR: 8360031: C2 compilation asserts in MemBarNode::remove [v4]
Damon Fenacci
- RFR: 8360031: C2 compilation asserts in MemBarNode::remove [v4]
Damon Fenacci
- RFR: 8360031: C2 compilation asserts in MemBarNode::remove [v4]
Dean Long
- RFR: 8360192: C2: Make the type of count leading/trailing zero nodes more precise [v10]
Qizheng Xing
- RFR: 8360192: C2: Make the type of count leading/trailing zero nodes more precise [v10]
Qizheng Xing
- RFR: 8360192: C2: Make the type of count leading/trailing zero nodes more precise [v11]
Qizheng Xing
- RFR: 8360192: C2: Make the type of count leading/trailing zero nodes more precise [v12]
Qizheng Xing
- RFR: 8360192: C2: Make the type of count leading/trailing zero nodes more precise [v12]
Qizheng Xing
- RFR: 8360192: C2: Make the type of count leading/trailing zero nodes more precise [v13]
Qizheng Xing
- RFR: 8360192: C2: Make the type of count leading/trailing zero nodes more precise [v14]
Qizheng Xing
- RFR: 8360192: C2: Make the type of count leading/trailing zero nodes more precise [v14]
Emanuel Peter
- RFR: 8360192: C2: Make the type of count leading/trailing zero nodes more precise [v9]
Emanuel Peter
- RFR: 8360192: C2: Make the type of count leading/trailing zero nodes more precise [v9]
Qizheng Xing
- RFR: 8360558: Use hex literals instead of decimal literals in math intrinsic constants
Mohamed Issa
- RFR: 8360558: Use hex literals instead of decimal literals in math intrinsic constants
Manuel Hässig
- RFR: 8360558: Use hex literals instead of decimal literals in math intrinsic constants
Manuel Hässig
- RFR: 8360558: Use hex literals instead of decimal literals in math intrinsic constants
Mohamed Issa
- RFR: 8361376: Regressions 1-6% in several Renaissance in 26-b4 only MacOSX aarch64 [v5]
Dean Long
- RFR: 8361376: Regressions 1-6% in several Renaissance in 26-b4 only MacOSX aarch64 [v5]
Andrew Haley
- RFR: 8361376: Regressions 1-6% in several Renaissance in 26-b4 only MacOSX aarch64 [v5]
Erik Österlund
- RFR: 8361376: Regressions 1-6% in several Renaissance in 26-b4 only MacOSX aarch64 [v5]
Dean Long
- RFR: 8361582: AArch64: Some ConH values cannot be replicated with SVE [v8]
Bhavana Kilambi
- RFR: 8361582: AArch64: Some ConH values cannot be replicated with SVE [v8]
Aleksey Shipilev
- RFR: 8361699: C2: assert(can_reduce_phi(n->as_Phi())) failed: Sanity: previous reducible Phi is no longer reducible before SUT
Cesar Soares Lucas
- RFR: 8361699: C2: assert(can_reduce_phi(n->as_Phi())) failed: Sanity: previous reducible Phi is no longer reducible before SUT
Cesar Soares Lucas
- RFR: 8361699: C2: assert(can_reduce_phi(n->as_Phi())) failed: Sanity: previous reducible Phi is no longer reducible before SUT
Roberto Castañeda Lozano
- RFR: 8361699: C2: assert(can_reduce_phi(n->as_Phi())) failed: Sanity: previous reducible Phi is no longer reducible before SUT
Cesar Soares Lucas
- RFR: 8361699: C2: assert(can_reduce_phi(n->as_Phi())) failed: Sanity: previous reducible Phi is no longer reducible before SUT
Roberto Castañeda Lozano
- RFR: 8361699: C2: assert(can_reduce_phi(n->as_Phi())) failed: Sanity: previous reducible Phi is no longer reducible before SUT
Cesar Soares Lucas
- RFR: 8361699: C2: assert(can_reduce_phi(n->as_Phi())) failed: Sanity: previous reducible Phi is no longer reducible before SUT
Roberto Castañeda Lozano
- RFR: 8361699: C2: assert(can_reduce_phi(n->as_Phi())) failed: Sanity: previous reducible Phi is no longer reducible before SUT
Cesar Soares Lucas
- RFR: 8361699: C2: assert(can_reduce_phi(n->as_Phi())) failed: Sanity: previous reducible Phi is no longer reducible before SUT
Roberto Castañeda Lozano
- RFR: 8361699: C2: assert(can_reduce_phi(n->as_Phi())) failed: Sanity: previous reducible Phi is no longer reducible before SUT.
Cesar Soares Lucas
- RFR: 8361699: C2: assert(can_reduce_phi(n->as_Phi())) failed: Sanity: previous reducible Phi is no longer reducible before SUT.
Roberto Castañeda Lozano
- RFR: 8361699: C2: assert(can_reduce_phi(n->as_Phi())) failed: Sanity: previous reducible Phi is no longer reducible before SUT.
Cesar Soares Lucas
- RFR: 8361699: C2: assert(can_reduce_phi(n->as_Phi())) failed: Sanity: previous reducible Phi is no longer reducible before SUT.
Emanuel Peter
- RFR: 8361699: C2: assert(can_reduce_phi(n->as_Phi())) failed: Sanity: previous reducible Phi is no longer reducible before SUT.
Emanuel Peter
- RFR: 8361699: C2: assert(can_reduce_phi(n->as_Phi())) failed: Sanity: previous reducible Phi is no longer reducible before SUT [v2]
Cesar Soares Lucas
- RFR: 8361699: C2: assert(can_reduce_phi(n->as_Phi())) failed: Sanity: previous reducible Phi is no longer reducible before SUT [v2]
Roberto Castañeda Lozano
- RFR: 8361699: C2: assert(can_reduce_phi(n->as_Phi())) failed: Sanity: previous reducible Phi is no longer reducible before SUT [v2]
Roberto Castañeda Lozano
- RFR: 8361699: C2: assert(can_reduce_phi(n->as_Phi())) failed: Sanity: previous reducible Phi is no longer reducible before SUT [v2]
Tobias Hartmann
- RFR: 8361699: C2: assert(can_reduce_phi(n->as_Phi())) failed: Sanity: previous reducible Phi is no longer reducible before SUT [v2]
Roberto Castañeda Lozano
- RFR: 8361699: C2: assert(can_reduce_phi(n->as_Phi())) failed: Sanity: previous reducible Phi is no longer reducible before SUT [v2]
Cesar Soares Lucas
- RFR: 8361699: C2: assert(can_reduce_phi(n->as_Phi())) failed: Sanity: previous reducible Phi is no longer reducible before SUT [v3]
Cesar Soares Lucas
- RFR: 8361699: C2: assert(can_reduce_phi(n->as_Phi())) failed: Sanity: previous reducible Phi is no longer reducible before SUT [v4]
Cesar Soares Lucas
- RFR: 8361699: C2: assert(can_reduce_phi(n->as_Phi())) failed: Sanity: previous reducible Phi is no longer reducible before SUT [v4]
Roberto Castañeda Lozano
- RFR: 8361702: C2: assert(is_dominator(compute_early_ctrl(limit, limit_ctrl), pre_end)) failed: node pinned on loop exit test? [v4]
Roland Westrelin
- RFR: 8361702: C2: assert(is_dominator(compute_early_ctrl(limit, limit_ctrl), pre_end)) failed: node pinned on loop exit test? [v4]
Emanuel Peter
- RFR: 8361702: C2: assert(is_dominator(compute_early_ctrl(limit, limit_ctrl), pre_end)) failed: node pinned on loop exit test? [v4]
Roland Westrelin
- RFR: 8361702: C2: assert(is_dominator(compute_early_ctrl(limit, limit_ctrl), pre_end)) failed: node pinned on loop exit test? [v4]
Roland Westrelin
- RFR: 8361702: C2: assert(is_dominator(compute_early_ctrl(limit, limit_ctrl), pre_end)) failed: node pinned on loop exit test? [v6]
Roland Westrelin
- RFR: 8361702: C2: assert(is_dominator(compute_early_ctrl(limit, limit_ctrl), pre_end)) failed: node pinned on loop exit test? [v7]
Roland Westrelin
- RFR: 8361702: C2: assert(is_dominator(compute_early_ctrl(limit, limit_ctrl), pre_end)) failed: node pinned on loop exit test? [v7]
Christian Hagedorn
- RFR: 8361702: C2: assert(is_dominator(compute_early_ctrl(limit, limit_ctrl), pre_end)) failed: node pinned on loop exit test? [v7]
Emanuel Peter
- RFR: 8361702: C2: assert(is_dominator(compute_early_ctrl(limit, limit_ctrl), pre_end)) failed: node pinned on loop exit test? [v7]
Christian Hagedorn
- RFR: 8361702: C2: assert(is_dominator(compute_early_ctrl(limit, limit_ctrl), pre_end)) failed: node pinned on loop exit test? [v7]
Roland Westrelin
- RFR: 8361702: C2: assert(is_dominator(compute_early_ctrl(limit, limit_ctrl), pre_end)) failed: node pinned on loop exit test? [v8]
Roland Westrelin
- RFR: 8361702: C2: assert(is_dominator(compute_early_ctrl(limit, limit_ctrl), pre_end)) failed: node pinned on loop exit test? [v8]
Christian Hagedorn
- RFR: 8361702: C2: assert(is_dominator(compute_early_ctrl(limit, limit_ctrl), pre_end)) failed: node pinned on loop exit test? [v9]
Roland Westrelin
- RFR: 8361702: C2: assert(is_dominator(compute_early_ctrl(limit, limit_ctrl), pre_end)) failed: node pinned on loop exit test? [v9]
Emanuel Peter
- RFR: 8362117: C2: compiler/stringopts/TestStackedConcatsAppendUncommonTrap.java fails with a wrong result due to invalidated liveness assumptions for data phis
Daniel Skantz
- RFR: 8362117: C2: compiler/stringopts/TestStackedConcatsAppendUncommonTrap.java fails with a wrong result due to invalidated liveness assumptions for data phis
Emanuel Peter
- RFR: 8362117: C2: compiler/stringopts/TestStackedConcatsAppendUncommonTrap.java fails with a wrong result due to invalidated liveness assumptions for data phis
Emanuel Peter
- RFR: 8362117: C2: compiler/stringopts/TestStackedConcatsAppendUncommonTrap.java fails with a wrong result due to invalidated liveness assumptions for data phis
Emanuel Peter
- RFR: 8362117: C2: compiler/stringopts/TestStackedConcatsAppendUncommonTrap.java fails with a wrong result due to invalidated liveness assumptions for data phis
Emanuel Peter
- RFR: 8362117: C2: compiler/stringopts/TestStackedConcatsAppendUncommonTrap.java fails with a wrong result due to invalidated liveness assumptions for data phis
Emanuel Peter
- RFR: 8362117: C2: compiler/stringopts/TestStackedConcatsAppendUncommonTrap.java fails with a wrong result due to invalidated liveness assumptions for data phis
Daniel Skantz
- RFR: 8362117: C2: compiler/stringopts/TestStackedConcatsAppendUncommonTrap.java fails with a wrong result due to invalidated liveness assumptions for data phis
Daniel Skantz
- RFR: 8362117: C2: compiler/stringopts/TestStackedConcatsAppendUncommonTrap.java fails with a wrong result due to invalidated liveness assumptions for data phis [v2]
Daniel Skantz
- RFR: 8362117: C2: compiler/stringopts/TestStackedConcatsAppendUncommonTrap.java fails with a wrong result due to invalidated liveness assumptions for data phis [v2]
Dean Long
- RFR: 8362117: C2: compiler/stringopts/TestStackedConcatsAppendUncommonTrap.java fails with a wrong result due to invalidated liveness assumptions for data phis [v2]
Dean Long
- RFR: 8362117: C2: compiler/stringopts/TestStackedConcatsAppendUncommonTrap.java fails with a wrong result due to invalidated liveness assumptions for data phis [v2]
Daniel Skantz
- RFR: 8362117: C2: compiler/stringopts/TestStackedConcatsAppendUncommonTrap.java fails with a wrong result due to invalidated liveness assumptions for data phis [v2]
Dean Long
- RFR: 8362394: C2: Repeated stacked string concatenation fails with "Hit MemLimit" and other resourcing errors [v4]
Daniel Skantz
- RFR: 8362394: C2: Repeated stacked string concatenation fails with "Hit MemLimit" and other resourcing errors [v4]
Christian Hagedorn
- RFR: 8363989: AArch64: Add missing backend support of VectorAPI expand operation
erifan
- RFR: 8363989: AArch64: Add missing backend support of VectorAPI expand operation
Emanuel Peter
- RFR: 8363989: AArch64: Add missing backend support of VectorAPI expand operation
erifan
- RFR: 8363989: AArch64: Add missing backend support of VectorAPI expand operation
erifan
- RFR: 8363989: AArch64: Add missing backend support of VectorAPI expand operation
Emanuel Peter
- RFR: 8363989: AArch64: Add missing backend support of VectorAPI expand operation
erifan
- RFR: 8363989: AArch64: Add missing backend support of VectorAPI expand operation [v2]
Emanuel Peter
- RFR: 8363989: AArch64: Add missing backend support of VectorAPI expand operation [v2]
Emanuel Peter
- RFR: 8363989: AArch64: Add missing backend support of VectorAPI expand operation [v2]
Xiaohong Gong
- RFR: 8363989: AArch64: Add missing backend support of VectorAPI expand operation [v2]
erifan
- RFR: 8363989: AArch64: Add missing backend support of VectorAPI expand operation [v2]
erifan
- RFR: 8363989: AArch64: Add missing backend support of VectorAPI expand operation [v2]
erifan
- RFR: 8363989: AArch64: Add missing backend support of VectorAPI expand operation [v2]
Emanuel Peter
- RFR: 8363989: AArch64: Add missing backend support of VectorAPI expand operation [v3]
erifan
- RFR: 8363989: AArch64: Add missing backend support of VectorAPI expand operation [v3]
Emanuel Peter
- RFR: 8363989: AArch64: Add missing backend support of VectorAPI expand operation [v4]
erifan
- RFR: 8363989: AArch64: Add missing backend support of VectorAPI expand operation [v4]
erifan
- RFR: 8363989: AArch64: Add missing backend support of VectorAPI expand operation [v4]
Emanuel Peter
- RFR: 8363989: AArch64: Add missing backend support of VectorAPI expand operation [v4]
duke
- RFR: 8363989: AArch64: Add missing backend support of VectorAPI expand operation [v4]
erifan
- RFR: 8364305: Support AVX10 saturating floating point conversion instructions [v10]
Mohamed Issa
- RFR: 8364305: Support AVX10 saturating floating point conversion instructions [v11]
Mohamed Issa
- RFR: 8364305: Support AVX10 saturating floating point conversion instructions [v11]
Sandhya Viswanathan
- RFR: 8364305: Support AVX10 saturating floating point conversion instructions [v11]
Jatin Bhateja
- RFR: 8364305: Support AVX10 saturating floating point conversion instructions [v11]
Sandhya Viswanathan
- RFR: 8364305: Support AVX10 saturating floating point conversion instructions [v11]
Sandhya Viswanathan
- RFR: 8364305: Support AVX10 saturating floating point conversion instructions [v11]
Mohamed Issa
- RFR: 8364305: Support AVX10 saturating floating point conversion instructions [v11]
Mohamed Issa
- RFR: 8364305: Support AVX10 saturating floating point conversion instructions [v11]
Mohamed Issa
- RFR: 8364305: Support AVX10 saturating floating point conversion instructions [v12]
Mohamed Issa
- RFR: 8364305: Support AVX10 saturating floating point conversion instructions [v12]
Sandhya Viswanathan
- RFR: 8364305: Support AVX10 saturating floating point conversion instructions [v12]
Mohamed Issa
- RFR: 8364305: Support AVX10 saturating floating point conversion instructions [v13]
Mohamed Issa
- RFR: 8364305: Support AVX10 saturating floating point conversion instructions [v14]
Mohamed Issa
- RFR: 8364305: Support AVX10 saturating floating point conversion instructions [v14]
Jatin Bhateja
- RFR: 8364305: Support AVX10 saturating floating point conversion instructions [v14]
Mohamed Issa
- RFR: 8364305: Support AVX10 saturating floating point conversion instructions [v15]
Mohamed Issa
- RFR: 8364305: Support AVX10 saturating floating point conversion instructions [v16]
Mohamed Issa
- RFR: 8364305: Support AVX10 saturating floating point conversion instructions [v16]
Sandhya Viswanathan
- RFR: 8364305: Support AVX10 saturating floating point conversion instructions [v16]
Srinivas Vamsi Parasa
- RFR: 8364305: Support AVX10 saturating floating point conversion instructions [v17]
Mohamed Issa
- RFR: 8364305: Support AVX10 saturating floating point conversion instructions [v17]
Mohamed Issa
- RFR: 8364305: Support AVX10 saturating floating point conversion instructions [v17]
Jatin Bhateja
- RFR: 8364305: Support AVX10 saturating floating point conversion instructions [v17]
Manuel Hässig
- RFR: 8364305: Support AVX10 saturating floating point conversion instructions [v17]
Manuel Hässig
- RFR: 8364305: Support AVX10 saturating floating point conversion instructions [v17]
Mohamed Issa
- RFR: 8364305: Support AVX10 saturating floating point conversion instructions [v18]
Mohamed Issa
- RFR: 8364305: Support AVX10 saturating floating point conversion instructions [v18]
Sandhya Viswanathan
- RFR: 8364305: Support AVX10 saturating floating point conversion instructions [v18]
Vladimir Ivanov
- RFR: 8364305: Support AVX10 saturating floating point conversion instructions [v18]
Mohamed Issa
- RFR: 8364305: Support AVX10 saturating floating point conversion instructions [v2]
Mohamed Issa
- RFR: 8364305: Support AVX10 saturating floating point conversion instructions [v2]
Jatin Bhateja
- RFR: 8364305: Support AVX10 saturating floating point conversion instructions [v3]
Jatin Bhateja
- RFR: 8364305: Support AVX10 saturating floating point conversion instructions [v3]
Jatin Bhateja
- RFR: 8364305: Support AVX10 saturating floating point conversion instructions [v3]
Mohamed Issa
- RFR: 8364305: Support AVX10 saturating floating point conversion instructions [v4]
Mohamed Issa
- RFR: 8364305: Support AVX10 saturating floating point conversion instructions [v5]
Mohamed Issa
- RFR: 8364305: Support AVX10 saturating floating point conversion instructions [v5]
Jatin Bhateja
- RFR: 8364305: Support AVX10 saturating floating point conversion instructions [v5]
Mohamed Issa
- RFR: 8364305: Support AVX10 saturating floating point conversion instructions [v6]
Mohamed Issa
- RFR: 8364305: Support AVX10 saturating floating point conversion instructions [v7]
Mohamed Issa
- RFR: 8364305: Support AVX10 saturating floating point conversion instructions [v8]
Mohamed Issa
- RFR: 8364305: Support AVX10 saturating floating point conversion instructions [v9]
Mohamed Issa
- RFR: 8364305: Support AVX10 saturating floating point conversion instructions [v9]
Jatin Bhateja
- RFR: 8364305: Support AVX10 saturating floating point conversion instructions [v9]
Mohamed Issa
- RFR: 8364757: Missing Store nodes caused by bad wiring in PhaseIdealLoop::insert_post_loop
Benoît Maillard
- RFR: 8364757: Missing Store nodes caused by bad wiring in PhaseIdealLoop::insert_post_loop
Roland Westrelin
- RFR: 8364757: Missing Store nodes caused by bad wiring in PhaseIdealLoop::insert_post_loop
Emanuel Peter
- RFR: 8364757: Missing Store nodes caused by bad wiring in PhaseIdealLoop::insert_post_loop
Emanuel Peter
- RFR: 8364757: Missing Store nodes caused by bad wiring in PhaseIdealLoop::insert_post_loop
Emanuel Peter
- RFR: 8364757: Missing Store nodes caused by bad wiring in PhaseIdealLoop::insert_post_loop
Emanuel Peter
- RFR: 8364757: Missing Store nodes caused by bad wiring in PhaseIdealLoop::insert_post_loop
Benoît Maillard
- RFR: 8364757: Missing Store nodes caused by bad wiring in PhaseIdealLoop::insert_post_loop
Benoît Maillard
- RFR: 8364757: Missing Store nodes caused by bad wiring in PhaseIdealLoop::insert_post_loop [v2]
Benoît Maillard
- RFR: 8364757: Missing Store nodes caused by bad wiring in PhaseIdealLoop::insert_post_loop [v2]
Benoît Maillard
- RFR: 8364757: Missing Store nodes caused by bad wiring in PhaseIdealLoop::insert_post_loop [v3]
Benoît Maillard
- RFR: 8364757: Missing Store nodes caused by bad wiring in PhaseIdealLoop::insert_post_loop [v4]
Benoît Maillard
- RFR: 8364757: Missing Store nodes caused by bad wiring in PhaseIdealLoop::insert_post_loop [v4]
Benoît Maillard
- RFR: 8364757: Missing Store nodes caused by bad wiring in PhaseIdealLoop::insert_post_loop [v4]
Benoît Maillard
- RFR: 8364757: Missing Store nodes caused by bad wiring in PhaseIdealLoop::insert_post_loop [v4]
Benoît Maillard
- RFR: 8364757: Missing Store nodes caused by bad wiring in PhaseIdealLoop::insert_post_loop [v5]
Benoît Maillard
- RFR: 8364757: Missing Store nodes caused by bad wiring in PhaseIdealLoop::insert_post_loop [v5]
Benoît Maillard
- RFR: 8364757: Missing Store nodes caused by bad wiring in PhaseIdealLoop::insert_post_loop [v6]
Benoît Maillard
- RFR: 8364757: Missing Store nodes caused by bad wiring in PhaseIdealLoop::insert_post_loop [v7]
Benoît Maillard
- RFR: 8364757: Missing Store nodes caused by bad wiring in PhaseIdealLoop::insert_post_loop [v7]
Benoît Maillard
- RFR: 8364757: Missing Store nodes caused by bad wiring in PhaseIdealLoop::insert_post_loop [v7]
Benoît Maillard
- RFR: 8364757: Missing Store nodes caused by bad wiring in PhaseIdealLoop::insert_post_loop [v7]
Manuel Hässig
- RFR: 8364970: Redo JDK-8327381 by updating the CmpU type instead of the Bool type [v3]
Francisco Ferrari Bihurriet
- RFR: 8364970: Redo JDK-8327381 by updating the CmpU type instead of the Bool type [v3]
Christian Hagedorn
- RFR: 8365205: C2: Optimize popcount value computation using knownbits
Jatin Bhateja
- RFR: 8365205: C2: Optimize popcount value computation using knownbits
Hannes Greule
- RFR: 8365205: C2: Optimize popcount value computation using knownbits
Jatin Bhateja
- RFR: 8365205: C2: Optimize popcount value computation using knownbits
Chen Liang
- RFR: 8365205: C2: Optimize popcount value computation using knownbits [v10]
Jatin Bhateja
- RFR: 8365205: C2: Optimize popcount value computation using knownbits [v10]
Hannes Greule
- RFR: 8365205: C2: Optimize popcount value computation using knownbits [v10]
Jatin Bhateja
- RFR: 8365205: C2: Optimize popcount value computation using knownbits [v11]
Jatin Bhateja
- RFR: 8365205: C2: Optimize popcount value computation using knownbits [v11]
Hannes Greule
- RFR: 8365205: C2: Optimize popcount value computation using knownbits [v11]
Chen Liang
- RFR: 8365205: C2: Optimize popcount value computation using knownbits [v2]
Jatin Bhateja
- RFR: 8365205: C2: Optimize popcount value computation using knownbits [v3]
Jatin Bhateja
- RFR: 8365205: C2: Optimize popcount value computation using knownbits [v3]
Jatin Bhateja
- RFR: 8365205: C2: Optimize popcount value computation using knownbits [v3]
Emanuel Peter
- RFR: 8365205: C2: Optimize popcount value computation using knownbits [v3]
Emanuel Peter
- RFR: 8365205: C2: Optimize popcount value computation using knownbits [v3]
Jatin Bhateja
- RFR: 8365205: C2: Optimize popcount value computation using knownbits [v3]
Emanuel Peter
- RFR: 8365205: C2: Optimize popcount value computation using knownbits [v3]
Jatin Bhateja
- RFR: 8365205: C2: Optimize popcount value computation using knownbits [v3]
Jatin Bhateja
- RFR: 8365205: C2: Optimize popcount value computation using knownbits [v3]
Hannes Greule
- RFR: 8365205: C2: Optimize popcount value computation using knownbits [v3]
Emanuel Peter
- RFR: 8365205: C2: Optimize popcount value computation using knownbits [v3]
Emanuel Peter
- RFR: 8365205: C2: Optimize popcount value computation using knownbits [v3]
Emanuel Peter
- RFR: 8365205: C2: Optimize popcount value computation using knownbits [v3]
Jatin Bhateja
- RFR: 8365205: C2: Optimize popcount value computation using knownbits [v3]
Emanuel Peter
- RFR: 8365205: C2: Optimize popcount value computation using knownbits [v3]
Jatin Bhateja
- RFR: 8365205: C2: Optimize popcount value computation using knownbits [v3]
Emanuel Peter
- RFR: 8365205: C2: Optimize popcount value computation using knownbits [v3]
Jatin Bhateja
- RFR: 8365205: C2: Optimize popcount value computation using knownbits [v4]
Jatin Bhateja
- RFR: 8365205: C2: Optimize popcount value computation using knownbits [v5]
Jatin Bhateja
- RFR: 8365205: C2: Optimize popcount value computation using knownbits [v6]
Jatin Bhateja
- RFR: 8365205: C2: Optimize popcount value computation using knownbits [v7]
Jatin Bhateja
- RFR: 8365205: C2: Optimize popcount value computation using knownbits [v7]
Emanuel Peter
- RFR: 8365205: C2: Optimize popcount value computation using knownbits [v8]
Jatin Bhateja
- RFR: 8365205: C2: Optimize popcount value computation using knownbits [v8]
Emanuel Peter
- RFR: 8365205: C2: Optimize popcount value computation using knownbits [v8]
Jatin Bhateja
- RFR: 8365205: C2: Optimize popcount value computation using knownbits [v9]
Jatin Bhateja
- RFR: 8365205: C2: Optimize popcount value computation using knownbits [v9]
Emanuel Peter
- RFR: 8365205: C2: Optimize popcount value computation using knownbits [v9]
Emanuel Peter
- RFR: 8365205: C2: Optimize popcount value computation using knownbits [v9]
Jatin Bhateja
- RFR: 8365205: C2: Optimize popcount value computation using knownbits [v9]
Jatin Bhateja
- RFR: 8365407: Race condition in MethodTrainingData::verify() [v8]
Vladimir Ivanov
- RFR: 8365407: Race condition in MethodTrainingData::verify() [v8]
Igor Veresov
- RFR: 8365407: Race condition in MethodTrainingData::verify() [v8]
Igor Veresov
- RFR: 8365407: Race condition in MethodTrainingData::verify() [v8]
Vladimir Ivanov
- RFR: 8365407: Race condition in MethodTrainingData::verify() [v8]
Vladimir Ivanov
- RFR: 8365407: Race condition in MethodTrainingData::verify() [v8]
Ioi Lam
- RFR: 8365570: C2 fails assert(false) failed: Unexpected node in SuperWord truncation: CastII [v2]
Christian Hagedorn
- RFR: 8365570: C2 fails assert(false) failed: Unexpected node in SuperWord truncation: CastII [v2]
Jasmine Karthikeyan
- RFR: 8365570: C2 fails assert(false) failed: Unexpected node in SuperWord truncation: CastII [v2]
Christian Hagedorn
- RFR: 8365732: RISC-V: implement AES CTR intrinsics [v10]
Anjian Wen
- RFR: 8365732: RISC-V: implement AES CTR intrinsics [v6]
Anjian Wen
- RFR: 8365732: RISC-V: implement AES CTR intrinsics [v7]
Anjian Wen
- RFR: 8365732: RISC-V: implement AES CTR intrinsics [v7]
Anjian Wen
- RFR: 8365732: RISC-V: implement AES CTR intrinsics [v7]
Fei Yang
- RFR: 8365732: RISC-V: implement AES CTR intrinsics [v8]
Anjian Wen
- RFR: 8365791: IGV: Update build dependencies
Roberto Castañeda Lozano
- RFR: 8365911: AArch64: Fix encoding error in sve_cpy for negative floats
Andrew Haley
- RFR: 8365911: AArch64: Fix encoding error in sve_cpy for negative floats
erifan
- RFR: 8365911: AArch64: Fix encoding error in sve_cpy for negative floats
Andrew Haley
- RFR: 8365911: AArch64: Fix encoding error in sve_cpy for negative floats
erifan
- RFR: 8365911: AArch64: Fix encoding error in sve_cpy for negative floats
Emanuel Peter
- RFR: 8365911: AArch64: Fix encoding error in sve_cpy for negative floats
erifan
- RFR: 8365911: AArch64: Fix encoding error in sve_cpy for negative floats
erifan
- RFR: 8365911: AArch64: Fix encoding error in sve_cpy for negative floats
erifan
- RFR: 8365911: AArch64: Fix encoding error in sve_cpy for negative floats
erifan
- RFR: 8365911: AArch64: Fix encoding error in sve_cpy for negative floats [v2]
erifan
- RFR: 8365911: AArch64: Fix encoding error in sve_cpy for negative floats [v2]
Andrew Haley
- RFR: 8365911: AArch64: Fix encoding error in sve_cpy for negative floats [v2]
erifan
- RFR: 8365911: AArch64: Fix encoding error in sve_cpy for negative floats [v2]
Andrew Haley
- RFR: 8365911: AArch64: Fix encoding error in sve_cpy for negative floats [v2]
erifan
- RFR: 8365911: AArch64: Fix encoding error in sve_cpy for negative floats [v2]
Andrew Haley
- RFR: 8365911: AArch64: Fix encoding error in sve_cpy for negative floats [v2]
erifan
- RFR: 8365911: AArch64: Fix encoding error in sve_cpy for negative floats [v2]
erifan
- RFR: 8365911: AArch64: Fix encoding error in sve_cpy for negative floats [v3]
erifan
- RFR: 8365911: AArch64: Fix encoding error in sve_cpy for negative floats [v3]
erifan
- RFR: 8365911: AArch64: Fix encoding error in sve_cpy for negative floats [v3]
Andrew Haley
- RFR: 8365911: AArch64: Fix encoding error in sve_cpy for negative floats [v3]
erifan
- RFR: 8365911: AArch64: Fix encoding error in sve_cpy for negative floats [v3]
Emanuel Peter
- RFR: 8365911: AArch64: Fix encoding error in sve_cpy for negative floats [v3]
erifan
- RFR: 8365911: AArch64: Fix encoding error in sve_cpy for negative floats [v3]
Emanuel Peter
- RFR: 8365911: AArch64: Fix encoding error in sve_cpy for negative floats [v3]
duke
- RFR: 8365926: RISC-V: Performance regression in renaissance (chi-square)
Fei Yang
- RFR: 8365926: RISC-V: Performance regression in renaissance (chi-square) [v2]
Robbin Ehn
- RFR: 8365926: RISC-V: Performance regression in renaissance (chi-square) [v2]
Robbin Ehn
- RFR: 8365926: RISC-V: Performance regression in renaissance (chi-square) [v2]
Hamlin Li
- RFR: 8365926: RISC-V: Performance regression in renaissance (chi-square) [v2]
Hamlin Li
- RFR: 8365926: RISC-V: Performance regression in renaissance (chi-square) [v2]
Hamlin Li
- RFR: 8365926: RISC-V: Performance regression in renaissance (chi-square) [v2]
Robbin Ehn
- RFR: 8365926: RISC-V: Performance regression in renaissance (chi-square) [v2]
Robbin Ehn
- RFR: 8365926: RISC-V: Performance regression in renaissance (chi-square) [v2]
Fei Yang
- RFR: 8365926: RISC-V: Performance regression in renaissance (chi-square) [v2]
Hamlin Li
- RFR: 8365926: RISC-V: Performance regression in renaissance (chi-square) [v2]
Hamlin Li
- RFR: 8365926: RISC-V: Performance regression in renaissance (chi-square) [v2]
Robbin Ehn
- RFR: 8365926: RISC-V: Performance regression in renaissance (chi-square) [v2]
Robbin Ehn
- RFR: 8365926: RISC-V: Performance regression in renaissance (chi-square) [v2]
Robbin Ehn
- RFR: 8365926: RISC-V: Performance regression in renaissance (chi-square) [v2]
Hamlin Li
- RFR: 8365926: RISC-V: Performance regression in renaissance (chi-square) [v2]
Robbin Ehn
- RFR: 8365926: RISC-V: Performance regression in renaissance (chi-square) [v2]
Hamlin Li
- RFR: 8365926: RISC-V: Performance regression in renaissance (chi-square) [v2]
Robbin Ehn
- RFR: 8365926: RISC-V: Performance regression in renaissance (chi-square) [v2]
Hamlin Li
- RFR: 8365926: RISC-V: Performance regression in renaissance (chi-square) [v3]
Robbin Ehn
- RFR: 8365926: RISC-V: Performance regression in renaissance (chi-square) [v4]
Robbin Ehn
- RFR: 8365926: RISC-V: Performance regression in renaissance (chi-square) [v5]
Robbin Ehn
- RFR: 8365926: RISC-V: Performance regression in renaissance (chi-square) [v5]
Robbin Ehn
- RFR: 8365926: RISC-V: Performance regression in renaissance (chi-square) [v5]
Hamlin Li
- RFR: 8365926: RISC-V: Performance regression in renaissance (chi-square) [v5]
Robbin Ehn
- RFR: 8365926: RISC-V: Performance regression in renaissance (chi-square) [v5]
Hamlin Li
- RFR: 8365926: RISC-V: Performance regression in renaissance (chi-square) [v6]
Robbin Ehn
- RFR: 8365926: RISC-V: Performance regression in renaissance (chi-square) [v6]
Hamlin Li
- RFR: 8365926: RISC-V: Performance regression in renaissance (chi-square) [v6]
Fei Yang
- RFR: 8365926: RISC-V: Performance regression in renaissance (chi-square) [v6]
Robbin Ehn
- RFR: 8366118: DontCompileHugeMethods is not respected with -XX:-TieredCompilation [v5]
Tobias Hartmann
- RFR: 8366118: DontCompileHugeMethods is not respected with -XX:-TieredCompilation [v5]
Man Cao
- RFR: 8366118: DontCompileHugeMethods is not respected with -XX:-TieredCompilation [v5]
Chuck Rasbold
- RFR: 8366118: DontCompileHugeMethods is not respected with -XX:-TieredCompilation [v5]
Man Cao
- RFR: 8366333: AArch64: Enhance SVE subword type implementation of vector compress
erifan
- RFR: 8366333: AArch64: Enhance SVE subword type implementation of vector compress
Galder Zamarreño
- RFR: 8366333: AArch64: Enhance SVE subword type implementation of vector compress
Galder Zamarreño
- RFR: 8366333: AArch64: Enhance SVE subword type implementation of vector compress
erifan
- RFR: 8366333: AArch64: Enhance SVE subword type implementation of vector compress
erifan
- RFR: 8366333: AArch64: Enhance SVE subword type implementation of vector compress
Emanuel Peter
- RFR: 8366333: AArch64: Enhance SVE subword type implementation of vector compress [v2]
erifan
- RFR: 8366333: AArch64: Enhance SVE subword type implementation of vector compress [v2]
Galder Zamarreño
- RFR: 8366333: AArch64: Enhance SVE subword type implementation of vector compress [v2]
Emanuel Peter
- RFR: 8366333: AArch64: Enhance SVE subword type implementation of vector compress [v2]
erifan
- RFR: 8366333: AArch64: Enhance SVE subword type implementation of vector compress [v2]
Emanuel Peter
- RFR: 8366333: AArch64: Enhance SVE subword type implementation of vector compress [v2]
erifan
- RFR: 8366333: AArch64: Enhance SVE subword type implementation of vector compress [v2]
erifan
- RFR: 8366333: AArch64: Enhance SVE subword type implementation of vector compress [v3]
erifan
- RFR: 8366333: AArch64: Enhance SVE subword type implementation of vector compress [v3]
erifan
- RFR: 8366333: AArch64: Enhance SVE subword type implementation of vector compress [v3]
Vladimir Ivanov
- RFR: 8366357: C2 SuperWord: refactor VTransformNode::apply with VTransformApplyState [v3]
Emanuel Peter
- RFR: 8366361: C2 SuperWord: rename VTransformNode::set_req -> init_req, analogue to Node::init_req [v2]
Emanuel Peter
- RFR: 8366361: C2 SuperWord: rename VTransformNode::set_req -> init_req, analogue to Node::init_req [v2]
Christian Hagedorn
- RFR: 8366361: C2 SuperWord: rename VTransformNode::set_req -> init_req, analogue to Node::init_req [v2]
Emanuel Peter
- RFR: 8366427: C2 SuperWord: refactor VTransform scalar nodes [v2]
Emanuel Peter
- RFR: 8366427: C2 SuperWord: refactor VTransform scalar nodes [v2]
Manuel Hässig
- RFR: 8366427: C2 SuperWord: refactor VTransform scalar nodes [v3]
Emanuel Peter
- RFR: 8366427: C2 SuperWord: refactor VTransform scalar nodes [v3]
Manuel Hässig
- RFR: 8366427: C2 SuperWord: refactor VTransform scalar nodes [v3]
Christian Hagedorn
- RFR: 8366427: C2 SuperWord: refactor VTransform scalar nodes [v3]
Emanuel Peter
- RFR: 8366444: Add support for add/mul reduction operations for Float16
Bhavana Kilambi
- RFR: 8366444: Add support for add/mul reduction operations for Float16
Marc Chevalier
- RFR: 8366444: Add support for add/mul reduction operations for Float16
Bhavana Kilambi
- RFR: 8366444: Add support for add/mul reduction operations for Float16
Marc Chevalier
- RFR: 8366461: Remove obsolete method handle invoke logic [v3]
Dean Long
- RFR: 8366461: Remove obsolete method handle invoke logic [v3]
Vladimir Ivanov
- RFR: 8366461: Remove obsolete method handle invoke logic [v3]
Dean Long
- RFR: 8366461: Remove obsolete method handle invoke logic [v3]
Manuel Hässig
- RFR: 8366461: Remove obsolete method handle invoke logic [v3]
Dean Long
- RFR: 8366461: Remove obsolete method handle invoke logic [v3]
Dean Long
- RFR: 8366461: Remove obsolete method handle invoke logic [v3]
Manuel Hässig
- RFR: 8366490: C2 SuperWord: wrong result because CastP2X is missing ctrl and floats over SafePoint creating stale oops
Emanuel Peter
- RFR: 8366490: C2 SuperWord: wrong result because CastP2X is missing ctrl and floats over SafePoint creating stale oops
Tobias Hartmann
- RFR: 8366490: C2 SuperWord: wrong result because CastP2X is missing ctrl and floats over SafePoint creating stale oops [v2]
Emanuel Peter
- RFR: 8366490: C2 SuperWord: wrong result because CastP2X is missing ctrl and floats over SafePoint creating stale oops [v2]
Manuel Hässig
- RFR: 8366490: C2 SuperWord: wrong result because CastP2X is missing ctrl and floats over SafePoint creating stale oops [v2]
Christian Hagedorn
- RFR: 8366490: C2 SuperWord: wrong result because CastP2X is missing ctrl and floats over SafePoint creating stale oops [v3]
Emanuel Peter
- RFR: 8366490: C2 SuperWord: wrong result because CastP2X is missing ctrl and floats over SafePoint creating stale oops [v3]
Emanuel Peter
- RFR: 8366490: C2 SuperWord: wrong result because CastP2X is missing ctrl and floats over SafePoint creating stale oops [v3]
Christian Hagedorn
- RFR: 8366490: C2 SuperWord: wrong result because CastP2X is missing ctrl and floats over SafePoint creating stale oops [v3]
Tobias Hartmann
- RFR: 8366490: C2 SuperWord: wrong result because CastP2X is missing ctrl and floats over SafePoint creating stale oops [v3]
Emanuel Peter
- RFR: 8366569: Disable CompileTaskTimeout for known long-running test cases
Manuel Hässig
- RFR: 8366569: Disable CompileTaskTimeout for known long-running test cases
Dean Long
- RFR: 8366569: Disable CompileTaskTimeout for known long-running test cases
Manuel Hässig
- RFR: 8366588: VectorAPI: Re-intrinsify VectorMask.laneIsSet where the input index is a variable
erifan
- RFR: 8366588: VectorAPI: Re-intrinsify VectorMask.laneIsSet where the input index is a variable
Aleksey Shipilev
- RFR: 8366588: VectorAPI: Re-intrinsify VectorMask.laneIsSet where the input index is a variable
erifan
- RFR: 8366588: VectorAPI: Re-intrinsify VectorMask.laneIsSet where the input index is a variable
Aleksey Shipilev
- RFR: 8366588: VectorAPI: Re-intrinsify VectorMask.laneIsSet where the input index is a variable
Emanuel Peter
- RFR: 8366588: VectorAPI: Re-intrinsify VectorMask.laneIsSet where the input index is a variable
Emanuel Peter
- RFR: 8366588: VectorAPI: Re-intrinsify VectorMask.laneIsSet where the input index is a variable
Xiaohong Gong
- RFR: 8366588: VectorAPI: Re-intrinsify VectorMask.laneIsSet where the input index is a variable
Xiaohong Gong
- RFR: 8366588: VectorAPI: Re-intrinsify VectorMask.laneIsSet where the input index is a variable
erifan
- RFR: 8366588: VectorAPI: Re-intrinsify VectorMask.laneIsSet where the input index is a variable
Emanuel Peter
- RFR: 8366588: VectorAPI: Re-intrinsify VectorMask.laneIsSet where the input index is a variable
duke
- RFR: 8366702: C2 SuperWord: refactor VTransform vector nodes
Emanuel Peter
- RFR: 8366702: C2 SuperWord: refactor VTransform vector nodes
Emanuel Peter
- RFR: 8366702: C2 SuperWord: refactor VTransform vector nodes
Emanuel Peter
- RFR: 8366702: C2 SuperWord: refactor VTransform vector nodes
Manuel Hässig
- RFR: 8366702: C2 SuperWord: refactor VTransform vector nodes
Manuel Hässig
- RFR: 8366702: C2 SuperWord: refactor VTransform vector nodes
Emanuel Peter
- RFR: 8366702: C2 SuperWord: refactor VTransform vector nodes
Emanuel Peter
- RFR: 8366702: C2 SuperWord: refactor VTransform vector nodes
Emanuel Peter
- RFR: 8366702: C2 SuperWord: refactor VTransform vector nodes
Emanuel Peter
- RFR: 8366702: C2 SuperWord: refactor VTransform vector nodes
Emanuel Peter
- RFR: 8366702: C2 SuperWord: refactor VTransform vector nodes
Christian Hagedorn
- RFR: 8366702: C2 SuperWord: refactor VTransform vector nodes [v2]
Emanuel Peter
- RFR: 8366702: C2 SuperWord: refactor VTransform vector nodes [v2]
Emanuel Peter
- RFR: 8366702: C2 SuperWord: refactor VTransform vector nodes [v2]
Christian Hagedorn
- RFR: 8366702: C2 SuperWord: refactor VTransform vector nodes [v2]
Emanuel Peter
- RFR: 8366702: C2 SuperWord: refactor VTransform vector nodes [v2]
Emanuel Peter
- RFR: 8366702: C2 SuperWord: refactor VTransform vector nodes [v2]
Emanuel Peter
- RFR: 8366702: C2 SuperWord: refactor VTransform vector nodes [v2]
Christian Hagedorn
- RFR: 8366702: C2 SuperWord: refactor VTransform vector nodes [v3]
Emanuel Peter
- RFR: 8366702: C2 SuperWord: refactor VTransform vector nodes [v4]
Emanuel Peter
- RFR: 8366702: C2 SuperWord: refactor VTransform vector nodes [v4]
Christian Hagedorn
- RFR: 8366702: C2 SuperWord: refactor VTransform vector nodes [v4]
Emanuel Peter
- RFR: 8366702: C2 SuperWord: refactor VTransform vector nodes [v4]
Galder Zamarreño
- RFR: 8366702: C2 SuperWord: refactor VTransform vector nodes [v4]
Emanuel Peter
- RFR: 8366702: C2 SuperWord: refactor VTransform vector nodes [v4]
Emanuel Peter
- RFR: 8366702: C2 SuperWord: refactor VTransform vector nodes [v4]
Emanuel Peter
- RFR: 8366702: C2 SuperWord: refactor VTransform vector nodes [v4]
Galder Zamarreño
- RFR: 8366702: C2 SuperWord: refactor VTransform vector nodes [v5]
Emanuel Peter
- RFR: 8366702: C2 SuperWord: refactor VTransform vector nodes [v6]
Emanuel Peter
- RFR: 8366702: C2 SuperWord: refactor VTransform vector nodes [v6]
Galder Zamarreño
- RFR: 8366702: C2 SuperWord: refactor VTransform vector nodes [v6]
Christian Hagedorn
- RFR: 8366702: C2 SuperWord: refactor VTransform vector nodes [v6]
Emanuel Peter
- RFR: 8366747: RISC-V: Improve VerifyMethodHandles for method handle linkers
Anjian Wen
- RFR: 8366747: RISC-V: Improve VerifyMethodHandles for method handle linkers
Fei Yang
- RFR: 8366747: RISC-V: Improve VerifyMethodHandles for method handle linkers
Dingli Zhang
- RFR: 8366747: RISC-V: Improve VerifyMethodHandles for method handle linkers [v2]
Anjian Wen
- RFR: 8366747: RISC-V: Improve VerifyMethodHandles for method handle linkers [v2]
Anjian Wen
- RFR: 8366747: RISC-V: Improve VerifyMethodHandles for method handle linkers [v2]
Anjian Wen
- RFR: 8366747: RISC-V: Improve VerifyMethodHandles for method handle linkers [v2]
Fei Yang
- RFR: 8366747: RISC-V: Improve VerifyMethodHandles for method handle linkers [v2]
duke
- RFR: 8366775: TestCompileTaskTimeout should use timeoutFactor
Manuel Hässig
- RFR: 8366775: TestCompileTaskTimeout should use timeoutFactor
Christian Hagedorn
- RFR: 8366775: TestCompileTaskTimeout should use timeoutFactor
Roberto Castañeda Lozano
- RFR: 8366775: TestCompileTaskTimeout should use timeoutFactor
Manuel Hässig
- RFR: 8366775: TestCompileTaskTimeout should use timeoutFactor
Matthias Baesken
- RFR: 8366775: TestCompileTaskTimeout should use timeoutFactor
Matthias Baesken
- RFR: 8366775: TestCompileTaskTimeout should use timeoutFactor
Manuel Hässig
- RFR: 8366845: C2 SuperWord: wrong VectorCast after VectorReinterpret with swapped src/dst type
Emanuel Peter
- RFR: 8366845: C2 SuperWord: wrong VectorCast after VectorReinterpret with swapped src/dst type
Tobias Hartmann
- RFR: 8366845: C2 SuperWord: wrong VectorCast after VectorReinterpret with swapped src/dst type
Emanuel Peter
- RFR: 8366845: C2 SuperWord: wrong VectorCast after VectorReinterpret with swapped src/dst type
Vladimir Ivanov
- RFR: 8366845: C2 SuperWord: wrong VectorCast after VectorReinterpret with swapped src/dst type
Galder Zamarreño
- RFR: 8366845: C2 SuperWord: wrong VectorCast after VectorReinterpret with swapped src/dst type
Tobias Hartmann
- RFR: 8366845: C2 SuperWord: wrong VectorCast after VectorReinterpret with swapped src/dst type
Emanuel Peter
- RFR: 8366845: C2 SuperWord: wrong VectorCast after VectorReinterpret with swapped src/dst type
Emanuel Peter
- RFR: 8366845: C2 SuperWord: wrong VectorCast after VectorReinterpret with swapped src/dst type
Galder Zamarreño
- RFR: 8366875: CompileTaskTimeout should be reset for each iteration of RepeatCompilation
Dean Long
- RFR: 8366875: CompileTaskTimeout should be reset for each iteration of RepeatCompilation
Emanuel Peter
- RFR: 8366875: CompileTaskTimeout should be reset for each iteration of RepeatCompilation [v2]
Manuel Hässig
- RFR: 8366875: CompileTaskTimeout should be reset for each iteration of RepeatCompilation [v2]
Manuel Hässig
- RFR: 8366875: CompileTaskTimeout should be reset for each iteration of RepeatCompilation [v2]
Manuel Hässig
- RFR: 8366875: CompileTaskTimeout should be reset for each iteration of RepeatCompilation [v3]
Manuel Hässig
- RFR: 8366875: CompileTaskTimeout should be reset for each iteration of RepeatCompilation [v3]
Dean Long
- RFR: 8366875: CompileTaskTimeout should be reset for each iteration of RepeatCompilation [v3]
Manuel Hässig
- RFR: 8366878: Improve flags of compiler/loopopts/superword/TestAlignVectorFuzzer.java
Manuel Hässig
- RFR: 8366878: Improve flags of compiler/loopopts/superword/TestAlignVectorFuzzer.java
Emanuel Peter
- RFR: 8366878: Improve flags of compiler/loopopts/superword/TestAlignVectorFuzzer.java
Manuel Hässig
- RFR: 8366878: Improve flags of compiler/loopopts/superword/TestAlignVectorFuzzer.java [v2]
Manuel Hässig
- RFR: 8366878: Improve flags of compiler/loopopts/superword/TestAlignVectorFuzzer.java [v2]
Manuel Hässig
- RFR: 8366878: Improve flags of compiler/loopopts/superword/TestAlignVectorFuzzer.java [v2]
Emanuel Peter
- RFR: 8366878: Improve flags of compiler/loopopts/superword/TestAlignVectorFuzzer.java [v2]
Marc Chevalier
- RFR: 8366878: Improve flags of compiler/loopopts/superword/TestAlignVectorFuzzer.java [v2]
Manuel Hässig
- RFR: 8366888: C2: incorrect assertion predicate with short running long counted loop
Roland Westrelin
- RFR: 8366888: C2: incorrect assertion predicate with short running long counted loop
Roland Westrelin
- RFR: 8366890: C2: Split through phi printing with TraceLoopOpts misses line break
Christian Hagedorn
- RFR: 8366890: C2: Split through phi printing with TraceLoopOpts misses line break
Roberto Castañeda Lozano
- RFR: 8366890: C2: Split through phi printing with TraceLoopOpts misses line break
Manuel Hässig
- RFR: 8366890: C2: Split through phi printing with TraceLoopOpts misses line break
Emanuel Peter
- RFR: 8366890: C2: Split through phi printing with TraceLoopOpts misses line break
Christian Hagedorn
- RFR: 8366940: Test compiler/loopopts/superword/TestAliasingFuzzer.java timed out
Emanuel Peter
- RFR: 8366940: Test compiler/loopopts/superword/TestAliasingFuzzer.java timed out
SendaoYan
- RFR: 8366940: Test compiler/loopopts/superword/TestAliasingFuzzer.java timed out
Christian Hagedorn
- RFR: 8366940: Test compiler/loopopts/superword/TestAliasingFuzzer.java timed out
Emanuel Peter
- RFR: 8366971: C2: Remove unused nop_list from PhaseOutput::init_buffer
Daniel Jeliński
- RFR: 8366971: C2: Remove unused nop_list from PhaseOutput::init_buffer
Dean Long
- RFR: 8366971: C2: Remove unused nop_list from PhaseOutput::init_buffer
Emanuel Peter
- RFR: 8366971: C2: Remove unused nop_list from PhaseOutput::init_buffer
Daniel Jeliński
- RFR: 8366971: C2: Remove unused nop_list from PhaseOutput::init_buffer
Emanuel Peter
- RFR: 8366971: C2: Remove unused nop_list from PhaseOutput::init_buffer
Emanuel Peter
- RFR: 8366971: C2: Remove unused nop_list from PhaseOutput::init_buffer [v2]
Daniel Jeliński
- RFR: 8366971: C2: Remove unused nop_list from PhaseOutput::init_buffer [v2]
Emanuel Peter
- RFR: 8366971: C2: Remove unused nop_list from PhaseOutput::init_buffer [v2]
Daniel Jeliński
- RFR: 8366984: Remove delay slot support
Emanuel Peter
- RFR: 8366984: Remove delay slot support
Daniel Jeliński
- RFR: 8366984: Remove delay slot support
Daniel Jeliński
- RFR: 8366984: Remove delay slot support
Emanuel Peter
- RFR: 8366984: Remove delay slot support
Emanuel Peter
- RFR: 8366984: Remove delay slot support
Daniel Jeliński
- RFR: 8366984: Remove delay slot support [v2]
Daniel Jeliński
- RFR: 8366984: Remove delay slot support [v3]
Daniel Jeliński
- RFR: 8366984: Remove delay slot support [v3]
Dean Long
- RFR: 8366984: Remove delay slot support [v3]
Daniel Jeliński
- RFR: 8367048: RISC-V: Correct pipeline descriptions of the architecture
Dingli Zhang
- RFR: 8367048: RISC-V: Correct pipeline descriptions of the architecture
Fei Yang
- RFR: 8367048: RISC-V: Correct pipeline descriptions of the architecture
Feilong Jiang
- RFR: 8367048: RISC-V: Correct pipeline descriptions of the architecture
Hamlin Li
- RFR: 8367048: RISC-V: Correct pipeline descriptions of the architecture
Dingli Zhang
- RFR: 8367048: RISC-V: Correct pipeline descriptions of the architecture
duke
- RFR: 8367048: RISC-V: Correct pipeline descriptions of the architecture [v2]
Dingli Zhang
- RFR: 8367048: RISC-V: Correct pipeline descriptions of the architecture [v2]
Fei Yang
- RFR: 8367135: Test compiler/loopstripmining/CheckLoopStripMining.java needs internal timeouts adjusted
Marc Chevalier
- RFR: 8367135: Test compiler/loopstripmining/CheckLoopStripMining.java needs internal timeouts adjusted
Tobias Hartmann
- RFR: 8367135: Test compiler/loopstripmining/CheckLoopStripMining.java needs internal timeouts adjusted
Christian Hagedorn
- RFR: 8367135: Test compiler/loopstripmining/CheckLoopStripMining.java needs internal timeouts adjusted
Marc Chevalier
- RFR: 8367243: Format issues with dist dump debug output in PhaseGVN::dead_loop_check
Emanuel Peter
- RFR: 8367243: Format issues with dist dump debug output in PhaseGVN::dead_loop_check
Tobias Hartmann
- RFR: 8367243: Format issues with dist dump debug output in PhaseGVN::dead_loop_check
Emanuel Peter
- RFR: 8367278: Test compiler/startup/StartupOutput.java timed out after completion on Windows
Damon Fenacci
- RFR: 8367278: Test compiler/startup/StartupOutput.java timed out after completion on Windows
SendaoYan
- RFR: 8367278: Test compiler/startup/StartupOutput.java timed out after completion on Windows
SendaoYan
- RFR: 8367278: Test compiler/startup/StartupOutput.java timed out after completion on Windows
Damon Fenacci
- RFR: 8367278: Test compiler/startup/StartupOutput.java timed out after completion on Windows [v2]
Damon Fenacci
- RFR: 8367278: Test compiler/startup/StartupOutput.java timed out after completion on Windows [v2]
Christian Hagedorn
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE
Xiaohong Gong
- RFR: 8367293: RISC-V: enable vectorapi test for VectorMask.laneIsSet
Dingli Zhang
- RFR: 8367293: RISC-V: enable vectorapi test for VectorMask.laneIsSet
Fei Yang
- RFR: 8367293: RISC-V: enable vectorapi test for VectorMask.laneIsSet
Emanuel Peter
- RFR: 8367293: RISC-V: enable vectorapi test for VectorMask.laneIsSet
Dingli Zhang
- RFR: 8367293: RISC-V: enable vectorapi test for VectorMask.laneIsSet
duke
- RFR: 8367313: CTW: Execute in AWT headless mode
Aleksey Shipilev
- RFR: 8367313: CTW: Execute in AWT headless mode
Aleksey Shipilev
- RFR: 8367313: CTW: Execute in AWT headless mode [v2]
Aleksey Shipilev
- RFR: 8367313: CTW: Execute in AWT headless mode [v2]
Emanuel Peter
- RFR: 8367313: CTW: Execute in AWT headless mode [v2]
Emanuel Peter
- RFR: 8367313: CTW: Execute in AWT headless mode [v2]
Vladimir Kozlov
- RFR: 8367313: CTW: Execute in AWT headless mode [v2]
Aleksey Shipilev
- RFR: 8367313: CTW: Execute in AWT headless mode [v2]
Emanuel Peter
- RFR: 8367313: CTW: Execute in AWT headless mode [v2]
Aleksey Shipilev
- RFR: 8367333: C2: Vector math operation intrinsification failure
Vladimir Ivanov
- RFR: 8367333: C2: Vector math operation intrinsification failure
Aleksey Shipilev
- RFR: 8367333: C2: Vector math operation intrinsification failure
Jatin Bhateja
- RFR: 8367333: C2: Vector math operation intrinsification failure
Emanuel Peter
- RFR: 8367333: C2: Vector math operation intrinsification failure [v2]
Vladimir Ivanov
- RFR: 8367333: C2: Vector math operation intrinsification failure [v2]
Vladimir Ivanov
- RFR: 8367333: C2: Vector math operation intrinsification failure [v2]
Vladimir Ivanov
- RFR: 8367333: C2: Vector math operation intrinsification failure [v2]
Vladimir Ivanov
- RFR: 8367333: C2: Vector math operation intrinsification failure [v2]
Emanuel Peter
- RFR: 8367333: C2: Vector math operation intrinsification failure [v2]
Emanuel Peter
- RFR: 8367333: C2: Vector math operation intrinsification failure [v2]
Emanuel Peter
- RFR: 8367333: C2: Vector math operation intrinsification failure [v2]
Vladimir Ivanov
- RFR: 8367333: C2: Vector math operation intrinsification failure [v2]
Vladimir Ivanov
- RFR: 8367389: C2 SuperWord: refactor VTransform to model the whole loop instead of just the basic block
Emanuel Peter
- RFR: 8367389: C2 SuperWord: refactor VTransform to model the whole loop instead of just the basic block
Manuel Hässig
- RFR: 8367389: C2 SuperWord: refactor VTransform to model the whole loop instead of just the basic block [v2]
Emanuel Peter
- RFR: 8367389: C2 SuperWord: refactor VTransform to model the whole loop instead of just the basic block [v2]
Emanuel Peter
- RFR: 8367389: C2 SuperWord: refactor VTransform to model the whole loop instead of just the basic block [v2]
Emanuel Peter
- RFR: 8367389: C2 SuperWord: refactor VTransform to model the whole loop instead of just the basic block [v2]
Emanuel Peter
- RFR: 8367389: C2 SuperWord: refactor VTransform to model the whole loop instead of just the basic block [v2]
Manuel Hässig
- RFR: 8367389: C2 SuperWord: refactor VTransform to model the whole loop instead of just the basic block [v2]
Emanuel Peter
- RFR: 8367389: C2 SuperWord: refactor VTransform to model the whole loop instead of just the basic block [v3]
Emanuel Peter
- RFR: 8367389: C2 SuperWord: refactor VTransform to model the whole loop instead of just the basic block [v3]
Galder Zamarreño
- RFR: 8367389: C2 SuperWord: refactor VTransform to model the whole loop instead of just the basic block [v3]
Emanuel Peter
- RFR: 8367389: C2 SuperWord: refactor VTransform to model the whole loop instead of just the basic block [v4]
Emanuel Peter
- RFR: 8367391: Loss of precision on implicit conversion in vectornode.cpp
erifan
- RFR: 8367391: Loss of precision on implicit conversion in vectornode.cpp
Christian Hagedorn
- RFR: 8367391: Loss of precision on implicit conversion in vectornode.cpp
Roland Westrelin
- RFR: 8367391: Loss of precision on implicit conversion in vectornode.cpp
duke
- RFR: 8367391: Loss of precision on implicit conversion in vectornode.cpp
erifan
- RFR: 8367397: Improve naming and terminology in regmask.hpp and regmask.cpp
Daniel Lundén
- RFR: 8367397: Improve naming and terminology in regmask.hpp and regmask.cpp
Daniel Lundén
- RFR: 8367397: Improve naming and terminology in regmask.hpp and regmask.cpp
Emanuel Peter
- RFR: 8367397: Improve naming and terminology in regmask.hpp and regmask.cpp
Emanuel Peter
- RFR: 8367397: Improve naming and terminology in regmask.hpp and regmask.cpp
Daniel Lundén
- RFR: 8367397: Improve naming and terminology in regmask.hpp and regmask.cpp [v2]
Daniel Lundén
- RFR: 8367397: Improve naming and terminology in regmask.hpp and regmask.cpp [v2]
Dean Long
- RFR: 8367397: Improve naming and terminology in regmask.hpp and regmask.cpp [v2]
Dean Long
- RFR: 8367397: Improve naming and terminology in regmask.hpp and regmask.cpp [v2]
Dean Long
- RFR: 8367397: Improve naming and terminology in regmask.hpp and regmask.cpp [v2]
Dean Long
- RFR: 8367397: Improve naming and terminology in regmask.hpp and regmask.cpp [v2]
Emanuel Peter
- RFR: 8367397: Improve naming and terminology in regmask.hpp and regmask.cpp [v2]
Daniel Lundén
- RFR: 8367397: Improve naming and terminology in regmask.hpp and regmask.cpp [v2]
Daniel Lundén
- RFR: 8367397: Improve naming and terminology in regmask.hpp and regmask.cpp [v2]
Emanuel Peter
- RFR: 8367397: Improve naming and terminology in regmask.hpp and regmask.cpp [v2]
Daniel Lundén
- RFR: 8367397: Improve naming and terminology in regmask.hpp and regmask.cpp [v3]
Daniel Lundén
- RFR: 8367397: Improve naming and terminology in regmask.hpp and regmask.cpp [v4]
Daniel Lundén
- RFR: 8367397: Improve naming and terminology in regmask.hpp and regmask.cpp [v4]
Emanuel Peter
- RFR: 8367397: Improve naming and terminology in regmask.hpp and regmask.cpp [v4]
Emanuel Peter
- RFR: 8367397: Improve naming and terminology in regmask.hpp and regmask.cpp [v4]
Daniel Lundén
- RFR: 8367397: Improve naming and terminology in regmask.hpp and regmask.cpp [v4]
Emanuel Peter
- RFR: 8367397: Improve naming and terminology in regmask.hpp and regmask.cpp [v4]
Dean Long
- RFR: 8367397: Improve naming and terminology in regmask.hpp and regmask.cpp [v5]
Daniel Lundén
- RFR: 8367397: Improve naming and terminology in regmask.hpp and regmask.cpp [v5]
Daniel Lundén
- RFR: 8367397: Improve naming and terminology in regmask.hpp and regmask.cpp [v5]
Emanuel Peter
- RFR: 8367397: Improve naming and terminology in regmask.hpp and regmask.cpp [v5]
Daniel Lundén
- RFR: 8367397: Improve naming and terminology in regmask.hpp and regmask.cpp [v6]
Daniel Lundén
- RFR: 8367397: Improve naming and terminology in regmask.hpp and regmask.cpp [v7]
Daniel Lundén
- RFR: 8367397: Improve naming and terminology in regmask.hpp and regmask.cpp [v7]
Dean Long
- RFR: 8367397: Improve naming and terminology in regmask.hpp and regmask.cpp [v7]
Emanuel Peter
- RFR: 8367397: Improve naming and terminology in regmask.hpp and regmask.cpp [v7]
Emanuel Peter
- RFR: 8367397: Improve naming and terminology in regmask.hpp and regmask.cpp [v7]
Daniel Lundén
- RFR: 8367397: Improve naming and terminology in regmask.hpp and regmask.cpp [v8]
Daniel Lundén
- RFR: 8367397: Improve naming and terminology in regmask.hpp and regmask.cpp [v8]
Emanuel Peter
- RFR: 8367397: Improve naming and terminology in regmask.hpp and regmask.cpp [v8]
Roberto Castañeda Lozano
- RFR: 8367397: Improve naming and terminology in regmask.hpp and regmask.cpp [v8]
Daniel Lundén
- RFR: 8367406: Simple refactoring AOTCodeAddressTable::id_for_address
Hamlin Li
- RFR: 8367406: Simple refactoring AOTCodeAddressTable::id_for_address
Francesco Andreuzzi
- RFR: 8367406: Simple refactoring AOTCodeAddressTable::id_for_address
Hamlin Li
- RFR: 8367406: Simple refactoring AOTCodeAddressTable::id_for_address
Andrew Dinn
- RFR: 8367406: Simple refactoring AOTCodeAddressTable::id_for_address
Hamlin Li
- RFR: 8367483: C2 crash in PhaseValues::type: assert(t != nullptr) failed: must set before get - missing notification for CastX2P(SubL(x, y))
Emanuel Peter
- RFR: 8367483: C2 crash in PhaseValues::type: assert(t != nullptr) failed: must set before get - missing notification for CastX2P(SubL(x, y))
Christian Hagedorn
- RFR: 8367483: C2 crash in PhaseValues::type: assert(t != nullptr) failed: must set before get - missing notification for CastX2P(SubL(x, y))
Benoît Maillard
- RFR: 8367483: C2 crash in PhaseValues::type: assert(t != nullptr) failed: must set before get - missing notification for CastX2P(SubL(x, y))
Emanuel Peter
- RFR: 8367483: C2 crash in PhaseValues::type: assert(t != nullptr) failed: must set before get - missing notification for CastX2P(SubL(x, y))
Benoît Maillard
- RFR: 8367483: C2 crash in PhaseValues::type: assert(t != nullptr) failed: must set before get - missing notification for CastX2P(SubL(x, y))
Emanuel Peter
- RFR: 8367483: C2 crash in PhaseValues::type: assert(t != nullptr) failed: must set before get - missing notification for CastX2P(SubL(x, y))
Christian Hagedorn
- RFR: 8367483: C2 crash in PhaseValues::type: assert(t != nullptr) failed: must set before get - missing notification for CastX2P(SubL(x, y))
Emanuel Peter
- RFR: 8367483: C2 crash in PhaseValues::type: assert(t != nullptr) failed: must set before get - missing notification for CastX2P(SubL(x, y))
Christian Hagedorn
- RFR: 8367483: C2 crash in PhaseValues::type: assert(t != nullptr) failed: must set before get - missing notification for CastX2P(SubL(x, y))
Emanuel Peter
- RFR: 8367501: RISC-V: build broken after JDK-8365926
Hamlin Li
- RFR: 8367501: RISC-V: build broken after JDK-8365926
Robbin Ehn
- RFR: 8367501: RISC-V: build broken after JDK-8365926
Hamlin Li
- RFR: 8367613: Test compiler/runtime/TestDontCompileHugeMethods.java failed
Man Cao
- RFR: 8367613: Test compiler/runtime/TestDontCompileHugeMethods.java failed
Christian Hagedorn
- RFR: 8367613: Test compiler/runtime/TestDontCompileHugeMethods.java failed
Damon Fenacci
- RFR: 8367613: Test compiler/runtime/TestDontCompileHugeMethods.java failed [v2]
Man Cao
- RFR: 8367613: Test compiler/runtime/TestDontCompileHugeMethods.java failed [v2]
Man Cao
- RFR: 8367613: Test compiler/runtime/TestDontCompileHugeMethods.java failed [v2]
Damon Fenacci
- RFR: 8367613: Test compiler/runtime/TestDontCompileHugeMethods.java failed [v2]
Man Cao
- RFR: 8367613: Test compiler/runtime/TestDontCompileHugeMethods.java failed [v2]
Christian Hagedorn
- RFR: 8367657: C2 SuperWord: NormalMapping demo from JVMLS 2025
Emanuel Peter
- RFR: 8367657: C2 SuperWord: NormalMapping demo from JVMLS 2025
Thomas Zimmermann
- RFR: 8367657: C2 SuperWord: NormalMapping demo from JVMLS 2025 [v2]
Emanuel Peter
- RFR: 8367657: C2 SuperWord: NormalMapping demo from JVMLS 2025 [v3]
Emanuel Peter
- RFR: 8367657: C2 SuperWord: NormalMapping demo from JVMLS 2025 [v3]
Emanuel Peter
- RFR: 8367657: C2 SuperWord: NormalMapping demo from JVMLS 2025 [v3]
Christian Hagedorn
- RFR: 8367657: C2 SuperWord: NormalMapping demo from JVMLS 2025 [v3]
Emanuel Peter
- RFR: 8367657: C2 SuperWord: NormalMapping demo from JVMLS 2025 [v3]
Emanuel Peter
- RFR: 8367657: C2 SuperWord: NormalMapping demo from JVMLS 2025 [v3]
Emanuel Peter
- RFR: 8367657: C2 SuperWord: NormalMapping demo from JVMLS 2025 [v3]
Emanuel Peter
- RFR: 8367657: C2 SuperWord: NormalMapping demo from JVMLS 2025 [v3]
Christian Hagedorn
- RFR: 8367657: C2 SuperWord: NormalMapping demo from JVMLS 2025 [v4]
Emanuel Peter
- RFR: 8367657: C2 SuperWord: NormalMapping demo from JVMLS 2025 [v5]
Emanuel Peter
- RFR: 8367657: C2 SuperWord: NormalMapping demo from JVMLS 2025 [v5]
Christian Hagedorn
- RFR: 8367657: C2 SuperWord: NormalMapping demo from JVMLS 2025 [v5]
Andrey Turbanov
- RFR: 8367657: C2 SuperWord: NormalMapping demo from JVMLS 2025 [v6]
Emanuel Peter
- RFR: 8367657: C2 SuperWord: NormalMapping demo from JVMLS 2025 [v6]
Galder Zamarreño
- RFR: 8367657: C2 SuperWord: NormalMapping demo from JVMLS 2025 [v6]
Christian Hagedorn
- RFR: 8367706: Remove redundant register used by cmove in C1 LIR generation
lusou-zhangquan
- RFR: 8367706: Remove redundant register used by cmove in C1 LIR generation
Dean Long
- RFR: 8367706: Remove redundant register used by cmove in C1 LIR generation [v2]
lusou-zhangquan
- RFR: 8367706: Remove redundant register used by cmove in C1 LIR generation [v2]
Dean Long
- RFR: 8367706: Remove redundant register used by cmove in C1 LIR generation [v2]
Julian Waters
- RFR: 8367721: Test compiler/arguments/TestCompileTaskTimeout.java crashed: SIGSEGV
Manuel Hässig
- RFR: 8367721: Test compiler/arguments/TestCompileTaskTimeout.java crashed: SIGSEGV
Marc Chevalier
- RFR: 8367721: Test compiler/arguments/TestCompileTaskTimeout.java crashed: SIGSEGV
Manuel Hässig
- RFR: 8367721: Test compiler/arguments/TestCompileTaskTimeout.java crashed: SIGSEGV
Christian Hagedorn
- RFR: 8367721: Test compiler/arguments/TestCompileTaskTimeout.java crashed: SIGSEGV
Manuel Hässig
- RFR: 8367728: IGV: dump node address type
Roberto Castañeda Lozano
- RFR: 8367728: IGV: dump node address type
Marc Chevalier
- RFR: 8367728: IGV: dump node address type
Roberto Castañeda Lozano
- RFR: 8367728: IGV: dump node address type
Marc Chevalier
- RFR: 8367728: IGV: dump node address type
Damon Fenacci
- RFR: 8367728: IGV: dump node address type
Christian Hagedorn
- RFR: 8367728: IGV: dump node address type
Roberto Castañeda Lozano
- RFR: 8367740: assembler_<cpu>.inline.hpp should not include assembler.inline.hpp
Francesco Andreuzzi
- RFR: 8367740: assembler_<cpu>.inline.hpp should not include assembler.inline.hpp
Albert Mingkun Yang
- RFR: 8367740: assembler_<cpu>.inline.hpp should not include assembler.inline.hpp
Damon Fenacci
- RFR: 8367740: assembler_<cpu>.inline.hpp should not include assembler.inline.hpp
Damon Fenacci
- RFR: 8367740: assembler_<cpu>.inline.hpp should not include assembler.inline.hpp
Francesco Andreuzzi
- RFR: 8367740: assembler_<cpu>.inline.hpp should not include assembler.inline.hpp
Albert Mingkun Yang
- RFR: 8367740: assembler_<cpu>.inline.hpp should not include assembler.inline.hpp
duke
- RFR: 8367789: AArch64 missing acquire in JNI_FastGetField::generate_fast_get_int_field0
Justin King
- RFR: 8367967: C2: "fatal error: Not monotonic" with Mod nodes
Hannes Greule
- RFR: 8367967: C2: "fatal error: Not monotonic" with Mod nodes
Hannes Greule
- RFR: 8367967: C2: "fatal error: Not monotonic" with Mod nodes
Matthias Baesken
- RFR: 8367967: C2: "fatal error: Not monotonic" with Mod nodes
Christian Hagedorn
- RFR: 8367967: C2: "fatal error: Not monotonic" with Mod nodes
Christian Hagedorn
- RFR: 8367967: C2: "fatal error: Not monotonic" with Mod nodes
Aleksey Shipilev
- RFR: 8367967: C2: "fatal error: Not monotonic" with Mod nodes
Benoît Maillard
- RFR: 8367967: C2: "fatal error: Not monotonic" with Mod nodes
Matthias Baesken
- RFR: 8367967: C2: "fatal error: Not monotonic" with Mod nodes
Hannes Greule
- RFR: 8367967: C2: "fatal error: Not monotonic" with Mod nodes [v2]
Hannes Greule
- RFR: 8367967: C2: "fatal error: Not monotonic" with Mod nodes [v2]
Hannes Greule
- RFR: 8367967: C2: "fatal error: Not monotonic" with Mod nodes [v2]
Christian Hagedorn
- RFR: 8367967: C2: "fatal error: Not monotonic" with Mod nodes [v2]
Hannes Greule
- RFR: 8367967: C2: "fatal error: Not monotonic" with Mod nodes [v3]
Hannes Greule
- RFR: 8367967: C2: "fatal error: Not monotonic" with Mod nodes [v3]
Vladimir Ivanov
- RFR: 8367967: C2: "fatal error: Not monotonic" with Mod nodes [v3]
Hannes Greule
- RFR: 8367967: C2: "fatal error: Not monotonic" with Mod nodes [v3]
Vladimir Ivanov
- RFR: 8367967: C2: "fatal error: Not monotonic" with Mod nodes [v3]
Vladimir Ivanov
- RFR: 8367967: C2: "fatal error: Not monotonic" with Mod nodes [v3]
Benoît Maillard
- RFR: 8367967: C2: "fatal error: Not monotonic" with Mod nodes [v3]
Christian Hagedorn
- RFR: 8367967: C2: "fatal error: Not monotonic" with Mod nodes [v3]
Christian Hagedorn
- RFR: 8367969: C2: compiler/vectorapi/TestVectorMathLib.java fails without UnlockDiagnosticVMOptions
Emanuel Peter
- RFR: 8367969: C2: compiler/vectorapi/TestVectorMathLib.java fails without UnlockDiagnosticVMOptions
Aleksey Shipilev
- RFR: 8367969: C2: compiler/vectorapi/TestVectorMathLib.java fails without UnlockDiagnosticVMOptions
Manuel Hässig
- RFR: 8367969: C2: compiler/vectorapi/TestVectorMathLib.java fails without UnlockDiagnosticVMOptions
Don Phelix
- RFR: 8367969: C2: compiler/vectorapi/TestVectorMathLib.java fails without UnlockDiagnosticVMOptions
Emanuel Peter
- RFR: 8367969: C2: compiler/vectorapi/TestVectorMathLib.java fails without UnlockDiagnosticVMOptions
Vladimir Ivanov
- RFR: 8368071: Compilation throughput regressed 2X-8X after JDK-8355003
Man Cao
- RFR: 8368071: Compilation throughput regressed 2X-8X after JDK-8355003
Aleksey Shipilev
- RFR: 8368071: Compilation throughput regressed 2X-8X after JDK-8355003
Igor Veresov
- RFR: 8368071: Compilation throughput regressed 2X-8X after JDK-8355003
Igor Veresov
- RFR: 8368071: Compilation throughput regressed 2X-8X after JDK-8355003
Aleksey Shipilev
- RFR: 8368071: Compilation throughput regressed 2X-8X after JDK-8355003
Man Cao
- RFR: 8368205: [TESTBUG] VectorMaskCompareNotTest.java crashes when MaxVectorSize=8
erifan
- RFR: 8368205: [TESTBUG] VectorMaskCompareNotTest.java crashes when MaxVectorSize=8
Galder Zamarreño
- RFR: 8368205: [TESTBUG] VectorMaskCompareNotTest.java crashes when MaxVectorSize=8
erifan
- RFR: 8368205: [TESTBUG] VectorMaskCompareNotTest.java crashes when MaxVectorSize=8
Galder Zamarreño
- RFR: 8368205: [TESTBUG] VectorMaskCompareNotTest.java crashes when MaxVectorSize=8
Galder Zamarreño
- RFR: 8368206: RISC-V: compiler/vectorapi/VectorMaskCompareNotTest.java fails when running without RVV
Dingli Zhang
- RFR: 8368206: RISC-V: compiler/vectorapi/VectorMaskCompareNotTest.java fails when running without RVV
Fei Yang
- RFR: 8368206: RISC-V: compiler/vectorapi/VectorMaskCompareNotTest.java fails when running without RVV
Hamlin Li
- RFR: 8368206: RISC-V: compiler/vectorapi/VectorMaskCompareNotTest.java fails when running without RVV
Dingli Zhang
- RFR: 8368206: RISC-V: compiler/vectorapi/VectorMaskCompareNotTest.java fails when running without RVV
Manuel Hässig
- RFR: 8368206: RISC-V: compiler/vectorapi/VectorMaskCompareNotTest.java fails when running without RVV
Manuel Hässig
- RFR: 8368206: RISC-V: compiler/vectorapi/VectorMaskCompareNotTest.java fails when running without RVV
Dingli Zhang
- RFR: 8368206: RISC-V: compiler/vectorapi/VectorMaskCompareNotTest.java fails when running without RVV
Hamlin Li
- RFR: 8368206: RISC-V: compiler/vectorapi/VectorMaskCompareNotTest.java fails when running without RVV
Hamlin Li
- RFR: 8368206: RISC-V: compiler/vectorapi/VectorMaskCompareNotTest.java fails when running without RVV
Dingli Zhang
- RFR: 8368247: RISC-V: enable vectorapi test for expand operation
Dingli Zhang
- RFR: 8368247: RISC-V: enable vectorapi test for expand operation
Hamlin Li
- RFR: 8368247: RISC-V: enable vectorapi test for expand operation
Fei Yang
- RFR: 8368247: RISC-V: enable vectorapi test for expand operation
Dingli Zhang
- RFR: 8368247: RISC-V: enable vectorapi test for expand operation
Dingli Zhang
- RFR: 8368247: RISC-V: enable vectorapi test for expand operation
duke
- RFR: 8368525: nmethod ic cleanup
Hamlin Li
- RFR: 8368525: nmethod ic cleanup
Christian Hagedorn
- RFR: 8368525: nmethod ic cleanup [v2]
Hamlin Li
- RFR: 8368525: nmethod ic cleanup [v2]
Hamlin Li
- RFR: 8368525: nmethod ic cleanup [v2]
Christian Hagedorn
- RFR: 8368525: nmethod ic cleanup [v2]
Manuel Hässig
- RFR: 8368525: nmethod ic cleanup [v2]
Hamlin Li
- RFR: 8368675: IGV: nodes are wrongly marked as changed in the difference view
Roberto Castañeda Lozano
- RFR: 8368675: IGV: nodes are wrongly marked as changed in the difference view
Marc Chevalier
- RFR: 8368675: IGV: nodes are wrongly marked as changed in the difference view
Roberto Castañeda Lozano
- RFR: 8368675: IGV: nodes are wrongly marked as changed in the difference view
Manuel Hässig
- RFR: 8368675: IGV: nodes are wrongly marked as changed in the difference view
Damon Fenacci
- RFR: 8368753: IGV: improve CFG view of difference graphs
Roberto Castañeda Lozano
- RFR: 8368753: IGV: improve CFG view of difference graphs
Manuel Hässig
- RFR: 8368753: IGV: improve CFG view of difference graphs
Christian Hagedorn
- RFR: 8368753: IGV: improve CFG view of difference graphs
Damon Fenacci
- RFR: 8368787: Error reporting: hs_err files should show instructions when referencing code in nmethods
Martin Doerr
- Withdrawn: 8327963: C2: fix construction of memory graph around Initialize node to prevent incorrect execution if allocation is removed
duke
- Withdrawn: 8356044: Use Double::hashCode and Long::hashCode in java.vm.ci.meta
duke
- Withdrawn: 8359963: compiler/c2/aarch64/TestStaticCallStub.java fails with for code cache > 250MB the static call stub is expected to be implemented using far branch
duke
- Withdrawn: 8360557: CTW: Inline cold methods to reach more code
duke
Last message date:
Fri Sep 26 23:56:25 UTC 2025
Archived on: Fri Sep 26 23:56:30 UTC 2025
This archive was generated by
Pipermail 0.09 (Mailman edition).