October 2025 Archives by subject
Starting: Wed Oct 1 01:23:30 UTC 2025
Ending: Fri Oct 31 22:36:02 UTC 2025
Messages: 1477
- [External] : Re: Leverage profiled compiled size to avoid aggressive inlining and code growth
Vladimir Kozlov
- Integrated: 8286865: vmTestbase/vm/mlvm/meth/stress/jni/nativeAndMH/Test.java fails with Out of space in CodeCache
Ramkumar Sunderbabu
- Integrated: 8316694: Implement relocation of nmethod within CodeCache
Chad Rakoczy
- Integrated: 8322174: RISC-V: C2 VectorizedHashCode RVV Version
Yuri Gaevsky
- Integrated: 8326609: New AES implementation with updates specified in FIPS 197
Shawn M Emery
- Integrated: 8338197: [ubsan] ad_x86.hpp:6417:11: runtime error: shift exponent 100 is too large for 32-bit type 'unsigned int'
Boris Ulasevich
- Integrated: 8339526: C2: store incorrectly removed for clone() transformed to series of loads/stores
Roland Westrelin
- Integrated: 8347463: jdk/jfr/threading/TestManyVirtualThreads.java crashes with assert(oopDesc::is_oop_or_null(val))
Anton Seoane Ampudia
- Integrated: 8347555: [REDO] C2: implement optimization for series of Add of unique value
Kangcheng Xu
- Integrated: 8355354: C2 crashed: assert(_callee == nullptr || _callee == m) failed: repeated inline attempt with different callee
Damon Fenacci
- Integrated: 8359412: Template-Framework Library: Operations and Expressions
Emanuel Peter
- Integrated: 8360031: C2 compilation asserts in MemBarNode::remove
Damon Fenacci
- Integrated: 8361608: C2: assert(opaq->outcnt() == 1 && opaq->in(1) == limit) failed
Marc Chevalier
- Integrated: 8362394: C2: Repeated stacked string concatenation fails with "Hit MemLimit" and other resourcing errors
Daniel Skantz
- Integrated: 8364346: Typo in IR framework README
Lei Zhu
- Integrated: 8364757: Missing Store nodes caused by bad wiring in PhaseIdealLoop::insert_post_loop
Benoît Maillard
- Integrated: 8365205: C2: Optimize popcount value computation using knownbits
Jatin Bhateja
- Integrated: 8366333: AArch64: Enhance SVE subword type implementation of vector compress
erifan
- Integrated: 8367389: C2 SuperWord: refactor VTransform to model the whole loop instead of just the basic block
Emanuel Peter
- Integrated: 8367657: C2 SuperWord: NormalMapping demo from JVMLS 2025
Emanuel Peter
- Integrated: 8367690: C2: Unneeded branch in reduce_phi
Anton Seoane Ampudia
- Integrated: 8367899: compiler/c2/gvn/TestBitCompressValueTransform.java intermittent timed out
SendaoYan
- Integrated: 8368205: [TESTBUG] VectorMaskCompareNotTest.java crashes when MaxVectorSize=8
Martin Doerr
- Integrated: 8368321: Rethink compilation delay strategy for lukewarm methods
Igor Veresov
- Integrated: 8368573: MultiBranchNode::required_outcnt should return an unsigned int
Manuel Hässig
- Integrated: 8368675: IGV: nodes are wrongly marked as changed in the difference view
Roberto Castañeda Lozano
- Integrated: 8368698: runtime/cds/appcds/aotCache/OldClassSupport.java assert(can_add()) failed: Cannot add TrainingData objects
Igor Veresov
- Integrated: 8368753: IGV: improve CFG view of difference graphs
Roberto Castañeda Lozano
- Integrated: 8368780: IGV: Upgrade to Netbeans Platform 27
Antón Seoane Ampudia
- Integrated: 8368787: Error reporting: hs_err files should show instructions when referencing code in nmethods
Martin Doerr
- Integrated: 8368861: [TEST] compiler/floatingpoint/ScalarFPtoIntCastTest.java expects x86 IR on non-x86 platforms
Richard Reingruber
- Integrated: 8368866: compiler/codecache/stress/UnexpectedDeoptimizationTest.java intermittent timed out
SendaoYan
- Integrated: 8368962: hotspot/cpu/aarch64/bytecodes_aarch64.{hpp, cpp} is unused
Justin King
- Integrated: 8369033: Remove dead code in training data
Igor Veresov
- Integrated: 8369138: New test compiler/loopstripmining/MissingStoreAfterOuterStripMinedLoop.java fails
Daniel D. Daugherty
- Integrated: 8369138: New test compiler/loopstripmining/MissingStoreAfterOuterStripMinedLoop.java fails
Vladimir Kozlov
- Integrated: 8369138: New test compiler/loopstripmining/MissingStoreAfterOuterStripMinedLoop.java fails
Daniel D. Daugherty
- Integrated: 8369138: New test compiler/loopstripmining/MissingStoreAfterOuterStripMinedLoop.java fails
Daniel D. Daugherty
- Integrated: 8369138: New test compiler/loopstripmining/MissingStoreAfterOuterStripMinedLoop.java fails
Daniel D. Daugherty
- Integrated: 8369147: Various issues with new tests added by JDK-8316694
Chad Rakoczy
- Integrated: 8369152: Problem list new tests from JDK-8316694
Vladimir Kozlov
- Integrated: 8369167: C2: refactor LShiftINode/LShiftLNode Value/Identity/Ideal
Roland Westrelin
- Integrated: 8369219: JNI::RegisterNatives causes a memory leak in CodeCache
Francesco Andreuzzi
- Integrated: 8369232: testlibrary_tests/ir_framework/tests/TestScenariosCrossProduct.java timed out
Christian Hagedorn
- Integrated: 8369236: testlibrary_tests/ir_framework/tests/TestCompileThreshold.java timed out
Christian Hagedorn
- Integrated: 8369257: PPC: compiler/whitebox/RelocateNMethodMultiplePaths.java fails with assertion
Richard Reingruber
- Integrated: 8369258: C2: enable ReassociateInvariants for all loop types
Roland Westrelin
- Integrated: 8369423: Reduce execution time of testlibrary_tests/ir_framework/tests/TestDFlags.java
Christian Hagedorn
- Integrated: 8369435: C2: transform (LShiftX (SubX con0 a), con1) into (SubX con0<<con1 (LShiftX a con1))
Roland Westrelin
- Integrated: 8369444: JavaFrameAnchor on PPC64 has unnecessary barriers
David Briemann
- Integrated: 8369448: C2 SuperWord: refactor VTransform to do move_unordered_reduction_out_of_loop during VTransform::optimize
Emanuel Peter
- Integrated: 8369490: Remove unused Runinfo parameters in compiler/c2/gvn/TestBitCompressValueTransform.java
SendaoYan
- Integrated: 8369506: Bytecode rewriting causes Java heap corruption on AArch64
Justin King
- Integrated: 8369569: Rename methods in regmask.hpp to conform with HotSpot coding style
Daniel Lundén
- Integrated: 8369573: Add missing compile commands help documentation for the signature part of method patterns
Daniel Lundén
- Integrated: 8369642: [ubsan] nmethod::nmethod null pointer passed as argument 2 to memcpy
Chad Rakoczy
- Integrated: 8369658: Client emulation mode sets MaxRAM too late
Joel Sikström
- Integrated: 8369804: TestGenerators.java fails with IllegalArgumentException: bound must be greater than origin
Emanuel Peter
- Integrated: 8369806: Remove nsk/jvmti/AttachOnDemand/attach020 from problemlist
Ramkumar Sunderbabu
- Integrated: 8369881: C2: Unexpected node in SuperWord truncation: ReverseBytesS, ReverseBytesUS
Emanuel Peter
- Integrated: 8369898: C2 SuperWord: assert(has_ctrl(i)) failed: should be control, not loop
Emanuel Peter
- Integrated: 8369902: C2 SuperWord: wrong result because filterin NaN instead of zero in MemPointerParser::canonicalize_raw_summands
Emanuel Peter
- Integrated: 8369912: [TESTBUG] testlibrary_tests/template_framework/examples/TestExpressions.java fails with ArithmeticException: / by zero - forgot to respect Expression.info
Emanuel Peter
- Integrated: 8369946: Bytecode rewriting causes Java heap corruption on PPC
Martin Doerr
- Integrated: 8369947: Bytecode rewriting causes Java heap corruption on RISC-V
Feilong Jiang
- Integrated: 8370031: Make RegMask copy constructor explicit and replace RegMask operator= with named function
Daniel Lundén
- Integrated: 8370077: C2: make Compile::_major_progress a boolean
Marc Chevalier
- Integrated: 8370220: C2: rename methods and improve documentation around get_ctrl and idom lazy updating/forwarding of ctrl and idom via dead ctrl nodes
Emanuel Peter
- Integrated: 8370225: RISC-V: cleanup verify_xxx in interp_masm_riscv.hpp
Hamlin Li
- Integrated: 8370251: C2: Inlining checks for method handle intrinsics are too strict
Vladimir Ivanov
- Integrated: 8370318: AES-GCM vector intrinsic may read out of bounds (x86_64, AVX-512)
Aleksey Shipilev
- Integrated: 8370378: Some compiler tests inadvertently exclude particular platforms
Tobias Hartmann
- Integrated: 8370389: JavaFrameAnchor on s390 has unnecessary barriers
Amit Kumar
- Integrated: 8370481: C2 SuperWord: Long/Integer.compareUnsigned return wrong value in SLP
Hamlin Li
- Integrated: 8370527: Memory leak after 8316694: Implement relocation of nmethod within CodeCache
Chad Rakoczy
- Integrated: 8370569: IGV: dump more graph properties at bytecode parsing
Roberto Castañeda Lozano
- Integrated: 8370579: PPC: fix inswri immediate argument order
Manuel Hässig
- Integrated: 8370853: IGV: SEGV in IdealGraphPrinter::print after JDK-8370569
Roberto Castañeda Lozano
- Leverage profiled compiled size to avoid aggressive inlining and code growth
Fei Gao
- RFR: 5038439: Warning message for literal shift amounts outside the canonical domain
Archie Cobbs
- RFR: 8280469: C2: CHA support for interface calls when inlining through method handle linker
Vladimir Ivanov
- RFR: 8280469: C2: CHA support for interface calls when inlining through method handle linker
Chen Liang
- RFR: 8286865: vmTestbase/vm/mlvm/meth/stress/jni/nativeAndMH/Test.java fails with Out of space in CodeCache [v2]
Dean Long
- RFR: 8286865: vmTestbase/vm/mlvm/meth/stress/jni/nativeAndMH/Test.java fails with Out of space in CodeCache [v2]
Dean Long
- RFR: 8286865: vmTestbase/vm/mlvm/meth/stress/jni/nativeAndMH/Test.java fails with Out of space in CodeCache [v2]
Christian Hagedorn
- RFR: 8286865: vmTestbase/vm/mlvm/meth/stress/jni/nativeAndMH/Test.java fails with Out of space in CodeCache [v2]
duke
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v11]
Vladimir Ivanov
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v11]
Vladimir Ivanov
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v16]
Vladimir Ivanov
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v17]
Vladimir Ivanov
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v17]
Vladimir Ivanov
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v18]
Vladimir Ivanov
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v19]
Vladimir Ivanov
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v19]
Emanuel Peter
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v19]
Emanuel Peter
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v19]
Emanuel Peter
- RFR: 8290892: C2: Intrinsify Reference.reachabilityFence [v2]
Vladimir Ivanov
- RFR: 8293484: AArch64: TestUseSHA512IntrinsicsOptionOnSupportedCPU.java fails on CPU with SHA512 feature support
Ramkumar Sunderbabu
- 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
Emanuel Peter
- RFR: 8307084: C2: Vectorized drain loop is not executed for some small trip counts
Fei Gao
- RFR: 8316694: Implement relocation of nmethod within CodeCache [v47]
Vladimir Kozlov
- RFR: 8316694: Implement relocation of nmethod within CodeCache [v47]
Vladimir Kozlov
- RFR: 8316694: Implement relocation of nmethod within CodeCache [v47]
Chad Rakoczy
- RFR: 8316694: Implement relocation of nmethod within CodeCache [v47]
Vladimir Kozlov
- RFR: 8316694: Implement relocation of nmethod within CodeCache [v48]
Chad Rakoczy
- RFR: 8316694: Implement relocation of nmethod within CodeCache [v48]
Vladimir Kozlov
- RFR: 8316694: Implement relocation of nmethod within CodeCache [v48]
duke
- RFR: 8316694: Implement relocation of nmethod within CodeCache [v48]
Vladimir Kozlov
- RFR: 8316694: Implement relocation of nmethod within CodeCache [v48]
Vladimir Kozlov
- RFR: 8316694: Implement relocation of nmethod within CodeCache [v48]
Vladimir Kozlov
- RFR: 8316694: Implement relocation of nmethod within CodeCache [v48]
Vladimir Kozlov
- RFR: 8316694: Implement relocation of nmethod within CodeCache [v48]
Vladimir Kozlov
- RFR: 8316694: Implement relocation of nmethod within CodeCache [v48]
Martin Doerr
- RFR: 8316694: Implement relocation of nmethod within CodeCache [v48]
Richard Reingruber
- RFR: 8316694: Implement relocation of nmethod within CodeCache [v48]
Chad Rakoczy
- 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 [v28]
duke
- RFR: 8326609: New AES implementation with updates specified in FIPS 197
Shawn M Emery
- RFR: 8326609: New AES implementation with updates specified in FIPS 197 [v10]
Shawn M Emery
- RFR: 8326609: New AES implementation with updates specified in FIPS 197 [v10]
Valerie Peng
- RFR: 8326609: New AES implementation with updates specified in FIPS 197 [v10]
Valerie Peng
- RFR: 8326609: New AES implementation with updates specified in FIPS 197 [v10]
Shawn M Emery
- RFR: 8326609: New AES implementation with updates specified in FIPS 197 [v11]
Shawn M Emery
- RFR: 8326609: New AES implementation with updates specified in FIPS 197 [v12]
Shawn M Emery
- RFR: 8326609: New AES implementation with updates specified in FIPS 197 [v12]
Valerie Peng
- RFR: 8326609: New AES implementation with updates specified in FIPS 197 [v12]
Valerie Peng
- RFR: 8326609: New AES implementation with updates specified in FIPS 197 [v12]
Shawn M Emery
- RFR: 8326609: New AES implementation with updates specified in FIPS 197 [v13]
Shawn M Emery
- RFR: 8326609: New AES implementation with updates specified in FIPS 197 [v13]
Valerie Peng
- RFR: 8326609: New AES implementation with updates specified in FIPS 197 [v13]
Shawn M Emery
- RFR: 8326609: New AES implementation with updates specified in FIPS 197 [v13]
duke
- RFR: 8326609: New AES implementation with updates specified in FIPS 197 [v2]
Shawn M Emery
- RFR: 8326609: New AES implementation with updates specified in FIPS 197 [v2]
Vladimir Ivanov
- RFR: 8326609: New AES implementation with updates specified in FIPS 197 [v2]
Shawn M Emery
- RFR: 8326609: New AES implementation with updates specified in FIPS 197 [v3]
Shawn M Emery
- RFR: 8326609: New AES implementation with updates specified in FIPS 197 [v4]
Shawn M Emery
- RFR: 8326609: New AES implementation with updates specified in FIPS 197 [v4]
Valerie Peng
- RFR: 8326609: New AES implementation with updates specified in FIPS 197 [v4]
Valerie Peng
- RFR: 8326609: New AES implementation with updates specified in FIPS 197 [v4]
Valerie Peng
- RFR: 8326609: New AES implementation with updates specified in FIPS 197 [v4]
Valerie Peng
- RFR: 8326609: New AES implementation with updates specified in FIPS 197 [v4]
Shawn M Emery
- RFR: 8326609: New AES implementation with updates specified in FIPS 197 [v4]
Shawn M Emery
- RFR: 8326609: New AES implementation with updates specified in FIPS 197 [v4]
Shawn M Emery
- RFR: 8326609: New AES implementation with updates specified in FIPS 197 [v4]
Valerie Peng
- RFR: 8326609: New AES implementation with updates specified in FIPS 197 [v5]
Shawn M Emery
- RFR: 8326609: New AES implementation with updates specified in FIPS 197 [v5]
Valerie Peng
- RFR: 8326609: New AES implementation with updates specified in FIPS 197 [v5]
Valerie Peng
- RFR: 8326609: New AES implementation with updates specified in FIPS 197 [v5]
Valerie Peng
- RFR: 8326609: New AES implementation with updates specified in FIPS 197 [v5]
Valerie Peng
- RFR: 8326609: New AES implementation with updates specified in FIPS 197 [v5]
Valerie Peng
- RFR: 8326609: New AES implementation with updates specified in FIPS 197 [v5]
Shawn M Emery
- RFR: 8326609: New AES implementation with updates specified in FIPS 197 [v5]
Shawn M Emery
- RFR: 8326609: New AES implementation with updates specified in FIPS 197 [v5]
Valerie Peng
- RFR: 8326609: New AES implementation with updates specified in FIPS 197 [v5]
Shawn M Emery
- RFR: 8326609: New AES implementation with updates specified in FIPS 197 [v6]
Shawn M Emery
- RFR: 8326609: New AES implementation with updates specified in FIPS 197 [v7]
Shawn M Emery
- RFR: 8326609: New AES implementation with updates specified in FIPS 197 [v7]
Valerie Peng
- RFR: 8326609: New AES implementation with updates specified in FIPS 197 [v7]
Shawn M Emery
- RFR: 8326609: New AES implementation with updates specified in FIPS 197 [v7]
Shawn M Emery
- RFR: 8326609: New AES implementation with updates specified in FIPS 197 [v8]
Shawn M Emery
- RFR: 8326609: New AES implementation with updates specified in FIPS 197 [v8]
Valerie Peng
- RFR: 8326609: New AES implementation with updates specified in FIPS 197 [v8]
Valerie Peng
- RFR: 8326609: New AES implementation with updates specified in FIPS 197 [v8]
Valerie Peng
- RFR: 8326609: New AES implementation with updates specified in FIPS 197 [v8]
Shawn M Emery
- RFR: 8326609: New AES implementation with updates specified in FIPS 197 [v8]
Valerie Peng
- RFR: 8326609: New AES implementation with updates specified in FIPS 197 [v8]
Shawn M Emery
- RFR: 8326609: New AES implementation with updates specified in FIPS 197 [v8]
Valerie Peng
- RFR: 8326609: New AES implementation with updates specified in FIPS 197 [v8]
Shawn M Emery
- RFR: 8326609: New AES implementation with updates specified in FIPS 197 [v8]
Shawn M Emery
- RFR: 8326609: New AES implementation with updates specified in FIPS 197 [v8]
Shawn M Emery
- RFR: 8326609: New AES implementation with updates specified in FIPS 197 [v9]
Shawn M Emery
- RFR: 8326609: New AES implementation with updates specified in FIPS 197 [v9]
Emanuel Peter
- RFR: 8326609: New AES implementation with updates specified in FIPS 197 [v9]
Shawn M Emery
- RFR: 8326609: New AES implementation with updates specified in FIPS 197 [v9]
Emanuel Peter
- RFR: 8327963: C2: fix construction of memory graph around Initialize node to prevent incorrect execution if allocation is removed [v15]
Emanuel Peter
- RFR: 8327963: C2: fix construction of memory graph around Initialize node to prevent incorrect execution if allocation is removed [v15]
Emanuel Peter
- RFR: 8327963: C2: fix construction of memory graph around Initialize node to prevent incorrect execution if allocation is removed [v15]
Emanuel Peter
- RFR: 8327963: C2: fix construction of memory graph around Initialize node to prevent incorrect execution if allocation is removed [v15]
Emanuel Peter
- RFR: 8327963: C2: fix construction of memory graph around Initialize node to prevent incorrect execution if allocation is removed [v15]
Emanuel Peter
- RFR: 8327963: C2: fix construction of memory graph around Initialize node to prevent incorrect execution if allocation is removed [v15]
Emanuel Peter
- RFR: 8327963: C2: fix construction of memory graph around Initialize node to prevent incorrect execution if allocation is removed [v15]
Roland Westrelin
- RFR: 8327963: C2: fix construction of memory graph around Initialize node to prevent incorrect execution if allocation is removed [v15]
Roland Westrelin
- RFR: 8327963: C2: fix construction of memory graph around Initialize node to prevent incorrect execution if allocation is removed [v16]
Roland Westrelin
- RFR: 8327963: C2: fix construction of memory graph around Initialize node to prevent incorrect execution if allocation is removed [v16]
Emanuel Peter
- RFR: 8327963: C2: fix construction of memory graph around Initialize node to prevent incorrect execution if allocation is removed [v16]
Emanuel Peter
- RFR: 8327963: C2: fix construction of memory graph around Initialize node to prevent incorrect execution if allocation is removed [v16]
Emanuel Peter
- RFR: 8327963: C2: fix construction of memory graph around Initialize node to prevent incorrect execution if allocation is removed [v6]
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: 8338197: [ubsan] ad_x86.hpp:6417:11: runtime error: shift exponent 100 is too large for 32-bit type 'unsigned int' [v6]
Dean Long
- RFR: 8338197: [ubsan] ad_x86.hpp:6417:11: runtime error: shift exponent 100 is too large for 32-bit type 'unsigned int' [v6]
Andrew Dinn
- RFR: 8338197: [ubsan] ad_x86.hpp:6417:11: runtime error: shift exponent 100 is too large for 32-bit type 'unsigned int' [v6]
Boris Ulasevich
- RFR: 8338197: [ubsan] ad_x86.hpp:6417:11: runtime error: shift exponent 100 is too large for 32-bit type 'unsigned int' [v6]
Aleksey Shipilev
- RFR: 8338197: [ubsan] ad_x86.hpp:6417:11: runtime error: shift exponent 100 is too large for 32-bit type 'unsigned int' [v6]
Andrew Dinn
- RFR: 8338197: [ubsan] ad_x86.hpp:6417:11: runtime error: shift exponent 100 is too large for 32-bit type 'unsigned int' [v6]
Boris Ulasevich
- RFR: 8339526: C2: store incorrectly removed for clone() transformed to series of loads/stores
Roland Westrelin
- RFR: 8339526: C2: store incorrectly removed for clone() transformed to series of loads/stores
Christian Hagedorn
- RFR: 8339526: C2: store incorrectly removed for clone() transformed to series of loads/stores [v2]
Roland Westrelin
- RFR: 8339526: C2: store incorrectly removed for clone() transformed to series of loads/stores [v2]
Christian Hagedorn
- RFR: 8339526: C2: store incorrectly removed for clone() transformed to series of loads/stores [v2]
Emanuel Peter
- RFR: 8339526: C2: store incorrectly removed for clone() transformed to series of loads/stores [v2]
Roland Westrelin
- RFR: 8339526: C2: store incorrectly removed for clone() transformed to series of loads/stores [v2]
Emanuel Peter
- RFR: 8339526: C2: store incorrectly removed for clone() transformed to series of loads/stores [v2]
Roland Westrelin
- RFR: 8339526: C2: store incorrectly removed for clone() transformed to series of loads/stores [v2]
Roberto Castañeda Lozano
- RFR: 8339526: C2: store incorrectly removed for clone() transformed to series of loads/stores [v2]
Roland Westrelin
- RFR: 8339526: C2: store incorrectly removed for clone() transformed to series of loads/stores [v2]
Roland Westrelin
- RFR: 8339526: C2: store incorrectly removed for clone() transformed to series of loads/stores [v3]
Roland Westrelin
- RFR: 8339526: C2: store incorrectly removed for clone() transformed to series of loads/stores [v3]
Emanuel Peter
- RFR: 8339526: C2: store incorrectly removed for clone() transformed to series of loads/stores [v3]
Roland Westrelin
- RFR: 8339526: C2: store incorrectly removed for clone() transformed to series of loads/stores [v3]
Roberto Castañeda Lozano
- RFR: 8339526: C2: store incorrectly removed for clone() transformed to series of loads/stores [v3]
Roberto Castañeda Lozano
- RFR: 8339526: C2: store incorrectly removed for clone() transformed to series of loads/stores [v3]
Roberto Castañeda Lozano
- RFR: 8339526: C2: store incorrectly removed for clone() transformed to series of loads/stores [v3]
Roland Westrelin
- RFR: 8339526: C2: store incorrectly removed for clone() transformed to series of loads/stores [v4]
Roland Westrelin
- RFR: 8339526: C2: store incorrectly removed for clone() transformed to series of loads/stores [v4]
Roberto Castañeda Lozano
- RFR: 8343689: AArch64: Optimize MulReduction implementation [v11]
Xiaohong Gong
- RFR: 8343689: AArch64: Optimize MulReduction implementation [v11]
Xiaohong Gong
- RFR: 8343689: AArch64: Optimize MulReduction implementation [v12]
Mikhail Ablakatov
- RFR: 8343689: AArch64: Optimize MulReduction implementation [v13]
Mikhail Ablakatov
- RFR: 8343689: AArch64: Optimize MulReduction implementation [v13]
Xiaohong Gong
- RFR: 8344345: test/hotspot/gtest/x86/x86-asmtest.py has trailing whitespaces
Paul Hohensee
- RFR: 8344345: test/hotspot/gtest/x86/x86-asmtest.py has trailing whitespaces
Kirill Shirokov
- RFR: 8347463: jdk/jfr/threading/TestManyVirtualThreads.java crashes with assert(oopDesc::is_oop_or_null(val))
Anton Seoane Ampudia
- RFR: 8347463: jdk/jfr/threading/TestManyVirtualThreads.java crashes with assert(oopDesc::is_oop_or_null(val))
Anton Seoane Ampudia
- RFR: 8347463: jdk/jfr/threading/TestManyVirtualThreads.java crashes with assert(oopDesc::is_oop_or_null(val)) [v10]
Anton Seoane Ampudia
- RFR: 8347463: jdk/jfr/threading/TestManyVirtualThreads.java crashes with assert(oopDesc::is_oop_or_null(val)) [v11]
Anton Seoane Ampudia
- RFR: 8347463: jdk/jfr/threading/TestManyVirtualThreads.java crashes with assert(oopDesc::is_oop_or_null(val)) [v11]
Roberto Castañeda Lozano
- RFR: 8347463: jdk/jfr/threading/TestManyVirtualThreads.java crashes with assert(oopDesc::is_oop_or_null(val)) [v11]
Anton Seoane Ampudia
- RFR: 8347463: jdk/jfr/threading/TestManyVirtualThreads.java crashes with assert(oopDesc::is_oop_or_null(val)) [v12]
Anton Seoane Ampudia
- RFR: 8347463: jdk/jfr/threading/TestManyVirtualThreads.java crashes with assert(oopDesc::is_oop_or_null(val)) [v12]
Dean Long
- RFR: 8347463: jdk/jfr/threading/TestManyVirtualThreads.java crashes with assert(oopDesc::is_oop_or_null(val)) [v12]
Anton Seoane Ampudia
- RFR: 8347463: jdk/jfr/threading/TestManyVirtualThreads.java crashes with assert(oopDesc::is_oop_or_null(val)) [v12]
duke
- RFR: 8347463: jdk/jfr/threading/TestManyVirtualThreads.java crashes with assert(oopDesc::is_oop_or_null(val)) [v2]
Anton Seoane Ampudia
- RFR: 8347463: jdk/jfr/threading/TestManyVirtualThreads.java crashes with assert(oopDesc::is_oop_or_null(val)) [v2]
Roberto Castañeda Lozano
- RFR: 8347463: jdk/jfr/threading/TestManyVirtualThreads.java crashes with assert(oopDesc::is_oop_or_null(val)) [v2]
Anton Seoane Ampudia
- RFR: 8347463: jdk/jfr/threading/TestManyVirtualThreads.java crashes with assert(oopDesc::is_oop_or_null(val)) [v2]
Roberto Castañeda Lozano
- RFR: 8347463: jdk/jfr/threading/TestManyVirtualThreads.java crashes with assert(oopDesc::is_oop_or_null(val)) [v2]
Anton Seoane Ampudia
- RFR: 8347463: jdk/jfr/threading/TestManyVirtualThreads.java crashes with assert(oopDesc::is_oop_or_null(val)) [v2]
Anton Seoane Ampudia
- RFR: 8347463: jdk/jfr/threading/TestManyVirtualThreads.java crashes with assert(oopDesc::is_oop_or_null(val)) [v3]
Anton Seoane Ampudia
- RFR: 8347463: jdk/jfr/threading/TestManyVirtualThreads.java crashes with assert(oopDesc::is_oop_or_null(val)) [v4]
Anton Seoane Ampudia
- RFR: 8347463: jdk/jfr/threading/TestManyVirtualThreads.java crashes with assert(oopDesc::is_oop_or_null(val)) [v5]
Anton Seoane Ampudia
- RFR: 8347463: jdk/jfr/threading/TestManyVirtualThreads.java crashes with assert(oopDesc::is_oop_or_null(val)) [v5]
Markus Grönlund
- RFR: 8347463: jdk/jfr/threading/TestManyVirtualThreads.java crashes with assert(oopDesc::is_oop_or_null(val)) [v5]
Roberto Castañeda Lozano
- RFR: 8347463: jdk/jfr/threading/TestManyVirtualThreads.java crashes with assert(oopDesc::is_oop_or_null(val)) [v5]
Anton Seoane Ampudia
- RFR: 8347463: jdk/jfr/threading/TestManyVirtualThreads.java crashes with assert(oopDesc::is_oop_or_null(val)) [v6]
Anton Seoane Ampudia
- RFR: 8347463: jdk/jfr/threading/TestManyVirtualThreads.java crashes with assert(oopDesc::is_oop_or_null(val)) [v7]
Anton Seoane Ampudia
- RFR: 8347463: jdk/jfr/threading/TestManyVirtualThreads.java crashes with assert(oopDesc::is_oop_or_null(val)) [v7]
Roberto Castañeda Lozano
- RFR: 8347463: jdk/jfr/threading/TestManyVirtualThreads.java crashes with assert(oopDesc::is_oop_or_null(val)) [v8]
Anton Seoane Ampudia
- RFR: 8347463: jdk/jfr/threading/TestManyVirtualThreads.java crashes with assert(oopDesc::is_oop_or_null(val)) [v9]
Anton Seoane Ampudia
- RFR: 8347463: jdk/jfr/threading/TestManyVirtualThreads.java crashes with assert(oopDesc::is_oop_or_null(val)) [v9]
Roberto Castañeda Lozano
- RFR: 8347463: jdk/jfr/threading/TestManyVirtualThreads.java crashes with assert(oopDesc::is_oop_or_null(val)) [v9]
Anton Seoane Ampudia
- RFR: 8347463: jdk/jfr/threading/TestManyVirtualThreads.java crashes with assert(oopDesc::is_oop_or_null(val)) [v9]
Dean Long
- RFR: 8347463: jdk/jfr/threading/TestManyVirtualThreads.java crashes with assert(oopDesc::is_oop_or_null(val)) [v9]
Anton Seoane Ampudia
- 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]
Qizheng Xing
- RFR: 8347499: C2: Make `PhaseIdealLoop` eliminate more redundant safepoints in loops [v3]
Qizheng Xing
- RFR: 8347499: C2: Make `PhaseIdealLoop` eliminate more redundant safepoints in loops [v3]
Qizheng Xing
- RFR: 8347499: C2: Make `PhaseIdealLoop` eliminate more redundant safepoints in loops [v3]
Emanuel Peter
- RFR: 8347499: C2: Make `PhaseIdealLoop` eliminate more redundant safepoints in loops [v3]
Qizheng Xing
- RFR: 8347499: C2: Make `PhaseIdealLoop` eliminate more redundant safepoints in loops [v3]
Roland Westrelin
- RFR: 8347499: C2: Make `PhaseIdealLoop` eliminate more redundant safepoints in loops [v3]
Emanuel Peter
- RFR: 8347499: C2: Make `PhaseIdealLoop` eliminate more redundant safepoints in loops [v3]
Qizheng Xing
- RFR: 8347499: C2: Make `PhaseIdealLoop` eliminate more redundant safepoints in loops [v3]
Roland Westrelin
- RFR: 8347499: C2: Make `PhaseIdealLoop` eliminate more redundant safepoints in loops [v4]
Qizheng Xing
- RFR: 8347499: C2: Make `PhaseIdealLoop` eliminate more redundant safepoints in loops [v5]
Qizheng Xing
- RFR: 8347499: C2: Make `PhaseIdealLoop` eliminate more redundant safepoints in loops [v6]
Qizheng Xing
- RFR: 8347499: C2: Make `PhaseIdealLoop` eliminate more redundant safepoints in loops [v7]
Qizheng Xing
- RFR: 8347499: C2: Make `PhaseIdealLoop` eliminate more redundant safepoints in loops [v7]
Emanuel Peter
- RFR: 8347499: C2: Make `PhaseIdealLoop` eliminate more redundant safepoints in loops [v7]
Roland Westrelin
- RFR: 8347499: C2: Make `PhaseIdealLoop` eliminate more redundant safepoints in loops [v7]
Roland Westrelin
- RFR: 8347499: C2: Make `PhaseIdealLoop` eliminate more redundant safepoints in loops [v7]
Emanuel Peter
- RFR: 8347555: [REDO] C2: implement optimization for series of Add of unique value [v18]
Kangcheng Xu
- RFR: 8347555: [REDO] C2: implement optimization for series of Add of unique value [v19]
Kangcheng Xu
- RFR: 8347555: [REDO] C2: implement optimization for series of Add of unique value [v19]
Roland Westrelin
- RFR: 8347555: [REDO] C2: implement optimization for series of Add of unique value [v19]
Kangcheng Xu
- RFR: 8347555: [REDO] C2: implement optimization for series of Add of unique value [v20]
Kangcheng Xu
- RFR: 8347555: [REDO] C2: implement optimization for series of Add of unique value [v20]
Roland Westrelin
- RFR: 8347555: [REDO] C2: implement optimization for series of Add of unique value [v20]
Kangcheng Xu
- RFR: 8347555: [REDO] C2: implement optimization for series of Add of unique value [v20]
Roland Westrelin
- RFR: 8347555: [REDO] C2: implement optimization for series of Add of unique value [v20]
Kangcheng Xu
- RFR: 8347555: [REDO] C2: implement optimization for series of Add of unique value [v21]
Kangcheng Xu
- RFR: 8347555: [REDO] C2: implement optimization for series of Add of unique value [v21]
Roland Westrelin
- RFR: 8347555: [REDO] C2: implement optimization for series of Add of unique value [v22]
Kangcheng Xu
- RFR: 8347555: [REDO] C2: implement optimization for series of Add of unique value [v22]
Roland Westrelin
- RFR: 8347555: [REDO] C2: implement optimization for series of Add of unique value [v22]
Kangcheng Xu
- RFR: 8347555: [REDO] C2: implement optimization for series of Add of unique value [v23]
Kangcheng Xu
- RFR: 8347555: [REDO] C2: implement optimization for series of Add of unique value [v24]
Kangcheng Xu
- RFR: 8347555: [REDO] C2: implement optimization for series of Add of unique value [v25]
Kangcheng Xu
- RFR: 8347555: [REDO] C2: implement optimization for series of Add of unique value [v25]
Roland Westrelin
- RFR: 8347555: [REDO] C2: implement optimization for series of Add of unique value [v25]
Emanuel Peter
- RFR: 8347555: [REDO] C2: implement optimization for series of Add of unique value [v7]
Kangcheng Xu
- RFR: 8347555: [REDO] C2: implement optimization for series of Add of unique value [v7]
Emanuel Peter
- RFR: 8347555: [REDO] C2: implement optimization for series of Add of unique value [v7]
Kangcheng Xu
- RFR: 8347555: [REDO] C2: implement optimization for series of Add of unique value [v7]
Emanuel Peter
- RFR: 8347555: [REDO] C2: implement optimization for series of Add of unique value [v7]
Kangcheng Xu
- RFR: 8349835: C2: simplify IGV property printing [v2]
Saranya Natarajan
- RFR: 8349835: C2: simplify IGV property printing [v2]
Christian Hagedorn
- RFR: 8349835: C2: simplify IGV property printing [v2]
Damon Fenacci
- RFR: 8349835: C2: simplify IGV property printing [v2]
Saranya Natarajan
- RFR: 8349835: C2: simplify IGV property printing [v2]
Saranya Natarajan
- RFR: 8349835: C2: simplify IGV property printing [v3]
Saranya Natarajan
- RFR: 8349835: C2: simplify IGV property printing [v3]
Roberto Castañeda Lozano
- RFR: 8350896: Integer/Long.compress gets wrong type from CompressBitsNode::Value [v17]
Emanuel Peter
- 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 [v4]
Jatin Bhateja
- RFR: 8351016: RA support for EVEX to REX/REX2 demotion to optimize NDD instructions [v5]
Jatin Bhateja
- RFR: 8351016: RA support for EVEX to REX/REX2 demotion to optimize NDD instructions [v5]
Sandhya Viswanathan
- RFR: 8351016: RA support for EVEX to REX/REX2 demotion to optimize NDD instructions [v5]
Jatin Bhateja
- RFR: 8351016: RA support for EVEX to REX/REX2 demotion to optimize NDD instructions [v6]
Jatin Bhateja
- RFR: 8351016: RA support for EVEX to REX/REX2 demotion to optimize NDD instructions [v6]
Jatin Bhateja
- RFR: 8351016: RA support for EVEX to REX/REX2 demotion to optimize NDD instructions [v6]
Emanuel Peter
- RFR: 8351016: RA support for EVEX to REX/REX2 demotion to optimize NDD instructions [v6]
Jatin Bhateja
- RFR: 8351016: RA support for EVEX to REX/REX2 demotion to optimize NDD instructions [v7]
Jatin Bhateja
- RFR: 8351016: RA support for EVEX to REX/REX2 demotion to optimize NDD instructions [v7]
Quan Anh Mai
- RFR: 8351016: RA support for EVEX to REX/REX2 demotion to optimize NDD instructions [v7]
Jatin Bhateja
- RFR: 8351016: RA support for EVEX to REX/REX2 demotion to optimize NDD instructions [v8]
Jatin Bhateja
- RFR: 8351016: RA support for EVEX to REX/REX2 demotion to optimize NDD instructions [v8]
Quan Anh Mai
- RFR: 8351016: RA support for EVEX to REX/REX2 demotion to optimize NDD instructions [v8]
Emanuel Peter
- RFR: 8351016: RA support for EVEX to REX/REX2 demotion to optimize NDD instructions [v8]
Daniel Lundén
- RFR: 8351016: RA support for EVEX to REX/REX2 demotion to optimize NDD instructions [v8]
Daniel Lundén
- RFR: 8351016: RA support for EVEX to REX/REX2 demotion to optimize NDD instructions [v8]
Vladimir Ivanov
- RFR: 8351016: RA support for EVEX to REX/REX2 demotion to optimize NDD instructions [v8]
Dean Long
- RFR: 8351194: Clean up Hotspot SA after 32-bit x86 removal [v2]
Kerem Kat
- RFR: 8351194: Clean up Hotspot SA after 32-bit x86 removal [v2]
David Holmes
- RFR: 8351194: Clean up Hotspot SA after 32-bit x86 removal [v2]
David Holmes
- RFR: 8351194: Clean up Hotspot SA after 32-bit x86 removal [v3]
Kerem Kat
- RFR: 8351194: Clean up Hotspot SA after 32-bit x86 removal [v4]
Kerem Kat
- RFR: 8351194: Clean up Hotspot SA after 32-bit x86 removal [v4]
David Holmes
- 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 [v6]
Xiaohong Gong
- 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]
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: 8351623: VectorAPI: Add SVE implementation of subword gather load operation [v6]
Xiaohong Gong
- RFR: 8351889: C2 crash: assertion failed: Base pointers must match (addp 344)
Roland Westrelin
- RFR: 8351889: C2 crash: assertion failed: Base pointers must match (addp 344) [v2]
Roland Westrelin
- RFR: 8351889: C2 crash: assertion failed: Base pointers must match (addp 344) [v2]
Dean Long
- RFR: 8351889: C2 crash: assertion failed: Base pointers must match (addp 344) [v2]
Roland Westrelin
- RFR: 8353290: C2: Refactor PhaseIdealLoop::is_counted_loop() [v12]
Kangcheng Xu
- RFR: 8353290: C2: Refactor PhaseIdealLoop::is_counted_loop() [v12]
Roland Westrelin
- RFR: 8353290: C2: Refactor PhaseIdealLoop::is_counted_loop() [v12]
Kangcheng Xu
- RFR: 8353290: C2: Refactor PhaseIdealLoop::is_counted_loop() [v13]
Kangcheng Xu
- RFR: 8353290: C2: Refactor PhaseIdealLoop::is_counted_loop() [v13]
Christian Hagedorn
- RFR: 8353290: C2: Refactor PhaseIdealLoop::is_counted_loop() [v13]
Kangcheng Xu
- RFR: 8353290: C2: Refactor PhaseIdealLoop::is_counted_loop() [v13]
Kangcheng Xu
- RFR: 8353290: C2: Refactor PhaseIdealLoop::is_counted_loop() [v13]
Kangcheng Xu
- RFR: 8353290: C2: Refactor PhaseIdealLoop::is_counted_loop() [v14]
Kangcheng Xu
- RFR: 8353290: C2: Refactor PhaseIdealLoop::is_counted_loop() [v15]
Kangcheng Xu
- RFR: 8353290: C2: Refactor PhaseIdealLoop::is_counted_loop() [v16]
Kangcheng Xu
- RFR: 8353290: C2: Refactor PhaseIdealLoop::is_counted_loop() [v17]
Kangcheng Xu
- RFR: 8353290: C2: Refactor PhaseIdealLoop::is_counted_loop() [v17]
Kangcheng Xu
- RFR: 8353290: C2: Refactor PhaseIdealLoop::is_counted_loop() [v17]
Christian Hagedorn
- RFR: 8353290: C2: Refactor PhaseIdealLoop::is_counted_loop() [v18]
Kangcheng Xu
- RFR: 8353290: C2: Refactor PhaseIdealLoop::is_counted_loop() [v3]
Kangcheng Xu
- RFR: 8353290: C2: Refactor PhaseIdealLoop::is_counted_loop() [v3]
Kangcheng Xu
- RFR: 8353290: C2: Refactor PhaseIdealLoop::is_counted_loop() [v3]
Christian Hagedorn
- RFR: 8354282: C2: more crashes in compiled code because of dependency on removed range check CastIIs
Roland Westrelin
- RFR: 8354282: C2: more crashes in compiled code because of dependency on removed range check CastIIs [v2]
Roland Westrelin
- RFR: 8354282: C2: more crashes in compiled code because of dependency on removed range check CastIIs [v2]
Roland Westrelin
- RFR: 8354282: C2: more crashes in compiled code because of dependency on removed range check CastIIs [v2]
Emanuel Peter
- RFR: 8354282: C2: more crashes in compiled code because of dependency on removed range check CastIIs [v3]
Roland Westrelin
- RFR: 8354282: C2: more crashes in compiled code because of dependency on removed range check CastIIs [v3]
Roland Westrelin
- 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 [v4]
Damon Fenacci
- RFR: 8355354: C2 crashed: assert(_callee == nullptr || _callee == m) failed: repeated inline attempt with different callee [v4]
Dean Long
- 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 [v5]
Damon Fenacci
- RFR: 8355354: C2 crashed: assert(_callee == nullptr || _callee == m) failed: repeated inline attempt with different callee [v5]
Dean Long
- RFR: 8355354: C2 crashed: assert(_callee == nullptr || _callee == m) failed: repeated inline attempt with different callee [v5]
Vladimir Ivanov
- RFR: 8355354: C2 crashed: assert(_callee == nullptr || _callee == m) failed: repeated inline attempt with different callee [v5]
Damon Fenacci
- RFR: 8355574: Fatal error in abort_verify_int_in_range due to Invalid CastII [v4]
Quan Anh Mai
- RFR: 8355574: Fatal error in abort_verify_int_in_range due to Invalid CastII [v5]
Quan Anh Mai
- RFR: 8355574: Fatal error in abort_verify_int_in_range due to Invalid CastII [v6]
Quan Anh Mai
- RFR: 8355574: Fatal error in abort_verify_int_in_range due to Invalid CastII [v6]
Roland Westrelin
- RFR: 8355574: Fatal error in abort_verify_int_in_range due to Invalid CastII [v6]
Quan Anh Mai
- RFR: 8357258: x86: Improve receiver type profiling reliability [v3]
Aleksey Shipilev
- RFR: 8358749: Fix input checks in Vector API intrinsics
ExE Boss
- RFR: 8358749: Fix input checks in Vector API intrinsics
Aleksey Shipilev
- RFR: 8359412: Template-Framework Library: Operations and Expressions [v10]
Emanuel Peter
- RFR: 8359412: Template-Framework Library: Operations and Expressions [v10]
Christian Hagedorn
- RFR: 8359412: Template-Framework Library: Operations and Expressions [v10]
Emanuel Peter
- RFR: 8359412: Template-Framework Library: Operations and Expressions [v6]
Christian Hagedorn
- 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]
Emanuel Peter
- RFR: 8359412: Template-Framework Library: Operations and Expressions [v7]
Emanuel Peter
- RFR: 8359412: Template-Framework Library: Operations and Expressions [v8]
Emanuel Peter
- RFR: 8359412: Template-Framework Library: Operations and Expressions [v9]
Emanuel Peter
- RFR: 8359412: Template-Framework Library: Operations and Expressions [v9]
Christian Hagedorn
- RFR: 8359412: Template-Framework Library: Operations and Expressions [v9]
Emanuel Peter
- RFR: 8360031: C2 compilation asserts in MemBarNode::remove [v2]
Damon Fenacci
- RFR: 8360031: C2 compilation asserts in MemBarNode::remove [v4]
Damon Fenacci
- RFR: 8360031: C2 compilation asserts in MemBarNode::remove [v4]
Vladimir Kozlov
- 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 [v15]
Qizheng Xing
- RFR: 8360192: C2: Make the type of count leading/trailing zero nodes more precise [v16]
Qizheng Xing
- RFR: 8360192: C2: Make the type of count leading/trailing zero nodes more precise [v16]
Emanuel Peter
- RFR: 8360192: C2: Make the type of count leading/trailing zero nodes more precise [v16]
Emanuel Peter
- RFR: 8360192: C2: Make the type of count leading/trailing zero nodes more precise [v16]
Qizheng Xing
- RFR: 8360192: C2: Make the type of count leading/trailing zero nodes more precise [v17]
Qizheng Xing
- RFR: 8360192: C2: Make the type of count leading/trailing zero nodes more precise [v17]
Emanuel Peter
- RFR: 8360192: C2: Make the type of count leading/trailing zero nodes more precise [v9]
Qizheng Xing
- RFR: 8360192: C2: Make the type of count leading/trailing zero nodes more precise [v9]
Qizheng Xing
- RFR: 8361608: C2: assert(opaq->outcnt() == 1 && opaq->in(1) == limit) failed
Marc Chevalier
- RFR: 8361608: C2: assert(opaq->outcnt() == 1 && opaq->in(1) == limit) failed
Roberto Castañeda Lozano
- RFR: 8361608: C2: assert(opaq->outcnt() == 1 && opaq->in(1) == limit) failed
Marc Chevalier
- RFR: 8361608: C2: assert(opaq->outcnt() == 1 && opaq->in(1) == limit) failed
Roberto Castañeda Lozano
- RFR: 8361608: C2: assert(opaq->outcnt() == 1 && opaq->in(1) == limit) failed
Marc Chevalier
- RFR: 8361608: C2: assert(opaq->outcnt() == 1 && opaq->in(1) == limit) failed [v10]
Marc Chevalier
- RFR: 8361608: C2: assert(opaq->outcnt() == 1 && opaq->in(1) == limit) failed [v10]
Christian Hagedorn
- RFR: 8361608: C2: assert(opaq->outcnt() == 1 && opaq->in(1) == limit) failed [v10]
Marc Chevalier
- RFR: 8361608: C2: assert(opaq->outcnt() == 1 && opaq->in(1) == limit) failed [v2]
Marc Chevalier
- RFR: 8361608: C2: assert(opaq->outcnt() == 1 && opaq->in(1) == limit) failed [v2]
Christian Hagedorn
- RFR: 8361608: C2: assert(opaq->outcnt() == 1 && opaq->in(1) == limit) failed [v2]
Marc Chevalier
- RFR: 8361608: C2: assert(opaq->outcnt() == 1 && opaq->in(1) == limit) failed [v2]
Christian Hagedorn
- RFR: 8361608: C2: assert(opaq->outcnt() == 1 && opaq->in(1) == limit) failed [v3]
Marc Chevalier
- RFR: 8361608: C2: assert(opaq->outcnt() == 1 && opaq->in(1) == limit) failed [v3]
Marc Chevalier
- RFR: 8361608: C2: assert(opaq->outcnt() == 1 && opaq->in(1) == limit) failed [v3]
Christian Hagedorn
- RFR: 8361608: C2: assert(opaq->outcnt() == 1 && opaq->in(1) == limit) failed [v4]
Marc Chevalier
- RFR: 8361608: C2: assert(opaq->outcnt() == 1 && opaq->in(1) == limit) failed [v4]
Marc Chevalier
- RFR: 8361608: C2: assert(opaq->outcnt() == 1 && opaq->in(1) == limit) failed [v4]
Christian Hagedorn
- RFR: 8361608: C2: assert(opaq->outcnt() == 1 && opaq->in(1) == limit) failed [v4]
Roland Westrelin
- RFR: 8361608: C2: assert(opaq->outcnt() == 1 && opaq->in(1) == limit) failed [v4]
Marc Chevalier
- RFR: 8361608: C2: assert(opaq->outcnt() == 1 && opaq->in(1) == limit) failed [v4]
Roland Westrelin
- RFR: 8361608: C2: assert(opaq->outcnt() == 1 && opaq->in(1) == limit) failed [v4]
Christian Hagedorn
- RFR: 8361608: C2: assert(opaq->outcnt() == 1 && opaq->in(1) == limit) failed [v4]
Marc Chevalier
- RFR: 8361608: C2: assert(opaq->outcnt() == 1 && opaq->in(1) == limit) failed [v4]
Marc Chevalier
- RFR: 8361608: C2: assert(opaq->outcnt() == 1 && opaq->in(1) == limit) failed [v5]
Marc Chevalier
- RFR: 8361608: C2: assert(opaq->outcnt() == 1 && opaq->in(1) == limit) failed [v5]
Christian Hagedorn
- RFR: 8361608: C2: assert(opaq->outcnt() == 1 && opaq->in(1) == limit) failed [v5]
Christian Hagedorn
- RFR: 8361608: C2: assert(opaq->outcnt() == 1 && opaq->in(1) == limit) failed [v5]
Marc Chevalier
- RFR: 8361608: C2: assert(opaq->outcnt() == 1 && opaq->in(1) == limit) failed [v6]
Marc Chevalier
- RFR: 8361608: C2: assert(opaq->outcnt() == 1 && opaq->in(1) == limit) failed [v6]
Christian Hagedorn
- RFR: 8361608: C2: assert(opaq->outcnt() == 1 && opaq->in(1) == limit) failed [v6]
Marc Chevalier
- RFR: 8361608: C2: assert(opaq->outcnt() == 1 && opaq->in(1) == limit) failed [v7]
Marc Chevalier
- RFR: 8361608: C2: assert(opaq->outcnt() == 1 && opaq->in(1) == limit) failed [v7]
Christian Hagedorn
- RFR: 8361608: C2: assert(opaq->outcnt() == 1 && opaq->in(1) == limit) failed [v7]
Roberto Castañeda Lozano
- RFR: 8361608: C2: assert(opaq->outcnt() == 1 && opaq->in(1) == limit) failed [v7]
Marc Chevalier
- RFR: 8361608: C2: assert(opaq->outcnt() == 1 && opaq->in(1) == limit) failed [v8]
Marc Chevalier
- RFR: 8361608: C2: assert(opaq->outcnt() == 1 && opaq->in(1) == limit) failed [v8]
Roberto Castañeda Lozano
- RFR: 8361608: C2: assert(opaq->outcnt() == 1 && opaq->in(1) == limit) failed [v8]
Marc Chevalier
- RFR: 8361608: C2: assert(opaq->outcnt() == 1 && opaq->in(1) == limit) failed [v9]
Marc Chevalier
- RFR: 8361608: C2: assert(opaq->outcnt() == 1 && opaq->in(1) == limit) failed [v9]
Roberto Castañeda Lozano
- RFR: 8361608: C2: assert(opaq->outcnt() == 1 && opaq->in(1) == limit) failed [v9]
Christian Hagedorn
- RFR: 8361608: C2: assert(opaq->outcnt() == 1 && opaq->in(1) == limit) failed [v9]
Marc Chevalier
- RFR: 8361608: C2: assert(opaq->outcnt() == 1 && opaq->in(1) == limit) failed [v9]
Christian Hagedorn
- RFR: 8361608: C2: assert(opaq->outcnt() == 1 && opaq->in(1) == limit) failed [v9]
Marc Chevalier
- RFR: 8362117: C2: compiler/stringopts/TestStackedConcatsAppendUncommonTrap.java fails with a wrong result due to invalidated liveness assumptions for data phis [v2]
Daniel Skantz
- RFR: 8362394: C2: Repeated stacked string concatenation fails with "Hit MemLimit" and other resourcing errors [v5]
Christian Hagedorn
- RFR: 8362394: C2: Repeated stacked string concatenation fails with "Hit MemLimit" and other resourcing errors [v5]
Daniel Skantz
- RFR: 8362832: compiler/macronodes/TestTopInMacroElimination.java hits assert(false) failed: unexpected node
Benoît Maillard
- RFR: 8362832: compiler/macronodes/TestTopInMacroElimination.java hits assert(false) failed: unexpected node
Vladimir Kozlov
- RFR: 8362832: compiler/macronodes/TestTopInMacroElimination.java hits assert(false) failed: unexpected node
Daniel Lundén
- RFR: 8362832: compiler/macronodes/TestTopInMacroElimination.java hits assert(false) failed: unexpected node [v2]
Benoît Maillard
- RFR: 8362832: compiler/macronodes/TestTopInMacroElimination.java hits assert(false) failed: unexpected node [v2]
Benoît Maillard
- RFR: 8362832: compiler/macronodes/TestTopInMacroElimination.java hits assert(false) failed: unexpected node [v2]
Daniel Lundén
- RFR: 8362832: compiler/macronodes/TestTopInMacroElimination.java hits assert(false) failed: unexpected node [v2]
Emanuel Peter
- RFR: 8364346: Typo in IR framework README
Lei Zhu
- RFR: 8364346: Typo in IR framework README
Tobias Hartmann
- RFR: 8364346: Typo in IR framework README [v2]
Lei Zhu
- RFR: 8364346: Typo in IR framework README [v2]
Lei Zhu
- RFR: 8364346: Typo in IR framework README [v2]
Tobias Hartmann
- RFR: 8364346: Typo in IR framework README [v2]
Francesco Andreuzzi
- RFR: 8364346: Typo in IR framework README [v2]
duke
- RFR: 8364346: Typo in IR framework README [v3]
Lei Zhu
- RFR: 8364346: Typo in IR framework README [v3]
Christian Hagedorn
- RFR: 8364346: Typo in IR framework README [v3]
Lei Zhu
- 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 [v11]
Benoît Maillard
- RFR: 8364757: Missing Store nodes caused by bad wiring in PhaseIdealLoop::insert_post_loop [v11]
Roland Westrelin
- RFR: 8364757: Missing Store nodes caused by bad wiring in PhaseIdealLoop::insert_post_loop [v11]
Benoît Maillard
- RFR: 8364757: Missing Store nodes caused by bad wiring in PhaseIdealLoop::insert_post_loop [v12]
Benoît Maillard
- RFR: 8364757: Missing Store nodes caused by bad wiring in PhaseIdealLoop::insert_post_loop [v12]
Roland Westrelin
- RFR: 8364757: Missing Store nodes caused by bad wiring in PhaseIdealLoop::insert_post_loop [v12]
Manuel Hässig
- RFR: 8364757: Missing Store nodes caused by bad wiring in PhaseIdealLoop::insert_post_loop [v12]
duke
- RFR: 8364766: C2: Improve Value() of DivI and DivL for non-constant inputs [v2]
Manuel Hässig
- RFR: 8364766: C2: Improve Value() of DivI and DivL for non-constant inputs [v2]
Tobias Hotz
- RFR: 8364766: C2: Improve Value() of DivI and DivL for non-constant inputs [v2]
Manuel Hässig
- RFR: 8364766: C2: Improve Value() of DivI and DivL for non-constant inputs [v6]
Tobias Hotz
- RFR: 8364766: C2: Improve Value() of DivI and DivL for non-constant inputs [v6]
Tobias Hotz
- RFR: 8364766: C2: Improve Value() of DivI and DivL for non-constant inputs [v6]
Tobias Hotz
- RFR: 8364766: C2: Improve Value() of DivI and DivL for non-constant inputs [v7]
Tobias Hotz
- RFR: 8364766: C2: Improve Value() of DivI and DivL for non-constant inputs [v7]
Tobias Hotz
- RFR: 8364766: C2: Improve Value() of DivI and DivL for non-constant inputs [v7]
Hannes Greule
- RFR: 8364766: C2: Improve Value() of DivI and DivL for non-constant inputs [v7]
Tobias Hotz
- RFR: 8364766: C2: Improve Value() of DivI and DivL for non-constant inputs [v7]
Hannes Greule
- RFR: 8364766: C2: Improve Value() of DivI and DivL for non-constant inputs [v7]
Manuel Hässig
- RFR: 8364766: C2: Improve Value() of DivI and DivL for non-constant inputs [v8]
Tobias Hotz
- RFR: 8364766: C2: Improve Value() of DivI and DivL for non-constant inputs [v8]
Manuel Hässig
- RFR: 8364766: C2: Improve Value() of DivI and DivL for non-constant inputs [v8]
Manuel Hässig
- RFR: 8364766: C2: Improve Value() of DivI and DivL for non-constant inputs [v8]
Tobias Hotz
- RFR: 8364766: C2: Improve Value() of DivI and DivL for non-constant inputs [v9]
Tobias Hotz
- RFR: 8365205: C2: Optimize popcount value computation using knownbits [v11]
Tobias Hartmann
- RFR: 8365205: C2: Optimize popcount value computation using knownbits [v11]
Quan Anh Mai
- RFR: 8365205: C2: Optimize popcount value computation using knownbits [v11]
Jatin Bhateja
- RFR: 8365205: C2: Optimize popcount value computation using knownbits [v12]
Jatin Bhateja
- RFR: 8365205: C2: Optimize popcount value computation using knownbits [v12]
Tobias Hartmann
- RFR: 8365205: C2: Optimize popcount value computation using knownbits [v12]
Eirik Bjørsnøs
- RFR: 8365205: C2: Optimize popcount value computation using knownbits [v12]
Hannes Greule
- RFR: 8365205: C2: Optimize popcount value computation using knownbits [v12]
Eirik Bjørsnøs
- RFR: 8365205: C2: Optimize popcount value computation using knownbits [v12]
Jatin Bhateja
- RFR: 8365205: C2: Optimize popcount value computation using knownbits [v12]
Chen Liang
- RFR: 8365205: C2: Optimize popcount value computation using knownbits [v12]
Quan Anh Mai
- RFR: 8365205: C2: Optimize popcount value computation using knownbits [v12]
Jatin Bhateja
- RFR: 8365205: C2: Optimize popcount value computation using knownbits [v12]
Jatin Bhateja
- RFR: 8365205: C2: Optimize popcount value computation using knownbits [v12]
Jatin Bhateja
- RFR: 8365205: C2: Optimize popcount value computation using knownbits [v13]
Jatin Bhateja
- RFR: 8365205: C2: Optimize popcount value computation using knownbits [v13]
Emanuel Peter
- RFR: 8365205: C2: Optimize popcount value computation using knownbits [v13]
Emanuel Peter
- RFR: 8365732: RISC-V: implement AES CTR intrinsics [v11]
Anjian Wen
- RFR: 8365732: RISC-V: implement AES CTR intrinsics [v11]
Andrew Haley
- RFR: 8365732: RISC-V: implement AES CTR intrinsics [v11]
Anjian Wen
- RFR: 8365732: RISC-V: implement AES CTR intrinsics [v11]
Andrew Haley
- RFR: 8365732: RISC-V: implement AES CTR intrinsics [v11]
Anjian Wen
- RFR: 8365732: RISC-V: implement AES CTR intrinsics [v11]
Andrew Haley
- RFR: 8365732: RISC-V: implement AES CTR intrinsics [v11]
Anjian Wen
- RFR: 8365732: RISC-V: implement AES CTR intrinsics [v11]
Andrew Haley
- RFR: 8365732: RISC-V: implement AES CTR intrinsics [v11]
Anjian Wen
- RFR: 8365732: RISC-V: implement AES CTR intrinsics [v12]
Anjian Wen
- RFR: 8365732: RISC-V: implement AES CTR intrinsics [v13]
Anjian Wen
- RFR: 8365732: RISC-V: implement AES CTR intrinsics [v13]
Fei Yang
- 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 [v4]
erifan
- RFR: 8366333: AArch64: Enhance SVE subword type implementation of vector compress [v4]
erifan
- RFR: 8366333: AArch64: Enhance SVE subword type implementation of vector compress [v5]
erifan
- RFR: 8366333: AArch64: Enhance SVE subword type implementation of vector compress [v5]
Jatin Bhateja
- RFR: 8366333: AArch64: Enhance SVE subword type implementation of vector compress [v5]
erifan
- RFR: 8366333: AArch64: Enhance SVE subword type implementation of vector compress [v5]
Xiaohong Gong
- RFR: 8366333: AArch64: Enhance SVE subword type implementation of vector compress [v5]
erifan
- RFR: 8366333: AArch64: Enhance SVE subword type implementation of vector compress [v5]
duke
- RFR: 8366444: Add support for add/mul reduction operations for Float16
Bhavana Kilambi
- RFR: 8366444: Add support for add/mul reduction operations for Float16
Bhavana Kilambi
- 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
Xiaohong Gong
- RFR: 8366444: Add support for add/mul reduction operations for Float16
Xiaohong Gong
- RFR: 8366444: Add support for add/mul reduction operations for Float16
Bhavana Kilambi
- RFR: 8366815: C2: Delay Mod/Div by constant transformation
Hannes Greule
- RFR: 8366815: C2: Delay Mod/Div by constant transformation
Manuel Hässig
- RFR: 8366815: C2: Delay Mod/Div by constant transformation
Hannes Greule
- RFR: 8366815: C2: Delay Mod/Div by constant transformation
Manuel Hässig
- RFR: 8366815: C2: Delay Mod/Div by constant transformation
Hannes Greule
- RFR: 8366815: C2: Delay Mod/Div by constant transformation
Emanuel Peter
- RFR: 8366815: C2: Delay Mod/Div by constant transformation
Hannes Greule
- RFR: 8366815: C2: Delay Mod/Div by constant transformation
Hannes Greule
- RFR: 8366815: C2: Delay Mod/Div by constant transformation
Emanuel Peter
- RFR: 8366815: C2: Delay Mod/Div by constant transformation
Hannes Greule
- RFR: 8366815: C2: Delay Mod/Div by constant transformation
Emanuel Peter
- RFR: 8366815: C2: Delay Mod/Div by constant transformation
Emanuel Peter
- RFR: 8366815: C2: Delay Mod/Div by constant transformation
Hannes Greule
- RFR: 8366815: C2: Delay Mod/Div by constant transformation
Emanuel Peter
- RFR: 8366815: C2: Delay Mod/Div by constant transformation
Vladimir Ivanov
- RFR: 8366815: C2: Delay Mod/Div by constant transformation
Emanuel Peter
- RFR: 8366815: C2: Delay Mod/Div by constant transformation
Hannes Greule
- RFR: 8366815: C2: Delay Mod/Div by constant transformation
Emanuel Peter
- RFR: 8366815: C2: Delay Mod/Div by constant transformation
Hannes Greule
- RFR: 8366815: C2: Delay Mod/Div by constant transformation
Vladimir Ivanov
- RFR: 8366815: C2: Delay Mod/Div by constant transformation
Emanuel Peter
- RFR: 8366815: C2: Delay Mod/Div by constant transformation
Hannes Greule
- RFR: 8366815: C2: Delay Mod/Div by constant transformation
Vladimir Ivanov
- RFR: 8366815: C2: Delay Mod/Div by constant transformation
Vladimir Ivanov
- RFR: 8366815: C2: Delay Mod/Div by constant transformation [v2]
Hannes Greule
- RFR: 8366815: C2: Delay Mod/Div by constant transformation [v2]
Vladimir Ivanov
- RFR: 8366815: C2: Delay Mod/Div by constant transformation [v2]
Hannes Greule
- RFR: 8366815: C2: Delay Mod/Div by constant transformation [v3]
Hannes Greule
- 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
Christian Hagedorn
- RFR: 8366888: C2: incorrect assertion predicate with short running long counted loop
Christian Hagedorn
- 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 [v2]
Roland Westrelin
- RFR: 8366888: C2: incorrect assertion predicate with short running long counted loop [v3]
Roland Westrelin
- RFR: 8366888: C2: incorrect assertion predicate with short running long counted loop [v3]
Roland Westrelin
- RFR: 8366888: C2: incorrect assertion predicate with short running long counted loop [v3]
Christian Hagedorn
- RFR: 8366888: C2: incorrect assertion predicate with short running long counted loop [v3]
Roland Westrelin
- RFR: 8366888: C2: incorrect assertion predicate with short running long counted loop [v4]
Roland Westrelin
- RFR: 8366990: C2: Compilation hits the memory limit when verifying loop opts in Split-If code
Benoît Maillard
- RFR: 8366990: C2: Compilation hits the memory limit when verifying loop opts in Split-If code [v2]
Benoît Maillard
- RFR: 8366990: C2: Compilation hits the memory limit when verifying loop opts in Split-If code [v2]
Christian Hagedorn
- RFR: 8366990: C2: Compilation hits the memory limit when verifying loop opts in Split-If code [v2]
SendaoYan
- RFR: 8366990: C2: Compilation hits the memory limit when verifying loop opts in Split-If code [v2]
Damon Fenacci
- RFR: 8366990: C2: Compilation hits the memory limit when verifying loop opts in Split-If code [v2]
Marc Chevalier
- RFR: 8366990: C2: Compilation hits the memory limit when verifying loop opts in Split-If code [v2]
Benoît Maillard
- RFR: 8366990: C2: Compilation hits the memory limit when verifying loop opts in Split-If code [v2]
Benoît Maillard
- RFR: 8366990: C2: Compilation hits the memory limit when verifying loop opts in Split-If code [v2]
Benoît Maillard
- RFR: 8366990: C2: Compilation hits the memory limit when verifying loop opts in Split-If code [v2]
SendaoYan
- RFR: 8366990: C2: Compilation hits the memory limit when verifying loop opts in Split-If code [v2]
Emanuel Peter
- RFR: 8366990: C2: Compilation hits the memory limit when verifying loop opts in Split-If code [v2]
Benoît Maillard
- RFR: 8366990: C2: Compilation hits the memory limit when verifying loop opts in Split-If code [v2]
Benoît Maillard
- RFR: 8366990: C2: Compilation hits the memory limit when verifying loop opts in Split-If code [v3]
Benoît Maillard
- RFR: 8366990: C2: Compilation hits the memory limit when verifying loop opts in Split-If code [v4]
Benoît Maillard
- RFR: 8366990: C2: Compilation hits the memory limit when verifying loop opts in Split-If code [v5]
Benoît Maillard
- RFR: 8366990: C2: Compilation hits the memory limit when verifying loop opts in Split-If code [v6]
Benoît Maillard
- RFR: 8366990: C2: Compilation hits the memory limit when verifying loop opts in Split-If code [v7]
Benoît Maillard
- RFR: 8366990: C2: Compilation hits the memory limit when verifying loop opts in Split-If code [v8]
Benoît Maillard
- RFR: 8366990: C2: Compilation hits the memory limit when verifying loop opts in Split-If code [v8]
Benoît Maillard
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE
Xiaohong Gong
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE
Hao Sun
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE
erifan
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE
Emanuel Peter
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE
Emanuel Peter
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE
Xiaohong Gong
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE
Xiaohong Gong
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE
Emanuel Peter
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE
Xiaohong Gong
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE
Xiaohong Gong
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE
Emanuel Peter
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE
Xiaohong Gong
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v2]
Xiaohong Gong
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v2]
Emanuel Peter
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v2]
Emanuel Peter
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v2]
Xiaohong Gong
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v2]
Xiaohong Gong
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v2]
Xiaohong Gong
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v2]
Xiaohong Gong
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v2]
Bhavana Kilambi
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v2]
Xiaohong Gong
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v2]
Emanuel Peter
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v2]
Emanuel Peter
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v2]
Emanuel Peter
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v2]
Bhavana Kilambi
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v2]
Xiaohong Gong
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v2]
Xiaohong Gong
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v2]
Xiaohong Gong
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v2]
Emanuel Peter
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v2]
Emanuel Peter
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v2]
Emanuel Peter
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v2]
Xiaohong Gong
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v2]
Paul Sandoz
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v2]
Emanuel Peter
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v3]
Xiaohong Gong
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v3]
Emanuel Peter
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v3]
Emanuel Peter
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v3]
Emanuel Peter
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v3]
erifan
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v3]
Emanuel Peter
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v3]
Emanuel Peter
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v3]
erifan
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v3]
erifan
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v3]
erifan
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v3]
Bhavana Kilambi
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v3]
Xiaohong Gong
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v3]
Xiaohong Gong
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v3]
Xiaohong Gong
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v3]
Xiaohong Gong
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v3]
Xiaohong Gong
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v3]
Emanuel Peter
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v3]
Emanuel Peter
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v3]
Xiaohong Gong
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v3]
Xiaohong Gong
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v3]
Emanuel Peter
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v3]
Emanuel Peter
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v3]
Xiaohong Gong
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v3]
Xiaohong Gong
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v3]
Emanuel Peter
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v3]
Xiaohong Gong
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v4]
Xiaohong Gong
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v4]
Emanuel Peter
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v4]
Xiaohong Gong
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v4]
Emanuel Peter
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v5]
Xiaohong Gong
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v5]
Emanuel Peter
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v5]
Emanuel Peter
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v5]
Xiaohong Gong
- RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v5]
Xiaohong Gong
- RFR: 8367341: C2: apply KnownBits and unsigned bounds to And / Or operations
Quan Anh Mai
- RFR: 8367341: C2: apply KnownBits and unsigned bounds to And / Or operations
Hannes Greule
- RFR: 8367341: C2: apply KnownBits and unsigned bounds to And / Or operations
Quan Anh Mai
- RFR: 8367341: C2: apply KnownBits and unsigned bounds to And / Or operations
Quan Anh Mai
- RFR: 8367341: C2: apply KnownBits and unsigned bounds to And / Or operations
Emanuel Peter
- RFR: 8367341: C2: apply KnownBits and unsigned bounds to And / Or operations
Emanuel Peter
- RFR: 8367341: C2: apply KnownBits and unsigned bounds to And / Or operations
Emanuel Peter
- RFR: 8367341: C2: apply KnownBits and unsigned bounds to And / Or operations
Emanuel Peter
- RFR: 8367341: C2: apply KnownBits and unsigned bounds to And / Or operations
Emanuel Peter
- RFR: 8367341: C2: apply KnownBits and unsigned bounds to And / Or operations
Quan Anh Mai
- RFR: 8367341: C2: apply KnownBits and unsigned bounds to And / Or operations
Quan Anh Mai
- RFR: 8367341: C2: apply KnownBits and unsigned bounds to And / Or operations
Quan Anh Mai
- RFR: 8367341: C2: apply KnownBits and unsigned bounds to And / Or operations
Quan Anh Mai
- RFR: 8367341: C2: apply KnownBits and unsigned bounds to And / Or operations
Quan Anh Mai
- RFR: 8367341: C2: apply KnownBits and unsigned bounds to And / Or operations
Quan Anh Mai
- RFR: 8367341: C2: apply KnownBits and unsigned bounds to And / Or operations
Quan Anh Mai
- RFR: 8367341: C2: apply KnownBits and unsigned bounds to And / Or operations [v2]
Quan Anh Mai
- RFR: 8367341: C2: apply KnownBits and unsigned bounds to And / Or operations [v2]
Quan Anh Mai
- RFR: 8367341: C2: apply KnownBits and unsigned bounds to And / Or operations [v2]
Emanuel Peter
- RFR: 8367341: C2: apply KnownBits and unsigned bounds to And / Or operations [v2]
Emanuel Peter
- RFR: 8367341: C2: apply KnownBits and unsigned bounds to And / Or operations [v2]
Emanuel Peter
- RFR: 8367341: C2: apply KnownBits and unsigned bounds to And / Or operations [v2]
Emanuel Peter
- RFR: 8367341: C2: apply KnownBits and unsigned bounds to And / Or operations [v2]
Emanuel Peter
- RFR: 8367341: C2: apply KnownBits and unsigned bounds to And / Or operations [v2]
Emanuel Peter
- RFR: 8367341: C2: apply KnownBits and unsigned bounds to And / Or operations [v2]
Emanuel Peter
- RFR: 8367341: C2: apply KnownBits and unsigned bounds to And / Or operations [v2]
Emanuel Peter
- RFR: 8367341: C2: apply KnownBits and unsigned bounds to And / Or operations [v2]
Emanuel Peter
- RFR: 8367341: C2: apply KnownBits and unsigned bounds to And / Or operations [v2]
Emanuel Peter
- RFR: 8367341: C2: apply KnownBits and unsigned bounds to And / Or operations [v2]
Kim Barrett
- RFR: 8367341: C2: apply KnownBits and unsigned bounds to And / Or operations [v2]
Quan Anh Mai
- RFR: 8367341: C2: apply KnownBits and unsigned bounds to And / Or operations [v2]
Johan Sjölen
- RFR: 8367341: C2: apply KnownBits and unsigned bounds to And / Or operations [v2]
Quan Anh Mai
- RFR: 8367341: C2: apply KnownBits and unsigned bounds to And / Or operations [v2]
Quan Anh Mai
- RFR: 8367341: C2: apply KnownBits and unsigned bounds to And / Or operations [v3]
Quan Anh Mai
- RFR: 8367341: C2: apply KnownBits and unsigned bounds to And / Or operations [v3]
Quan Anh Mai
- RFR: 8367341: C2: apply KnownBits and unsigned bounds to And / Or operations [v3]
Johan Sjölen
- RFR: 8367341: C2: apply KnownBits and unsigned bounds to And / Or operations [v3]
Emanuel Peter
- RFR: 8367341: C2: apply KnownBits and unsigned bounds to And / Or operations [v3]
Emanuel Peter
- RFR: 8367341: C2: apply KnownBits and unsigned bounds to And / Or operations [v3]
Emanuel Peter
- RFR: 8367341: C2: apply KnownBits and unsigned bounds to And / Or operations [v4]
Quan Anh Mai
- 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 [v5]
Emanuel Peter
- RFR: 8367389: C2 SuperWord: refactor VTransform to model the whole loop instead of just the basic block [v5]
Emanuel Peter
- RFR: 8367531: Template Framework: use scopes and tokens instead of misbehaving immediate-return-queries
Emanuel Peter
- RFR: 8367531: Template Framework: use scopes and tokens instead of misbehaving immediate-return-queries
Emanuel Peter
- RFR: 8367531: Template Framework: use scopes and tokens instead of misbehaving immediate-return-queries [v2]
Emanuel Peter
- RFR: 8367531: Template Framework: use scopes and tokens instead of misbehaving immediate-return-queries [v3]
Emanuel Peter
- RFR: 8367531: Template Framework: use scopes and tokens instead of misbehaving immediate-return-queries [v4]
Emanuel Peter
- RFR: 8367531: Template Framework: use scopes and tokens instead of misbehaving immediate-return-queries [v4]
Manuel Hässig
- RFR: 8367531: Template Framework: use scopes and tokens instead of misbehaving immediate-return-queries [v4]
Emanuel Peter
- RFR: 8367531: Template Framework: use scopes and tokens instead of misbehaving immediate-return-queries [v4]
Emanuel Peter
- RFR: 8367531: Template Framework: use scopes and tokens instead of misbehaving immediate-return-queries [v4]
Emanuel Peter
- RFR: 8367531: Template Framework: use scopes and tokens instead of misbehaving immediate-return-queries [v4]
Emanuel Peter
- RFR: 8367531: Template Framework: use scopes and tokens instead of misbehaving immediate-return-queries [v5]
Emanuel Peter
- RFR: 8367531: Template Framework: use scopes and tokens instead of misbehaving immediate-return-queries [v6]
Emanuel Peter
- RFR: 8367531: Template Framework: use scopes and tokens instead of misbehaving immediate-return-queries [v6]
Manuel Hässig
- RFR: 8367531: Template Framework: use scopes and tokens instead of misbehaving immediate-return-queries [v6]
Emanuel Peter
- RFR: 8367531: Template Framework: use scopes and tokens instead of misbehaving immediate-return-queries [v7]
Emanuel Peter
- RFR: 8367531: Template Framework: use scopes and tokens instead of misbehaving immediate-return-queries [v7]
Manuel Hässig
- RFR: 8367531: Template Framework: use scopes and tokens instead of misbehaving immediate-return-queries [v8]
Emanuel Peter
- RFR: 8367657: C2 SuperWord: NormalMapping demo from JVMLS 2025 [v6]
Emanuel Peter
- RFR: 8367690: C2: Unneeded branch in reduce_phi
Anton Seoane Ampudia
- RFR: 8367690: C2: Unneeded branch in reduce_phi
Roberto Castañeda Lozano
- RFR: 8367690: C2: Unneeded branch in reduce_phi
Christian Hagedorn
- RFR: 8367690: C2: Unneeded branch in reduce_phi
Anton Seoane Ampudia
- RFR: 8367690: C2: Unneeded branch in reduce_phi
duke
- RFR: 8367899: compiler/c2/gvn/TestBitCompressValueTransform.java intermittent timed out [v2]
Christian Hagedorn
- RFR: 8367899: compiler/c2/gvn/TestBitCompressValueTransform.java intermittent timed out [v2]
Damon Fenacci
- RFR: 8367899: compiler/c2/gvn/TestBitCompressValueTransform.java intermittent timed out [v2]
SendaoYan
- RFR: 8367899: compiler/c2/gvn/TestBitCompressValueTransform.java intermittent timed out [v2]
SendaoYan
- RFR: 8367899: compiler/c2/gvn/TestBitCompressValueTransform.java intermittent timed out [v2]
Christian Hagedorn
- RFR: 8367899: compiler/c2/gvn/TestBitCompressValueTransform.java intermittent timed out [v2]
SendaoYan
- RFR: 8367899: compiler/c2/gvn/TestBitCompressValueTransform.java intermittent timed out [v2]
Christian Hagedorn
- RFR: 8368205: [TESTBUG] VectorMaskCompareNotTest.java crashes when MaxVectorSize=8
Tobias Hartmann
- RFR: 8368205: [TESTBUG] VectorMaskCompareNotTest.java crashes when MaxVectorSize=8
erifan
- RFR: 8368205: [TESTBUG] VectorMaskCompareNotTest.java crashes when MaxVectorSize=8 [v2]
erifan
- RFR: 8368205: [TESTBUG] VectorMaskCompareNotTest.java crashes when MaxVectorSize=8 [v2]
erifan
- RFR: 8368205: [TESTBUG] VectorMaskCompareNotTest.java crashes when MaxVectorSize=8 [v2]
erifan
- RFR: 8368205: [TESTBUG] VectorMaskCompareNotTest.java crashes when MaxVectorSize=8 [v2]
Dean Long
- RFR: 8368205: [TESTBUG] VectorMaskCompareNotTest.java crashes when MaxVectorSize=8 [v2]
erifan
- RFR: 8368205: [TESTBUG] VectorMaskCompareNotTest.java crashes when MaxVectorSize=8 [v2]
Martin Doerr
- RFR: 8368205: [TESTBUG] VectorMaskCompareNotTest.java crashes when MaxVectorSize=8 [v2]
erifan
- RFR: 8368205: [TESTBUG] VectorMaskCompareNotTest.java crashes when MaxVectorSize=8 [v2]
Martin Doerr
- RFR: 8368205: [TESTBUG] VectorMaskCompareNotTest.java crashes when MaxVectorSize=8 [v2]
Martin Doerr
- RFR: 8368205: [TESTBUG] VectorMaskCompareNotTest.java crashes when MaxVectorSize=8 [v2]
Dingli Zhang
- RFR: 8368205: [TESTBUG] VectorMaskCompareNotTest.java crashes when MaxVectorSize=8 [v2]
Emanuel Peter
- RFR: 8368205: [TESTBUG] VectorMaskCompareNotTest.java crashes when MaxVectorSize=8 [v2]
Martin Doerr
- RFR: 8368205: [TESTBUG] VectorMaskCompareNotTest.java crashes when MaxVectorSize=8 [v2]
erifan
- RFR: 8368205: [TESTBUG] VectorMaskCompareNotTest.java crashes when MaxVectorSize=8 [v2]
erifan
- RFR: 8368205: [TESTBUG] VectorMaskCompareNotTest.java crashes when MaxVectorSize=8 [v2]
erifan
- RFR: 8368205: [TESTBUG] VectorMaskCompareNotTest.java crashes when MaxVectorSize=8 [v2]
Martin Doerr
- RFR: 8368205: [TESTBUG] VectorMaskCompareNotTest.java crashes when MaxVectorSize=8 [v2]
Emanuel Peter
- RFR: 8368205: [TESTBUG] VectorMaskCompareNotTest.java crashes when MaxVectorSize=8 [v2]
erifan
- RFR: 8368321: Rethink compilation delay strategy for lukewarm methods
Igor Veresov
- RFR: 8368321: Rethink compilation delay strategy for lukewarm methods [v2]
Igor Veresov
- RFR: 8368321: Rethink compilation delay strategy for lukewarm methods [v2]
Igor Veresov
- RFR: 8368321: Rethink compilation delay strategy for lukewarm methods [v2]
Vladimir Kozlov
- RFR: 8368321: Rethink compilation delay strategy for lukewarm methods [v2]
Vladimir Ivanov
- RFR: 8368321: Rethink compilation delay strategy for lukewarm methods [v2]
Igor Veresov
- RFR: 8368573: MultiBranchNode::required_outcnt should return an unsigned int
Manuel Hässig
- RFR: 8368573: MultiBranchNode::required_outcnt should return an unsigned int
Christian Hagedorn
- RFR: 8368573: MultiBranchNode::required_outcnt should return an unsigned int
Damon Fenacci
- RFR: 8368573: MultiBranchNode::required_outcnt should return an unsigned int
Francesco Andreuzzi
- RFR: 8368573: MultiBranchNode::required_outcnt should return an unsigned int
Manuel Hässig
- RFR: 8368675: IGV: nodes are wrongly marked as changed in the difference view
Tobias Holenstein
- RFR: 8368675: IGV: nodes are wrongly marked as changed in the difference view
Roberto Castañeda Lozano
- RFR: 8368698: runtime/cds/appcds/aotCache/OldClassSupport.java assert(can_add()) failed: Cannot add TrainingData objects
Igor Veresov
- RFR: 8368698: runtime/cds/appcds/aotCache/OldClassSupport.java assert(can_add()) failed: Cannot add TrainingData objects
Dan Heidinga
- RFR: 8368698: runtime/cds/appcds/aotCache/OldClassSupport.java assert(can_add()) failed: Cannot add TrainingData objects
Ioi Lam
- RFR: 8368753: IGV: improve CFG view of difference graphs [v2]
Christian Hagedorn
- RFR: 8368753: IGV: improve CFG view of difference graphs [v2]
Roberto Castañeda Lozano
- RFR: 8368780: IGV: Upgrade to Netbeans Platform 27
Antón Seoane Ampudia
- RFR: 8368780: IGV: Upgrade to Netbeans Platform 27
Roberto Castañeda Lozano
- RFR: 8368780: IGV: Upgrade to Netbeans Platform 27
duke
- RFR: 8368780: IGV: Upgrade to Netbeans Platform 27
Antón Seoane Ampudia
- RFR: 8368780: IGV: Upgrade to Netbeans Platform 27
Roberto Castañeda Lozano
- RFR: 8368780: IGV: Upgrade to Netbeans Platform 27
Roberto Castañeda Lozano
- RFR: 8368780: IGV: Upgrade to Netbeans Platform 27
Christian Hagedorn
- RFR: 8368787: Error reporting: hs_err files should show instructions when referencing code in nmethods
Aleksey Shipilev
- RFR: 8368787: Error reporting: hs_err files should show instructions when referencing code in nmethods
Martin Doerr
- RFR: 8368787: Error reporting: hs_err files should show instructions when referencing code in nmethods
Aleksey Shipilev
- RFR: 8368787: Error reporting: hs_err files should show instructions when referencing code in nmethods
Martin Doerr
- RFR: 8368787: Error reporting: hs_err files should show instructions when referencing code in nmethods
Martin Doerr
- RFR: 8368787: Error reporting: hs_err files should show instructions when referencing code in nmethods [v2]
Martin Doerr
- RFR: 8368787: Error reporting: hs_err files should show instructions when referencing code in nmethods [v3]
Martin Doerr
- RFR: 8368787: Error reporting: hs_err files should show instructions when referencing code in nmethods [v4]
Martin Doerr
- RFR: 8368787: Error reporting: hs_err files should show instructions when referencing code in nmethods [v4]
Martin Doerr
- RFR: 8368787: Error reporting: hs_err files should show instructions when referencing code in nmethods [v4]
Matthias Baesken
- RFR: 8368787: Error reporting: hs_err files should show instructions when referencing code in nmethods [v4]
Martin Doerr
- RFR: 8368787: Error reporting: hs_err files should show instructions when referencing code in nmethods [v4]
Andrew Haley
- RFR: 8368787: Error reporting: hs_err files should show instructions when referencing code in nmethods [v4]
Matthias Baesken
- RFR: 8368787: Error reporting: hs_err files should show instructions when referencing code in nmethods [v4]
Aleksey Shipilev
- RFR: 8368787: Error reporting: hs_err files should show instructions when referencing code in nmethods [v4]
Thomas Stuefe
- RFR: 8368787: Error reporting: hs_err files should show instructions when referencing code in nmethods [v4]
Martin Doerr
- RFR: 8368787: Error reporting: hs_err files should show instructions when referencing code in nmethods [v5]
Martin Doerr
- RFR: 8368787: Error reporting: hs_err files should show instructions when referencing code in nmethods [v5]
Thomas Stuefe
- RFR: 8368787: Error reporting: hs_err files should show instructions when referencing code in nmethods [v5]
Martin Doerr
- RFR: 8368861: [TEST] compiler/floatingpoint/ScalarFPtoIntCastTest.java expects x86 IR on non-x86 platforms [v2]
Richard Reingruber
- RFR: 8368866: compiler/codecache/stress/UnexpectedDeoptimizationTest.java intermittent timed out
Manuel Hässig
- RFR: 8368866: compiler/codecache/stress/UnexpectedDeoptimizationTest.java intermittent timed out
SendaoYan
- RFR: 8368962: hotspot/cpu/aarch64/bytecodes_aarch64.{hpp, cpp} is unused
Andrew Haley
- RFR: 8368962: hotspot/cpu/aarch64/bytecodes_aarch64.{hpp, cpp} is unused
Manuel Hässig
- RFR: 8369033: Remove dead code in training data
Igor Veresov
- RFR: 8369033: Remove dead code in training data
Roberto Castañeda Lozano
- RFR: 8369033: Remove dead code in training data
Vladimir Kozlov
- RFR: 8369033: Remove dead code in training data
Igor Veresov
- RFR: 8369147: Various issues with new tests added by JDK-8316694
Chad Rakoczy
- RFR: 8369147: Various issues with new tests added by JDK-8316694
Chad Rakoczy
- RFR: 8369147: Various issues with new tests added by JDK-8316694
Chad Rakoczy
- RFR: 8369147: Various issues with new tests added by JDK-8316694
Richard Reingruber
- RFR: 8369147: Various issues with new tests added by JDK-8316694
Evgeny Astigeevich
- RFR: 8369147: Various issues with new tests added by JDK-8316694
Vladimir Kozlov
- RFR: 8369147: Various issues with new tests added by JDK-8316694
Chad Rakoczy
- RFR: 8369147: Various issues with new tests added by JDK-8316694
Vladimir Kozlov
- RFR: 8369147: Various issues with new tests added by JDK-8316694
Chad Rakoczy
- RFR: 8369147: Various issues with new tests added by JDK-8316694
Vladimir Kozlov
- RFR: 8369147: Various issues with new tests added by JDK-8316694 [v2]
Chad Rakoczy
- RFR: 8369147: Various issues with new tests added by JDK-8316694 [v2]
Chad Rakoczy
- RFR: 8369147: Various issues with new tests added by JDK-8316694 [v2]
Vladimir Kozlov
- RFR: 8369147: Various issues with new tests added by JDK-8316694 [v2]
Chad Rakoczy
- RFR: 8369147: Various issues with new tests added by JDK-8316694 [v2]
Vladimir Kozlov
- RFR: 8369147: Various issues with new tests added by JDK-8316694 [v2]
Vladimir Kozlov
- RFR: 8369147: Various issues with new tests added by JDK-8316694 [v2]
Vladimir Kozlov
- RFR: 8369147: Various issues with new tests added by JDK-8316694 [v2]
Chad Rakoczy
- RFR: 8369147: Various issues with new tests added by JDK-8316694 [v2]
Vladimir Kozlov
- RFR: 8369147: Various issues with new tests added by JDK-8316694 [v3]
Chad Rakoczy
- RFR: 8369147: Various issues with new tests added by JDK-8316694 [v3]
Vladimir Kozlov
- RFR: 8369147: Various issues with new tests added by JDK-8316694 [v3]
duke
- RFR: 8369147: Various issues with new tests added by JDK-8316694 [v3]
Vladimir Kozlov
- RFR: 8369147: Various issues with new tests added by JDK-8316694 [v3]
Dean Long
- RFR: 8369152: Problem list new tests from JDK-8316694
Vladimir Kozlov
- RFR: 8369152: Problem list new tests from JDK-8316694
David Holmes
- RFR: 8369152: Problem list new tests from JDK-8316694
Sergey Bylokhov
- RFR: 8369152: Problem list new tests from JDK-8316694
Vladimir Kozlov
- RFR: 8369152: Problem list new tests from JDK-8316694 [v2]
Vladimir Kozlov
- RFR: 8369152: Problem list new tests from JDK-8316694 [v2]
Vladimir Kozlov
- RFR: 8369152: Problem list new tests from JDK-8316694 [v2]
Jaikiran Pai
- RFR: 8369152: Problem list new tests from JDK-8316694 [v2]
Vladimir Kozlov
- RFR: 8369167: C2: refactor LShiftINode/LShiftLNode Value/Identity/Ideal
Roland Westrelin
- RFR: 8369167: C2: refactor LShiftINode/LShiftLNode Value/Identity/Ideal
Marc Chevalier
- RFR: 8369167: C2: refactor LShiftINode/LShiftLNode Value/Identity/Ideal
Roland Westrelin
- RFR: 8369167: C2: refactor LShiftINode/LShiftLNode Value/Identity/Ideal [v2]
Roland Westrelin
- RFR: 8369167: C2: refactor LShiftINode/LShiftLNode Value/Identity/Ideal [v2]
Roland Westrelin
- RFR: 8369167: C2: refactor LShiftINode/LShiftLNode Value/Identity/Ideal [v2]
Marc Chevalier
- RFR: 8369167: C2: refactor LShiftINode/LShiftLNode Value/Identity/Ideal [v2]
Roland Westrelin
- RFR: 8369167: C2: refactor LShiftINode/LShiftLNode Value/Identity/Ideal [v2]
Marc Chevalier
- RFR: 8369167: C2: refactor LShiftINode/LShiftLNode Value/Identity/Ideal [v2]
Roland Westrelin
- RFR: 8369167: C2: refactor LShiftINode/LShiftLNode Value/Identity/Ideal [v3]
Roland Westrelin
- RFR: 8369167: C2: refactor LShiftINode/LShiftLNode Value/Identity/Ideal [v4]
Roland Westrelin
- RFR: 8369167: C2: refactor LShiftINode/LShiftLNode Value/Identity/Ideal [v4]
Roland Westrelin
- RFR: 8369167: C2: refactor LShiftINode/LShiftLNode Value/Identity/Ideal [v4]
Emanuel Peter
- RFR: 8369167: C2: refactor LShiftINode/LShiftLNode Value/Identity/Ideal [v4]
Roland Westrelin
- RFR: 8369167: C2: refactor LShiftINode/LShiftLNode Value/Identity/Ideal [v4]
Emanuel Peter
- RFR: 8369167: C2: refactor LShiftINode/LShiftLNode Value/Identity/Ideal [v5]
Roland Westrelin
- RFR: 8369167: C2: refactor LShiftINode/LShiftLNode Value/Identity/Ideal [v6]
Roland Westrelin
- RFR: 8369167: C2: refactor LShiftINode/LShiftLNode Value/Identity/Ideal [v6]
Emanuel Peter
- RFR: 8369219: JNI::RegisterNatives causes a memory leak in CodeCache [v4]
Dean Long
- RFR: 8369219: JNI::RegisterNatives causes a memory leak in CodeCache [v4]
Francesco Andreuzzi
- RFR: 8369219: JNI::RegisterNatives causes a memory leak in CodeCache [v4]
Dean Long
- RFR: 8369219: JNI::RegisterNatives causes a memory leak in CodeCache [v4]
Francesco Andreuzzi
- RFR: 8369219: JNI::RegisterNatives causes a memory leak in CodeCache [v4]
Francesco Andreuzzi
- RFR: 8369219: JNI::RegisterNatives causes a memory leak in CodeCache [v4]
Dean Long
- RFR: 8369219: JNI::RegisterNatives causes a memory leak in CodeCache [v4]
Francesco Andreuzzi
- RFR: 8369219: JNI::RegisterNatives causes a memory leak in CodeCache [v4]
Dean Long
- RFR: 8369219: JNI::RegisterNatives causes a memory leak in CodeCache [v4]
Francesco Andreuzzi
- RFR: 8369219: JNI::RegisterNatives causes a memory leak in CodeCache [v5]
Francesco Andreuzzi
- RFR: 8369219: JNI::RegisterNatives causes a memory leak in CodeCache [v6]
Francesco Andreuzzi
- RFR: 8369219: JNI::RegisterNatives causes a memory leak in CodeCache [v6]
Aleksey Shipilev
- RFR: 8369219: JNI::RegisterNatives causes a memory leak in CodeCache [v6]
Francesco Andreuzzi
- RFR: 8369219: JNI::RegisterNatives causes a memory leak in CodeCache [v7]
Francesco Andreuzzi
- RFR: 8369219: JNI::RegisterNatives causes a memory leak in CodeCache [v7]
Aleksey Shipilev
- RFR: 8369219: JNI::RegisterNatives causes a memory leak in CodeCache [v7]
Andrei Pangin
- RFR: 8369219: JNI::RegisterNatives causes a memory leak in CodeCache [v7]
Francesco Andreuzzi
- RFR: 8369219: JNI::RegisterNatives causes a memory leak in CodeCache [v7]
duke
- RFR: 8369219: JNI::RegisterNatives causes a memory leak in CodeCache [v7]
Aleksey Shipilev
- RFR: 8369219: JNI::RegisterNatives causes a memory leak in CodeCache [v7]
Dean Long
- RFR: 8369219: JNI::RegisterNatives causes a memory leak in CodeCache [v7]
Dean Long
- RFR: 8369219: JNI::RegisterNatives causes a memory leak in CodeCache [v7]
Aleksey Shipilev
- RFR: 8369232: testlibrary_tests/ir_framework/tests/TestScenariosCrossProduct.java timed out
Damon Fenacci
- RFR: 8369232: testlibrary_tests/ir_framework/tests/TestScenariosCrossProduct.java timed out
Christian Hagedorn
- RFR: 8369232: testlibrary_tests/ir_framework/tests/TestScenariosCrossProduct.java timed out
Emanuel Peter
- RFR: 8369232: testlibrary_tests/ir_framework/tests/TestScenariosCrossProduct.java timed out [v2]
Christian Hagedorn
- RFR: 8369232: testlibrary_tests/ir_framework/tests/TestScenariosCrossProduct.java timed out [v2]
Christian Hagedorn
- RFR: 8369232: testlibrary_tests/ir_framework/tests/TestScenariosCrossProduct.java timed out [v2]
Emanuel Peter
- RFR: 8369232: testlibrary_tests/ir_framework/tests/TestScenariosCrossProduct.java timed out [v2]
Christian Hagedorn
- RFR: 8369232: testlibrary_tests/ir_framework/tests/TestScenariosCrossProduct.java timed out [v2]
Emanuel Peter
- RFR: 8369232: testlibrary_tests/ir_framework/tests/TestScenariosCrossProduct.java timed out [v2]
Christian Hagedorn
- RFR: 8369232: testlibrary_tests/ir_framework/tests/TestScenariosCrossProduct.java timed out [v3]
Christian Hagedorn
- RFR: 8369232: testlibrary_tests/ir_framework/tests/TestScenariosCrossProduct.java timed out [v3]
Emanuel Peter
- RFR: 8369232: testlibrary_tests/ir_framework/tests/TestScenariosCrossProduct.java timed out [v3]
Christian Hagedorn
- RFR: 8369232: testlibrary_tests/ir_framework/tests/TestScenariosCrossProduct.java timed out [v4]
Emanuel Peter
- RFR: 8369232: testlibrary_tests/ir_framework/tests/TestScenariosCrossProduct.java timed out [v4]
Christian Hagedorn
- RFR: 8369232: testlibrary_tests/ir_framework/tests/TestScenariosCrossProduct.java timed out [v4]
Christian Hagedorn
- RFR: 8369232: testlibrary_tests/ir_framework/tests/TestScenariosCrossProduct.java timed out [v4]
Damon Fenacci
- RFR: 8369232: testlibrary_tests/ir_framework/tests/TestScenariosCrossProduct.java timed out [v4]
Christian Hagedorn
- RFR: 8369232: testlibrary_tests/ir_framework/tests/TestScenariosCrossProduct.java timed out [v5]
Christian Hagedorn
- RFR: 8369232: testlibrary_tests/ir_framework/tests/TestScenariosCrossProduct.java timed out [v5]
Damon Fenacci
- RFR: 8369232: testlibrary_tests/ir_framework/tests/TestScenariosCrossProduct.java timed out [v5]
Emanuel Peter
- RFR: 8369232: testlibrary_tests/ir_framework/tests/TestScenariosCrossProduct.java timed out [v5]
Christian Hagedorn
- RFR: 8369236: testlibrary_tests/ir_framework/tests/TestCompileThreshold.java timed out
Christian Hagedorn
- RFR: 8369236: testlibrary_tests/ir_framework/tests/TestCompileThreshold.java timed out
Albert Mingkun Yang
- RFR: 8369236: testlibrary_tests/ir_framework/tests/TestCompileThreshold.java timed out
Damon Fenacci
- RFR: 8369236: testlibrary_tests/ir_framework/tests/TestCompileThreshold.java timed out
Christian Hagedorn
- RFR: 8369236: testlibrary_tests/ir_framework/tests/TestScenariosCrossProduct.java timed out
Christian Hagedorn
- RFR: 8369257: PPC: compiler/whitebox/RelocateNMethodMultiplePaths.java fails with assertion
Richard Reingruber
- RFR: 8369257: PPC: compiler/whitebox/RelocateNMethodMultiplePaths.java fails with assertion
Martin Doerr
- RFR: 8369257: PPC: compiler/whitebox/RelocateNMethodMultiplePaths.java fails with assertion
Richard Reingruber
- RFR: 8369258: C2: enable ReassociateInvariants for all loop types
Roland Westrelin
- RFR: 8369258: C2: enable ReassociateInvariants for all loop types
Hannes Greule
- RFR: 8369258: C2: enable ReassociateInvariants for all loop types
Roland Westrelin
- RFR: 8369258: C2: enable ReassociateInvariants for all loop types
Emanuel Peter
- RFR: 8369258: C2: enable ReassociateInvariants for all loop types
Emanuel Peter
- RFR: 8369258: C2: enable ReassociateInvariants for all loop types
Roland Westrelin
- RFR: 8369258: C2: enable ReassociateInvariants for all loop types
Roland Westrelin
- RFR: 8369258: C2: enable ReassociateInvariants for all loop types [v2]
Roland Westrelin
- RFR: 8369258: C2: enable ReassociateInvariants for all loop types [v2]
Emanuel Peter
- RFR: 8369258: C2: enable ReassociateInvariants for all loop types [v2]
Per Minborg
- RFR: 8369258: C2: enable ReassociateInvariants for all loop types [v2]
Quan Anh Mai
- RFR: 8369258: C2: enable ReassociateInvariants for all loop types [v2]
Quan Anh Mai
- RFR: 8369258: C2: enable ReassociateInvariants for all loop types [v2]
Roland Westrelin
- RFR: 8369258: C2: enable ReassociateInvariants for all loop types [v2]
Emanuel Peter
- RFR: 8369258: C2: enable ReassociateInvariants for all loop types [v2]
Roland Westrelin
- RFR: 8369258: C2: enable ReassociateInvariants for all loop types [v3]
Roland Westrelin
- RFR: 8369258: C2: enable ReassociateInvariants for all loop types [v3]
Quan Anh Mai
- RFR: 8369258: C2: enable ReassociateInvariants for all loop types [v3]
Emanuel Peter
- RFR: 8369258: C2: enable ReassociateInvariants for all loop types [v3]
Roland Westrelin
- RFR: 8369423: Reduce execution time of testlibrary_tests/ir_framework/tests/TestDFlags.java
Christian Hagedorn
- RFR: 8369423: Reduce execution time of testlibrary_tests/ir_framework/tests/TestDFlags.java
Tobias Hartmann
- RFR: 8369423: Reduce execution time of testlibrary_tests/ir_framework/tests/TestDFlags.java
Christian Hagedorn
- RFR: 8369423: Reduce execution time of testlibrary_tests/ir_framework/tests/TestDFlags.java
Damon Fenacci
- RFR: 8369423: Reduce execution time of testlibrary_tests/ir_framework/tests/TestDFlags.java
Tobias Hartmann
- RFR: 8369423: Reduce execution time of testlibrary_tests/ir_framework/tests/TestDFlags.java
Christian Hagedorn
- RFR: 8369423: Reduce execution time of testlibrary_tests/ir_framework/tests/TestDFlags.java [v2]
Christian Hagedorn
- RFR: 8369423: Reduce execution time of testlibrary_tests/ir_framework/tests/TestDFlags.java [v2]
Christian Hagedorn
- RFR: 8369423: Reduce execution time of testlibrary_tests/ir_framework/tests/TestDFlags.java [v2]
Tobias Hartmann
- RFR: 8369423: Reduce execution time of testlibrary_tests/ir_framework/tests/TestDFlags.java [v2]
Damon Fenacci
- RFR: 8369423: Reduce execution time of testlibrary_tests/ir_framework/tests/TestDFlags.java [v2]
Christian Hagedorn
- RFR: 8369435: C2: transform (LShiftX (SubX con0 a), con1) into (SubX con0<<con1 (LShiftX a con1))
Roland Westrelin
- RFR: 8369435: C2: transform (LShiftX (SubX con0 a), con1) into (SubX con0<<con1 (LShiftX a con1))
Quan Anh Mai
- RFR: 8369435: C2: transform (LShiftX (SubX con0 a), con1) into (SubX con0<<con1 (LShiftX a con1)) [v2]
Roland Westrelin
- RFR: 8369435: C2: transform (LShiftX (SubX con0 a), con1) into (SubX con0<<con1 (LShiftX a con1)) [v2]
Roland Westrelin
- RFR: 8369435: C2: transform (LShiftX (SubX con0 a), con1) into (SubX con0<<con1 (LShiftX a con1)) [v2]
Benoît Maillard
- RFR: 8369435: C2: transform (LShiftX (SubX con0 a), con1) into (SubX con0<<con1 (LShiftX a con1)) [v2]
Roland Westrelin
- RFR: 8369435: C2: transform (LShiftX (SubX con0 a), con1) into (SubX con0<<con1 (LShiftX a con1)) [v3]
Roland Westrelin
- RFR: 8369435: C2: transform (LShiftX (SubX con0 a), con1) into (SubX con0<<con1 (LShiftX a con1)) [v4]
Roland Westrelin
- RFR: 8369435: C2: transform (LShiftX (SubX con0 a), con1) into (SubX con0<<con1 (LShiftX a con1)) [v5]
Roland Westrelin
- RFR: 8369435: C2: transform (LShiftX (SubX con0 a), con1) into (SubX con0<<con1 (LShiftX a con1)) [v5]
Emanuel Peter
- RFR: 8369435: C2: transform (LShiftX (SubX con0 a), con1) into (SubX con0<<con1 (LShiftX a con1)) [v5]
Roland Westrelin
- RFR: 8369444: JavaFrameAnchor on PPC64 has unnecessary barriers
David Briemann
- RFR: 8369444: JavaFrameAnchor on PPC64 has unnecessary barriers
Dean Long
- RFR: 8369444: JavaFrameAnchor on PPC64 has unnecessary barriers
David Briemann
- RFR: 8369444: JavaFrameAnchor on PPC64 has unnecessary barriers
Martin Doerr
- RFR: 8369444: JavaFrameAnchor on PPC64 has unnecessary barriers
Dean Long
- RFR: 8369444: JavaFrameAnchor on PPC64 has unnecessary barriers
Martin Doerr
- RFR: 8369444: JavaFrameAnchor on PPC64 has unnecessary barriers [v2]
David Briemann
- RFR: 8369444: JavaFrameAnchor on PPC64 has unnecessary barriers [v2]
Martin Doerr
- RFR: 8369444: JavaFrameAnchor on PPC64 has unnecessary barriers [v2]
David Briemann
- RFR: 8369448: C2 SuperWord: refactor VTransform to do move_unordered_reduction_out_of_loop during VTransform::optimize
Vladimir Kozlov
- RFR: 8369448: C2 SuperWord: refactor VTransform to do move_unordered_reduction_out_of_loop during VTransform::optimize
Vladimir Kozlov
- RFR: 8369448: C2 SuperWord: refactor VTransform to do move_unordered_reduction_out_of_loop during VTransform::optimize
Emanuel Peter
- RFR: 8369448: C2 SuperWord: refactor VTransform to do move_unordered_reduction_out_of_loop during VTransform::optimize [v2]
Emanuel Peter
- RFR: 8369448: C2 SuperWord: refactor VTransform to do move_unordered_reduction_out_of_loop during VTransform::optimize [v2]
Emanuel Peter
- RFR: 8369448: C2 SuperWord: refactor VTransform to do move_unordered_reduction_out_of_loop during VTransform::optimize [v2]
Vladimir Kozlov
- RFR: 8369448: C2 SuperWord: refactor VTransform to do move_unordered_reduction_out_of_loop during VTransform::optimize [v2]
Christian Hagedorn
- RFR: 8369448: C2 SuperWord: refactor VTransform to do move_unordered_reduction_out_of_loop during VTransform::optimize [v2]
Christian Hagedorn
- RFR: 8369448: C2 SuperWord: refactor VTransform to do move_unordered_reduction_out_of_loop during VTransform::optimize [v2]
Christian Hagedorn
- RFR: 8369448: C2 SuperWord: refactor VTransform to do move_unordered_reduction_out_of_loop during VTransform::optimize [v2]
Emanuel Peter
- RFR: 8369448: C2 SuperWord: refactor VTransform to do move_unordered_reduction_out_of_loop during VTransform::optimize [v2]
Emanuel Peter
- RFR: 8369448: C2 SuperWord: refactor VTransform to do move_unordered_reduction_out_of_loop during VTransform::optimize [v2]
Emanuel Peter
- RFR: 8369448: C2 SuperWord: refactor VTransform to do move_unordered_reduction_out_of_loop during VTransform::optimize [v2]
Emanuel Peter
- RFR: 8369448: C2 SuperWord: refactor VTransform to do move_unordered_reduction_out_of_loop during VTransform::optimize [v2]
Christian Hagedorn
- RFR: 8369448: C2 SuperWord: refactor VTransform to do move_unordered_reduction_out_of_loop during VTransform::optimize [v2]
Christian Hagedorn
- RFR: 8369448: C2 SuperWord: refactor VTransform to do move_unordered_reduction_out_of_loop during VTransform::optimize [v2]
Christian Hagedorn
- RFR: 8369448: C2 SuperWord: refactor VTransform to do move_unordered_reduction_out_of_loop during VTransform::optimize [v3]
Emanuel Peter
- RFR: 8369448: C2 SuperWord: refactor VTransform to do move_unordered_reduction_out_of_loop during VTransform::optimize [v4]
Emanuel Peter
- RFR: 8369448: C2 SuperWord: refactor VTransform to do move_unordered_reduction_out_of_loop during VTransform::optimize [v4]
Emanuel Peter
- RFR: 8369448: C2 SuperWord: refactor VTransform to do move_unordered_reduction_out_of_loop during VTransform::optimize [v5]
Emanuel Peter
- RFR: 8369448: C2 SuperWord: refactor VTransform to do move_unordered_reduction_out_of_loop during VTransform::optimize [v5]
Christian Hagedorn
- RFR: 8369448: C2 SuperWord: refactor VTransform to do move_unordered_reduction_out_of_loop during VTransform::optimize [v6]
Emanuel Peter
- RFR: 8369448: C2 SuperWord: refactor VTransform to do move_unordered_reduction_out_of_loop during VTransform::optimize [v6]
Emanuel Peter
- RFR: 8369448: C2 SuperWord: refactor VTransform to do move_unordered_reduction_out_of_loop during VTransform::optimize [v6]
Emanuel Peter
- RFR: 8369448: C2 SuperWord: refactor VTransform to do move_unordered_reduction_out_of_loop during VTransforrm::optimize
Emanuel Peter
- RFR: 8369448: C2 SuperWord: refactor VTransform to do move_unordered_reduction_out_of_loop during VTransforrm::optimize
Emanuel Peter
- RFR: 8369456: [TESTBUG] Fix the test failure of TestSelectFromTwoVectorOp.java on sve2 platforms
erifan
- RFR: 8369456: [TESTBUG] Fix the test failure of TestSelectFromTwoVectorOp.java on sve2 platforms
erifan
- RFR: 8369456: [TESTBUG] Fix the test failure of TestSelectFromTwoVectorOp.java on sve2 platforms
Bhavana Kilambi
- RFR: 8369456: [TESTBUG] Fix the test failure of TestSelectFromTwoVectorOp.java on sve2 platforms
erifan
- RFR: 8369456: [TESTBUG] Fix the test failure of TestSelectFromTwoVectorOp.java on sve2 platforms
Bhavana Kilambi
- RFR: 8369456: [TESTBUG] Fix the test failure of TestSelectFromTwoVectorOp.java on sve2 platforms
Bhavana Kilambi
- RFR: 8369456: [TESTBUG] Fix the test failure of TestSelectFromTwoVectorOp.java on sve2 platforms
erifan
- RFR: 8369456: [TESTBUG] Fix the test failure of TestSelectFromTwoVectorOp.java on sve2 platforms
Xiaohong Gong
- RFR: 8369456: [TESTBUG] Fix the test failure of TestSelectFromTwoVectorOp.java on sve2 platforms [v2]
erifan
- RFR: 8369456: [TESTBUG] Fix the test failure of TestSelectFromTwoVectorOp.java on sve2 platforms [v2]
erifan
- RFR: 8369456: [TESTBUG] Fix the test failure of TestSelectFromTwoVectorOp.java on sve2 platforms [v2]
Hao Sun
- RFR: 8369456: [TESTBUG] Fix the test failure of TestSelectFromTwoVectorOp.java on sve2 platforms [v2]
Emanuel Peter
- RFR: 8369456: [TESTBUG] Fix the test failure of TestSelectFromTwoVectorOp.java on sve2 platforms [v2]
Emanuel Peter
- RFR: 8369456: [TESTBUG] Fix the test failure of TestSelectFromTwoVectorOp.java on sve2 platforms [v2]
erifan
- RFR: 8369456: [TESTBUG] Fix the test failure of TestSelectFromTwoVectorOp.java on sve2 platforms [v2]
Xiaohong Gong
- RFR: 8369456: [TESTBUG] Fix the test failure of TestSelectFromTwoVectorOp.java on sve2 platforms [v2]
erifan
- RFR: 8369490: Remove unused Runinfo parameters in compiler/c2/gvn/TestBitCompressValueTransform.java
SendaoYan
- RFR: 8369490: Remove unused Runinfo parameters in compiler/c2/gvn/TestBitCompressValueTransform.java
Christian Hagedorn
- RFR: 8369490: Remove unused Runinfo parameters in compiler/c2/gvn/TestBitCompressValueTransform.java
Manuel Hässig
- RFR: 8369490: Remove unused Runinfo parameters in compiler/c2/gvn/TestBitCompressValueTransform.java
SendaoYan
- RFR: 8369506: Bytecode rewriting causes Java heap corruption on AArch64
Justin King
- RFR: 8369506: Bytecode rewriting causes Java heap corruption on AArch64
Andrew Haley
- RFR: 8369506: Bytecode rewriting causes Java heap corruption on AArch64
Justin King
- RFR: 8369506: Bytecode rewriting causes Java heap corruption on AArch64
Justin King
- RFR: 8369506: Bytecode rewriting causes Java heap corruption on AArch64
Andrew Haley
- RFR: 8369506: Bytecode rewriting causes Java heap corruption on AArch64
Aleksey Shipilev
- RFR: 8369506: Bytecode rewriting causes Java heap corruption on AArch64
Aleksey Shipilev
- RFR: 8369506: Bytecode rewriting causes Java heap corruption on AArch64
Andrew Haley
- RFR: 8369506: Bytecode rewriting causes Java heap corruption on AArch64 [v2]
Justin King
- RFR: 8369506: Bytecode rewriting causes Java heap corruption on AArch64 [v2]
Justin King
- RFR: 8369506: Bytecode rewriting causes Java heap corruption on AArch64 [v2]
Aleksey Shipilev
- RFR: 8369506: Bytecode rewriting causes Java heap corruption on AArch64 [v2]
Justin King
- RFR: 8369506: Bytecode rewriting causes Java heap corruption on AArch64 [v3]
Justin King
- RFR: 8369506: Bytecode rewriting causes Java heap corruption on AArch64 [v3]
Aleksey Shipilev
- RFR: 8369506: Bytecode rewriting causes Java heap corruption on AArch64 [v3]
Andrew Haley
- RFR: 8369506: Bytecode rewriting causes Java heap corruption on AArch64 [v3]
Justin King
- RFR: 8369506: Bytecode rewriting causes Java heap corruption on AArch64 [v3]
Man Cao
- RFR: 8369506: Bytecode rewriting causes Java heap corruption on AArch64 [v3]
Aleksey Shipilev
- RFR: 8369506: Bytecode rewriting causes Java heap corruption on AArch64 [v3]
Aleksey Shipilev
- RFR: 8369511: PPC64: compiler/vectorapi/VectorMaskCompareNotTest.java fails when running without VectorRegisters
Martin Doerr
- RFR: 8369511: PPC64: compiler/vectorapi/VectorMaskCompareNotTest.java fails when running without VectorRegisters
Richard Reingruber
- RFR: 8369511: PPC64: compiler/vectorapi/VectorMaskCompareNotTest.java fails when running without VectorRegisters
Emanuel Peter
- RFR: 8369511: PPC64: compiler/vectorapi/VectorMaskCompareNotTest.java fails when running without VectorRegisters
Martin Doerr
- RFR: 8369511: PPC64: compiler/vectorapi/VectorMaskCompareNotTest.java fails when running without VectorRegisters
Martin Doerr
- RFR: 8369511: PPC64: compiler/vectorapi/VectorMaskCompareNotTest.java fails when running without VectorRegisters
Emanuel Peter
- RFR: 8369511: PPC64: compiler/vectorapi/VectorMaskCompareNotTest.java fails when running without VectorRegisters
Richard Reingruber
- RFR: 8369511: PPC64: compiler/vectorapi/VectorMaskCompareNotTest.java fails when running without VectorRegisters
Richard Reingruber
- RFR: 8369511: PPC64: compiler/vectorapi/VectorMaskCompareNotTest.java fails when running without VectorRegisters
Emanuel Peter
- RFR: 8369511: PPC64: compiler/vectorapi/VectorMaskCompareNotTest.java fails when running without VectorRegisters
Martin Doerr
- RFR: 8369511: PPC64: compiler/vectorapi/VectorMaskCompareNotTest.java fails when running without VectorRegisters
Martin Doerr
- RFR: 8369569: Rename methods in regmask.hpp to conform with HotSpot coding style
Roberto Castañeda Lozano
- RFR: 8369569: Rename methods in regmask.hpp to conform with HotSpot coding style
Emanuel Peter
- RFR: 8369569: Rename methods in regmask.hpp to conform with HotSpot coding style [v2]
Daniel Lundén
- RFR: 8369569: Rename methods in regmask.hpp to conform with HotSpot coding style [v2]
Roberto Castañeda Lozano
- RFR: 8369569: Rename methods in regmask.hpp to conform with HotSpot coding style [v2]
Anton Seoane Ampudia
- RFR: 8369569: Rename methods in regmask.hpp to conform with HotSpot coding style [v2]
Daniel Lundén
- RFR: 8369569: Rename methods in regmask.hpp to conform with HotSpot coding style [v2]
Emanuel Peter
- RFR: 8369573: Add missing compile commands help documentation for the signature part of method patterns
Daniel Lundén
- RFR: 8369573: Add missing compile commands help documentation for the signature part of method patterns
Antón Seoane Ampudia
- RFR: 8369573: Add missing compile commands help documentation for the signature part of method patterns
Antón Seoane Ampudia
- RFR: 8369573: Add missing compile commands help documentation for the signature part of method patterns
Roberto Castañeda Lozano
- RFR: 8369573: Add missing compile commands help documentation for the signature part of method patterns
Daniel Lundén
- RFR: 8369573: Add missing compile commands help documentation for the signature part of method patterns
Tobias Hartmann
- RFR: 8369573: Add missing compile commands help documentation for the signature part of method patterns
Roberto Castañeda Lozano
- RFR: 8369573: Add missing compile commands help documentation for the signature part of method patterns
Daniel Lundén
- RFR: 8369573: Add missing compile commands help documentation for the signature part of method patterns
Roberto Castañeda Lozano
- RFR: 8369573: Add missing compile commands help documentation for the signature part of method patterns
Daniel Lundén
- RFR: 8369573: Add missing compile commands help documentation for the signature part of method patterns
Daniel Lundén
- RFR: 8369573: Add missing compile commands help documentation for the signature part of method patterns
Daniel Lundén
- RFR: 8369573: Add missing compile commands help documentation for the signature part of method patterns [v2]
Daniel Lundén
- RFR: 8369573: Add missing compile commands help documentation for the signature part of method patterns [v3]
Daniel Lundén
- RFR: 8369573: Add missing compile commands help documentation for the signature part of method patterns [v3]
Roberto Castañeda Lozano
- RFR: 8369642: [ubsan] nmethod::nmethod null pointer passed as argument 2 to memcpy
Chad Rakoczy
- RFR: 8369642: [ubsan] nmethod::nmethod null pointer passed as argument 2 to memcpy
Matthias Baesken
- RFR: 8369642: [ubsan] nmethod::nmethod null pointer passed as argument 2 to memcpy
Vladimir Kozlov
- RFR: 8369642: [ubsan] nmethod::nmethod null pointer passed as argument 2 to memcpy [v2]
Chad Rakoczy
- RFR: 8369642: [ubsan] nmethod::nmethod null pointer passed as argument 2 to memcpy [v2]
Chad Rakoczy
- RFR: 8369642: [ubsan] nmethod::nmethod null pointer passed as argument 2 to memcpy [v2]
Vladimir Kozlov
- RFR: 8369642: [ubsan] nmethod::nmethod null pointer passed as argument 2 to memcpy [v2]
Vladimir Kozlov
- RFR: 8369642: [ubsan] nmethod::nmethod null pointer passed as argument 2 to memcpy [v2]
duke
- RFR: 8369646: Detection of redundant conversion patterns in add_users_of_use_to_worklist is too restrictive
Benoît Maillard
- RFR: 8369646: Detection of redundant conversion patterns in add_users_of_use_to_worklist is too restrictive [v2]
Benoît Maillard
- RFR: 8369646: Detection of redundant conversion patterns in add_users_of_use_to_worklist is too restrictive [v3]
Benoît Maillard
- RFR: 8369646: Detection of redundant conversion patterns in add_users_of_use_to_worklist is too restrictive [v3]
Christian Hagedorn
- RFR: 8369646: Detection of redundant conversion patterns in add_users_of_use_to_worklist is too restrictive [v3]
Benoît Maillard
- RFR: 8369646: Detection of redundant conversion patterns in add_users_of_use_to_worklist is too restrictive [v3]
Christian Hagedorn
- RFR: 8369646: Detection of redundant conversion patterns in add_users_of_use_to_worklist is too restrictive [v4]
Benoît Maillard
- RFR: 8369646: Detection of redundant conversion patterns in add_users_of_use_to_worklist is too restrictive [v4]
Christian Hagedorn
- RFR: 8369646: Detection of redundant conversion patterns in add_users_of_use_to_worklist is too restrictive [v4]
Emanuel Peter
- RFR: 8369658: Client emulation mode set MaxRAM too late
Joel Sikström
- RFR: 8369658: Client emulation mode sets MaxRAM too late
Axel Boldt-Christmas
- RFR: 8369658: Client emulation mode sets MaxRAM too late
Stefan Karlsson
- RFR: 8369658: Client emulation mode sets MaxRAM too late [v2]
Joel Sikström
- RFR: 8369658: Client emulation mode sets MaxRAM too late [v2]
Joel Sikström
- RFR: 8369658: Client emulation mode sets MaxRAM too late [v2]
Axel Boldt-Christmas
- RFR: 8369658: Client emulation mode sets MaxRAM too late [v2]
Stefan Karlsson
- RFR: 8369658: Client emulation mode sets MaxRAM too late [v2]
Joel Sikström
- RFR: 8369804: TestGenerators.java fails with IllegalArgumentException: bound must be greater than origin
Emanuel Peter
- RFR: 8369804: TestGenerators.java fails with IllegalArgumentException: bound must be greater than origin [v2]
Emanuel Peter
- RFR: 8369804: TestGenerators.java fails with IllegalArgumentException: bound must be greater than origin [v2]
Tobias Hartmann
- RFR: 8369804: TestGenerators.java fails with IllegalArgumentException: bound must be greater than origin [v2]
Emanuel Peter
- RFR: 8369804: TestGenerators.java fails with IllegalArgumentException: bound must be greater than origin [v2]
Christian Hagedorn
- RFR: 8369804: TestGenerators.java fails with IllegalArgumentException: bound must be greater than origin [v3]
Emanuel Peter
- RFR: 8369804: TestGenerators.java fails with IllegalArgumentException: bound must be greater than origin [v3]
Christian Hagedorn
- RFR: 8369804: TestGenerators.java fails with IllegalArgumentException: bound must be greater than origin [v3]
Emanuel Peter
- RFR: 8369806: Remove nsk/jvmti/AttachOnDemand/attach020 from problemlist
Ramkumar Sunderbabu
- RFR: 8369806: Remove nsk/jvmti/AttachOnDemand/attach020 from problemlist
Leonid Mesnik
- RFR: 8369806: Remove nsk/jvmti/AttachOnDemand/attach020 from problemlist
duke
- RFR: 8369806: Remove nsk/jvmti/AttachOnDemand/attach020 from problemlist
Christian Hagedorn
- RFR: 8369806: Remove nsk/jvmti/AttachOnDemand/attach020 from problemlist
Ramkumar Sunderbabu
- RFR: 8369881: C2: Unexpected node in SuperWord truncation: ReverseBytesS, ReverseBytesUS
Emanuel Peter
- RFR: 8369881: C2: Unexpected node in SuperWord truncation: ReverseBytesS, ReverseBytesUS
Christian Hagedorn
- RFR: 8369881: C2: Unexpected node in SuperWord truncation: ReverseBytesS, ReverseBytesUS
Christian Hagedorn
- RFR: 8369881: C2: Unexpected node in SuperWord truncation: ReverseBytesS, ReverseBytesUS
Emanuel Peter
- RFR: 8369881: C2: Unexpected node in SuperWord truncation: ReverseBytesS, ReverseBytesUS
Vladimir Kozlov
- RFR: 8369881: C2: Unexpected node in SuperWord truncation: ReverseBytesS, ReverseBytesUS
Emanuel Peter
- RFR: 8369898: C2 SuperWord: assert(has_ctrl(i)) failed: should be control, not loop
Emanuel Peter
- RFR: 8369898: C2 SuperWord: assert(has_ctrl(i)) failed: should be control, not loop
Christian Hagedorn
- RFR: 8369898: C2 SuperWord: assert(has_ctrl(i)) failed: should be control, not loop [v2]
Emanuel Peter
- RFR: 8369898: C2 SuperWord: assert(has_ctrl(i)) failed: should be control, not loop [v2]
Emanuel Peter
- RFR: 8369898: C2 SuperWord: assert(has_ctrl(i)) failed: should be control, not loop [v2]
Christian Hagedorn
- RFR: 8369898: C2 SuperWord: assert(has_ctrl(i)) failed: should be control, not loop [v2]
Vladimir Kozlov
- RFR: 8369898: C2 SuperWord: assert(has_ctrl(i)) failed: should be control, not loop [v2]
Emanuel Peter
- RFR: 8369902: C2 SuperWord: wrong result because filterin NaN instead of zero in MemPointerParser::canonicalize_raw_summands
Emanuel Peter
- RFR: 8369902: C2 SuperWord: wrong result because filterin NaN instead of zero in MemPointerParser::canonicalize_raw_summands
Manuel Hässig
- RFR: 8369902: C2 SuperWord: wrong result because filterin NaN instead of zero in MemPointerParser::canonicalize_raw_summands [v2]
Emanuel Peter
- RFR: 8369902: C2 SuperWord: wrong result because filterin NaN instead of zero in MemPointerParser::canonicalize_raw_summands [v2]
Emanuel Peter
- RFR: 8369902: C2 SuperWord: wrong result because filterin NaN instead of zero in MemPointerParser::canonicalize_raw_summands [v3]
Emanuel Peter
- RFR: 8369902: C2 SuperWord: wrong result because filterin NaN instead of zero in MemPointerParser::canonicalize_raw_summands [v3]
Emanuel Peter
- RFR: 8369902: C2 SuperWord: wrong result because filterin NaN instead of zero in MemPointerParser::canonicalize_raw_summands [v4]
Emanuel Peter
- RFR: 8369902: C2 SuperWord: wrong result because filterin NaN instead of zero in MemPointerParser::canonicalize_raw_summands [v4]
Manuel Hässig
- RFR: 8369902: C2 SuperWord: wrong result because filterin NaN instead of zero in MemPointerParser::canonicalize_raw_summands [v4]
Vladimir Kozlov
- RFR: 8369902: C2 SuperWord: wrong result because filterin NaN instead of zero in MemPointerParser::canonicalize_raw_summands [v4]
Emanuel Peter
- RFR: 8369912: [TESTBUG] testlibrary_tests/template_framework/examples/TestExpressions.java fails with ArithmeticException: / by zero - forgot to respect Expression.info
Emanuel Peter
- RFR: 8369912: [TESTBUG] testlibrary_tests/template_framework/examples/TestExpressions.java fails with ArithmeticException: / by zero - forgot to respect Expression.info
Vladimir Kozlov
- RFR: 8369912: [TESTBUG] testlibrary_tests/template_framework/examples/TestExpressions.java fails with ArithmeticException: / by zero - forgot to respect Expression.info
Manuel Hässig
- RFR: 8369912: [TESTBUG] testlibrary_tests/template_framework/examples/TestExpressions.java fails with ArithmeticException: / by zero - forgot to respect Expression.info
Emanuel Peter
- RFR: 8369946: Bytecode rewriting causes Java heap corruption on PPC
Martin Doerr
- RFR: 8369946: Bytecode rewriting causes Java heap corruption on PPC
Richard Reingruber
- RFR: 8369946: Bytecode rewriting causes Java heap corruption on PPC [v2]
Martin Doerr
- RFR: 8369946: Bytecode rewriting causes Java heap corruption on PPC [v2]
Richard Reingruber
- RFR: 8369946: Bytecode rewriting causes Java heap corruption on PPC [v2]
David Briemann
- RFR: 8369946: Bytecode rewriting causes Java heap corruption on PPC [v2]
Martin Doerr
- RFR: 8369947: Bytecode rewriting causes Java heap corruption on RISC-V
Feilong Jiang
- RFR: 8369947: Bytecode rewriting causes Java heap corruption on RISC-V
Fei Yang
- RFR: 8369947: Bytecode rewriting causes Java heap corruption on RISC-V
Aleksey Shipilev
- RFR: 8369947: Bytecode rewriting causes Java heap corruption on RISC-V
Andrew Haley
- RFR: 8369947: Bytecode rewriting causes Java heap corruption on RISC-V
Andrew Haley
- RFR: 8369947: Bytecode rewriting causes Java heap corruption on RISC-V
Martin Doerr
- RFR: 8369947: Bytecode rewriting causes Java heap corruption on RISC-V
Justin King
- RFR: 8369947: Bytecode rewriting causes Java heap corruption on RISC-V
Fei Yang
- RFR: 8369947: Bytecode rewriting causes Java heap corruption on RISC-V
Fei Yang
- RFR: 8369947: Bytecode rewriting causes Java heap corruption on RISC-V
Feilong Jiang
- RFR: 8370031: Make RegMask copy constructor explicit and replace RegMask operator= with named function
Daniel Lundén
- RFR: 8370031: Make RegMask copy constructor explicit and replace RegMask operator= with named function [v2]
Daniel Lundén
- RFR: 8370031: Make RegMask copy constructor explicit and replace RegMask operator= with named function [v2]
Manuel Hässig
- RFR: 8370031: Make RegMask copy constructor explicit and replace RegMask operator= with named function [v2]
Roberto Castañeda Lozano
- RFR: 8370031: Make RegMask copy constructor explicit and replace RegMask operator= with named function [v2]
Daniel Lundén
- RFR: 8370077: C2: make Compile::_major_progress a boolean
Marc Chevalier
- RFR: 8370077: C2: make Compile::_major_progress a boolean
Francesco Andreuzzi
- RFR: 8370077: C2: make Compile::_major_progress a boolean
Marc Chevalier
- RFR: 8370077: C2: make Compile::_major_progress a boolean
Emanuel Peter
- RFR: 8370077: C2: make Compile::_major_progress a boolean
Emanuel Peter
- RFR: 8370077: C2: make Compile::_major_progress a boolean
Marc Chevalier
- RFR: 8370077: C2: make Compile::_major_progress a boolean
Emanuel Peter
- RFR: 8370077: C2: make Compile::_major_progress a boolean
Vladimir Kozlov
- RFR: 8370077: C2: make Compile::_major_progress a boolean
Marc Chevalier
- RFR: 8370077: C2: make Compile::_major_progress a boolean
Vladimir Kozlov
- RFR: 8370077: C2: make Compile::_major_progress a boolean
Vladimir Kozlov
- RFR: 8370077: C2: make Compile::_major_progress a boolean [v2]
Marc Chevalier
- RFR: 8370077: C2: make Compile::_major_progress a boolean [v2]
Marc Chevalier
- RFR: 8370077: C2: make Compile::_major_progress a boolean [v2]
Christian Hagedorn
- RFR: 8370077: C2: make Compile::_major_progress a boolean [v2]
Marc Chevalier
- RFR: 8370077: C2: make Compile::_major_progress a boolean [v2]
Christian Hagedorn
- RFR: 8370077: C2: make Compile::_major_progress a boolean [v2]
Emanuel Peter
- RFR: 8370077: C2: make Compile::_major_progress a boolean [v2]
Emanuel Peter
- RFR: 8370077: C2: make Compile::_major_progress a boolean [v2]
Dean Long
- RFR: 8370077: C2: make Compile::_major_progress a boolean [v2]
Dean Long
- RFR: 8370077: C2: make Compile::_major_progress a boolean [v2]
Emanuel Peter
- RFR: 8370077: C2: make Compile::_major_progress a boolean [v2]
Marc Chevalier
- RFR: 8370077: C2: make Compile::_major_progress a boolean [v2]
Marc Chevalier
- RFR: 8370077: C2: make Compile::_major_progress a boolean [v2]
Christian Hagedorn
- RFR: 8370077: C2: make Compile::_major_progress a boolean [v2]
Emanuel Peter
- RFR: 8370077: C2: make Compile::_major_progress a boolean [v2]
Vladimir Kozlov
- RFR: 8370077: C2: make Compile::_major_progress a boolean [v3]
Marc Chevalier
- RFR: 8370077: C2: make Compile::_major_progress a boolean [v3]
Marc Chevalier
- RFR: 8370077: C2: make Compile::_major_progress a boolean [v3]
Vladimir Kozlov
- RFR: 8370077: C2: make Compile::_major_progress a boolean [v3]
Dean Long
- RFR: 8370077: C2: make Compile::_major_progress a boolean [v3]
Marc Chevalier
- RFR: 8370077: C2: make Compile::_major_progress a boolean [v4]
Marc Chevalier
- RFR: 8370077: C2: make Compile::_major_progress a boolean [v4]
Christian Hagedorn
- RFR: 8370077: C2: make Compile::_major_progress a boolean [v4]
Dean Long
- RFR: 8370077: C2: make Compile::_major_progress a boolean [v4]
Emanuel Peter
- RFR: 8370077: C2: make Compile::_major_progress a boolean [v4]
Marc Chevalier
- RFR: 8370077: C2: make Compile::_major_progress a boolean [v5]
Marc Chevalier
- RFR: 8370077: C2: make Compile::_major_progress a boolean [v5]
Christian Hagedorn
- RFR: 8370077: C2: make Compile::_major_progress a boolean [v5]
Marc Chevalier
- RFR: 8370220: C2: rename methods and improve documentation around get_ctrl and idom lazy updating/forwarding of ctrl and idom via dead ctrl nodes
Emanuel Peter
- RFR: 8370220: C2: rename methods and improve documentation around get_ctrl and idom lazy updating/forwarding of ctrl and idom via dead ctrl nodes
Christian Hagedorn
- RFR: 8370220: C2: rename methods and improve documentation around get_ctrl and idom lazy updating/forwarding of ctrl and idom via dead ctrl nodes
Christian Hagedorn
- RFR: 8370220: C2: rename methods and improve documentation around get_ctrl and idom lazy updating/forwarding of ctrl and idom via dead ctrl nodes [v10]
Emanuel Peter
- RFR: 8370220: C2: rename methods and improve documentation around get_ctrl and idom lazy updating/forwarding of ctrl and idom via dead ctrl nodes [v10]
Christian Hagedorn
- RFR: 8370220: C2: rename methods and improve documentation around get_ctrl and idom lazy updating/forwarding of ctrl and idom via dead ctrl nodes [v10]
Tobias Hartmann
- RFR: 8370220: C2: rename methods and improve documentation around get_ctrl and idom lazy updating/forwarding of ctrl and idom via dead ctrl nodes [v10]
Emanuel Peter
- RFR: 8370220: C2: rename methods and improve documentation around get_ctrl and idom lazy updating/forwarding of ctrl and idom via dead ctrl nodes [v2]
Emanuel Peter
- RFR: 8370220: C2: rename methods and improve documentation around get_ctrl and idom lazy updating/forwarding of ctrl and idom via dead ctrl nodes [v3]
Emanuel Peter
- RFR: 8370220: C2: rename methods and improve documentation around get_ctrl and idom lazy updating/forwarding of ctrl and idom via dead ctrl nodes [v3]
Emanuel Peter
- RFR: 8370220: C2: rename methods and improve documentation around get_ctrl and idom lazy updating/forwarding of ctrl and idom via dead ctrl nodes [v4]
Emanuel Peter
- RFR: 8370220: C2: rename methods and improve documentation around get_ctrl and idom lazy updating/forwarding of ctrl and idom via dead ctrl nodes [v5]
Emanuel Peter
- RFR: 8370220: C2: rename methods and improve documentation around get_ctrl and idom lazy updating/forwarding of ctrl and idom via dead ctrl nodes [v5]
Emanuel Peter
- RFR: 8370220: C2: rename methods and improve documentation around get_ctrl and idom lazy updating/forwarding of ctrl and idom via dead ctrl nodes [v5]
Emanuel Peter
- RFR: 8370220: C2: rename methods and improve documentation around get_ctrl and idom lazy updating/forwarding of ctrl and idom via dead ctrl nodes [v5]
Tobias Hartmann
- RFR: 8370220: C2: rename methods and improve documentation around get_ctrl and idom lazy updating/forwarding of ctrl and idom via dead ctrl nodes [v5]
Emanuel Peter
- RFR: 8370220: C2: rename methods and improve documentation around get_ctrl and idom lazy updating/forwarding of ctrl and idom via dead ctrl nodes [v5]
Tobias Hartmann
- RFR: 8370220: C2: rename methods and improve documentation around get_ctrl and idom lazy updating/forwarding of ctrl and idom via dead ctrl nodes [v6]
Emanuel Peter
- RFR: 8370220: C2: rename methods and improve documentation around get_ctrl and idom lazy updating/forwarding of ctrl and idom via dead ctrl nodes [v7]
Emanuel Peter
- RFR: 8370220: C2: rename methods and improve documentation around get_ctrl and idom lazy updating/forwarding of ctrl and idom via dead ctrl nodes [v7]
Emanuel Peter
- RFR: 8370220: C2: rename methods and improve documentation around get_ctrl and idom lazy updating/forwarding of ctrl and idom via dead ctrl nodes [v7]
Tobias Hartmann
- RFR: 8370220: C2: rename methods and improve documentation around get_ctrl and idom lazy updating/forwarding of ctrl and idom via dead ctrl nodes [v7]
Christian Hagedorn
- RFR: 8370220: C2: rename methods and improve documentation around get_ctrl and idom lazy updating/forwarding of ctrl and idom via dead ctrl nodes [v7]
Emanuel Peter
- RFR: 8370220: C2: rename methods and improve documentation around get_ctrl and idom lazy updating/forwarding of ctrl and idom via dead ctrl nodes [v8]
Emanuel Peter
- RFR: 8370220: C2: rename methods and improve documentation around get_ctrl and idom lazy updating/forwarding of ctrl and idom via dead ctrl nodes [v8]
Emanuel Peter
- RFR: 8370220: C2: rename methods and improve documentation around get_ctrl and idom lazy updating/forwarding of ctrl and idom via dead ctrl nodes [v9]
Emanuel Peter
- RFR: 8370220: C2: rename methods and improve documentation around get_ctrl and idom lazy updating/forwarding of ctrl and idom via dead ctrl nodes [v9]
Emanuel Peter
- RFR: 8370220: C2: rename methods and improve documentation around get_ctrl and idom lazy updating/forwarding of ctrl and idom via dead ctrl nodes [v9]
Emanuel Peter
- RFR: 8370220: C2: rename methods and improve documentation around get_ctrl and idom lazy updating/forwarding of ctrl and idom via dead ctrl nodes [v9]
Roland Westrelin
- RFR: 8370220: C2: rename methods and improve documentation around get_ctrl and idom lazy updating/forwarding of ctrl and idom via dead ctrl nodes [v9]
Emanuel Peter
- RFR: 8370225: RISC-V: cleanup verify_xxx in interp_masm_riscv.hpp
Hamlin Li
- RFR: 8370225: RISC-V: cleanup verify_xxx in interp_masm_riscv.hpp [v2]
Hamlin Li
- RFR: 8370225: RISC-V: cleanup verify_xxx in interp_masm_riscv.hpp [v2]
Fei Yang
- RFR: 8370225: RISC-V: cleanup verify_xxx in interp_masm_riscv.hpp [v2]
Hamlin Li
- RFR: 8370225: RISC-V: cleanup verify_xxx in interp_masm_riscv.hpp [v2]
Fei Yang
- RFR: 8370225: RISC-V: cleanup verify_xxx in interp_masm_riscv.hpp [v2]
Hamlin Li
- RFR: 8370225: RISC-V: cleanup verify_xxx in interp_masm_riscv.hpp [v2]
Fei Yang
- RFR: 8370225: RISC-V: cleanup verify_xxx in interp_masm_riscv.hpp [v2]
Fei Yang
- RFR: 8370225: RISC-V: cleanup verify_xxx in interp_masm_riscv.hpp [v2]
Hamlin Li
- RFR: 8370225: RISC-V: move verify_frame_setup into ASSERT
Hamlin Li
- RFR: 8370225: RISC-V: move verify_frame_setup into ASSERT
Fei Yang
- RFR: 8370251: C2: Inlining checks for method handle intrinsics are too strict
Vladimir Ivanov
- RFR: 8370251: C2: Inlining checks for method handle intrinsics are too strict
Vladimir Kozlov
- RFR: 8370251: C2: Inlining checks for method handle intrinsics are too strict
Chen Liang
- RFR: 8370251: C2: Inlining checks for method handle intrinsics are too strict
Vladimir Ivanov
- RFR: 8370251: C2: Inlining checks for method handle intrinsics are too strict
Vladimir Kozlov
- RFR: 8370251: C2: Inlining checks for method handle intrinsics are too strict
Roland Westrelin
- RFR: 8370251: C2: Inlining checks for method handle intrinsics are too strict
Vladimir Ivanov
- RFR: 8370315: [IR-Framework] Allow scenarios to be run in parallel
Damon Fenacci
- RFR: 8370315: [IR-Framework] Allow scenarios to be run in parallel
Damon Fenacci
- RFR: 8370318: AES-GCM vector intrinsic may read out of bounds (x86_64, AVX-512)
Aleksey Shipilev
- RFR: 8370318: AES-GCM vector intrinsic may read out of bounds (x86_64, AVX-512)
Vladimir Kozlov
- RFR: 8370318: AES-GCM vector intrinsic may read out of bounds (x86_64, AVX-512)
Aleksey Shipilev
- RFR: 8370318: AES-GCM vector intrinsic may read out of bounds (x86_64, AVX-512)
Aleksey Shipilev
- RFR: 8370318: AES-GCM vector intrinsic may read out of bounds (x86_64, AVX-512)
Roland Westrelin
- RFR: 8370318: AES-GCM vector intrinsic may read out of bounds (x86_64, AVX-512)
Aleksey Shipilev
- RFR: 8370332: C2 SuperWord: SIGSEGV because PhaseIdealLoop::split_thru_phi left dead nodes in loop _body
Emanuel Peter
- RFR: 8370332: C2 SuperWord: SIGSEGV because PhaseIdealLoop::split_thru_phi left dead nodes in loop _body
Roland Westrelin
- RFR: 8370332: C2 SuperWord: SIGSEGV because PhaseIdealLoop::split_thru_phi left dead nodes in loop _body
Emanuel Peter
- RFR: 8370332: C2 SuperWord: SIGSEGV because PhaseIdealLoop::split_thru_phi left dead nodes in loop _body [v2]
Emanuel Peter
- RFR: 8370332: C2 SuperWord: SIGSEGV because PhaseIdealLoop::split_thru_phi left dead nodes in loop _body [v2]
Emanuel Peter
- RFR: 8370332: C2 SuperWord: SIGSEGV because PhaseIdealLoop::split_thru_phi left dead nodes in loop _body [v2]
Roland Westrelin
- RFR: 8370378: Some compiler tests inadvertently exclude particular platforms
Tobias Hartmann
- RFR: 8370378: Some compiler tests inadvertently exclude particular platforms
Marc Chevalier
- RFR: 8370378: Some compiler tests inadvertently exclude particular platforms
Christian Hagedorn
- RFR: 8370378: Some compiler tests inadvertently exclude particular platforms
Tobias Hartmann
- RFR: 8370378: Some compiler tests inadvertently exclude particular platforms [v2]
Tobias Hartmann
- RFR: 8370378: Some compiler tests inadvertently exclude particular platforms [v2]
Christian Hagedorn
- RFR: 8370378: Some compiler tests inadvertently exclude particular platforms [v2]
Tobias Hartmann
- RFR: 8370378: Some compiler tests inadvertently exclude particular platforms [v2]
Vladimir Kozlov
- RFR: 8370389: JavaFrameAnchor on s390 has unnecessary barriers
Amit Kumar
- RFR: 8370389: JavaFrameAnchor on s390 has unnecessary barriers
Lutz Schmidt
- RFR: 8370389: JavaFrameAnchor on s390 has unnecessary barriers
Andrew Haley
- RFR: 8370389: JavaFrameAnchor on s390 has unnecessary barriers
Amit Kumar
- RFR: 8370405: C2: mismatched store from MergeStores wrongly scalarized in allocation elimination
Emanuel Peter
- RFR: 8370405: C2: mismatched store from MergeStores wrongly scalarized in allocation elimination
Emanuel Peter
- RFR: 8370405: C2: mismatched store from MergeStores wrongly scalarized in allocation elimination
Manuel Hässig
- RFR: 8370405: C2: mismatched store from MergeStores wrongly scalarized in allocation elimination
Emanuel Peter
- RFR: 8370405: C2: mismatched store from MergeStores wrongly scalarized in allocation elimination
Emanuel Peter
- RFR: 8370405: C2: mismatched store from MergeStores wrongly scalarized in allocation elimination
Tobias Hartmann
- RFR: 8370405: C2: mismatched store from MergeStores wrongly scalarized in allocation elimination
Emanuel Peter
- RFR: 8370405: C2: mismatched store from MergeStores wrongly scalarized in allocation elimination
Emanuel Peter
- RFR: 8370405: C2: mismatched store from MergeStores wrongly scalarized in allocation elimination
Doug Simon
- RFR: 8370405: C2: mismatched store from MergeStores wrongly scalarized in allocation elimination
Emanuel Peter
- RFR: 8370405: C2: mismatched store from MergeStores wrongly scalarized in allocation elimination
Emanuel Peter
- RFR: 8370405: C2: mismatched store from MergeStores wrongly scalarized in allocation elimination
Quan Anh Mai
- RFR: 8370405: C2: mismatched store from MergeStores wrongly scalarized in allocation elimination
Emanuel Peter
- RFR: 8370405: C2: mismatched store from MergeStores wrongly scalarized in allocation elimination
Quan Anh Mai
- RFR: 8370405: C2: mismatched store from MergeStores wrongly scalarized in allocation elimination
Emanuel Peter
- RFR: 8370405: C2: mismatched store from MergeStores wrongly scalarized in allocation elimination
Emanuel Peter
- RFR: 8370405: C2: mismatched store from MergeStores wrongly scalarized in allocation elimination
Quan Anh Mai
- RFR: 8370405: C2: mismatched store from MergeStores wrongly scalarized in allocation elimination
Emanuel Peter
- RFR: 8370405: C2: mismatched store from MergeStores wrongly scalarized in allocation elimination
Emanuel Peter
- RFR: 8370405: C2: mismatched store from MergeStores wrongly scalarized in allocation elimination
Emanuel Peter
- RFR: 8370405: C2: mismatched store from MergeStores wrongly scalarized in allocation elimination [v2]
Emanuel Peter
- RFR: 8370405: C2: mismatched store from MergeStores wrongly scalarized in allocation elimination [v2]
Quan Anh Mai
- RFR: 8370405: C2: mismatched store from MergeStores wrongly scalarized in allocation elimination [v2]
Quan Anh Mai
- RFR: 8370405: C2: mismatched store from MergeStores wrongly scalarized in allocation elimination [v2]
Emanuel Peter
- RFR: 8370405: C2: mismatched store from MergeStores wrongly scalarized in allocation elimination [v2]
Quan Anh Mai
- RFR: 8370405: C2: mismatched store from MergeStores wrongly scalarized in allocation elimination [v2]
Emanuel Peter
- RFR: 8370405: C2: mismatched store from MergeStores wrongly scalarized in allocation elimination [v2]
Vladimir Kozlov
- RFR: 8370405: C2: mismatched store from MergeStores wrongly scalarized in allocation elimination [v2]
Emanuel Peter
- RFR: 8370405: C2: mismatched store from MergeStores wrongly scalarized in allocation elimination [v2]
Vladimir Kozlov
- RFR: 8370405: C2: mismatched store from MergeStores wrongly scalarized in allocation elimination [v2]
Vladimir Kozlov
- RFR: 8370405: C2: mismatched store from MergeStores wrongly scalarized in allocation elimination [v2]
Emanuel Peter
- RFR: 8370405: C2: mismatched store from MergeStores wrongly scalarized in allocation elimination [v2]
Quan Anh Mai
- RFR: 8370405: C2: mismatched store from MergeStores wrongly scalarized in allocation elimination [v2]
Doug Simon
- RFR: 8370405: C2: mismatched store from MergeStores wrongly scalarized in allocation elimination [v2]
Emanuel Peter
- RFR: 8370405: C2: mismatched store from MergeStores wrongly scalarized in allocation elimination [v2]
Emanuel Peter
- RFR: 8370405: C2: mismatched store from MergeStores wrongly scalarized in allocation elimination [v2]
Vladimir Kozlov
- RFR: 8370405: C2: mismatched store from MergeStores wrongly scalarized in allocation elimination [v3]
Emanuel Peter
- RFR: 8370405: C2: mismatched store from MergeStores wrongly scalarized in allocation elimination [v3]
Emanuel Peter
- RFR: 8370405: C2: mismatched store from MergeStores wrongly scalarized in allocation elimination [v3]
Vladimir Kozlov
- RFR: 8370405: C2: mismatched store from MergeStores wrongly scalarized in allocation elimination [v3]
Vladimir Kozlov
- RFR: 8370409: Incorrect computation in Float16 reduction loop
Jatin Bhateja
- RFR: 8370409: Incorrect computation in Float16 reduction loop
(__Main__)
- RFR: 8370409: Incorrect computation in Float16 reduction loop
Sandhya Viswanathan
- RFR: 8370409: Incorrect computation in Float16 reduction loop
Jatin Bhateja
- RFR: 8370409: Incorrect computation in Float16 reduction loop
Emanuel Peter
- RFR: 8370409: Incorrect computation in Float16 reduction loop
Emanuel Peter
- RFR: 8370409: Incorrect computation in Float16 reduction loop [v2]
Jatin Bhateja
- RFR: 8370409: Incorrect computation in Float16 reduction loop [v2]
Jatin Bhateja
- RFR: 8370409: Incorrect computation in Float16 reduction loop [v2]
Jatin Bhateja
- RFR: 8370409: Incorrect computation in Float16 reduction loop [v3]
Jatin Bhateja
- RFR: 8370409: Incorrect computation in Float16 reduction loop [v3]
Jatin Bhateja
- RFR: 8370454: C2 SuperWord: unsigned comparison information is lost for VectorMaskCmp
Hamlin Li
- RFR: 8370454: C2 SuperWord: unsigned comparison information is lost for VectorMaskCmp
Emanuel Peter
- RFR: 8370454: C2 SuperWord: unsigned comparison information is lost for VectorMaskCmp
Hamlin Li
- RFR: 8370454: C2 SuperWord: unsigned comparison information is lost for VectorMaskCmp [v2]
Hamlin Li
- RFR: 8370454: C2 SuperWord: unsigned comparison information is lost for VectorMaskCmp [v2]
Hamlin Li
- RFR: 8370454: C2 SuperWord: unsigned comparison information is lost for VectorMaskCmp [v2]
Hamlin Li
- RFR: 8370454: C2 SuperWord: unsigned comparison information is lost for VectorMaskCmp [v2]
Emanuel Peter
- RFR: 8370454: C2 SuperWord: unsigned comparison information is lost for VectorMaskCmp [v2]
Hamlin Li
- RFR: 8370459: C2: CompressBitsNode::Value produces wrong result on Windows (1UL vs 1ULL), found by ExpressionFuzzer
Emanuel Peter
- RFR: 8370459: C2: CompressBitsNode::Value produces wrong result on Windows (1UL vs 1ULL), found by ExpressionFuzzer
Jatin Bhateja
- RFR: 8370459: C2: CompressBitsNode::Value produces wrong result on Windows (1UL vs 1ULL), found by ExpressionFuzzer
Tobias Hartmann
- RFR: 8370459: C2: CompressBitsNode::Value produces wrong result on Windows (1UL vs 1ULL), found by ExpressionFuzzer [v2]
Emanuel Peter
- RFR: 8370459: C2: CompressBitsNode::Value produces wrong result on Windows (1UL vs 1ULL), found by ExpressionFuzzer [v2]
Tobias Hartmann
- RFR: 8370459: C2: CompressBitsNode::Value produces wrong result on Windows (1UL vs 1ULL), found by ExpressionFuzzer [v2]
Dean Long
- RFR: 8370459: C2: CompressBitsNode::Value produces wrong result on Windows (1UL vs 1ULL), found by ExpressionFuzzer [v2]
Emanuel Peter
- RFR: 8370459: C2: CompressBitsNode::Value produces wrong result on Windows (1UL vs 1ULL), found by ExpressionFuzzer [v3]
Emanuel Peter
- RFR: 8370459: C2: CompressBitsNode::Value produces wrong result on Windows (1UL vs 1ULL), found by ExpressionFuzzer [v4]
Emanuel Peter
- RFR: 8370459: C2: CompressBitsNode::Value produces wrong result on Windows (1UL vs 1ULL), found by ExpressionFuzzer [v4]
Emanuel Peter
- RFR: 8370459: C2: CompressBitsNode::Value produces wrong result on Windows (1UL vs 1ULL), found by ExpressionFuzzer [v4]
Dean Long
- RFR: 8370459: C2: CompressBitsNode::Value produces wrong result on Windows (1UL vs 1ULL), found by ExpressionFuzzer [v4]
Dean Long
- RFR: 8370473: C2: Better Aligment of Vector Spill Slots
Richard Reingruber
- RFR: 8370481: C2 SuperWord: Long/Integer.compareUnsigned return wrong value in SLP [v2]
Emanuel Peter
- RFR: 8370481: C2 SuperWord: Long/Integer.compareUnsigned return wrong value in SLP [v2]
Emanuel Peter
- RFR: 8370481: C2 SuperWord: Long/Integer.compareUnsigned return wrong value in SLP [v2]
Hamlin Li
- RFR: 8370481: C2 SuperWord: Long/Integer.compareUnsigned return wrong value in SLP [v2]
Hamlin Li
- RFR: 8370481: C2 SuperWord: Long/Integer.compareUnsigned return wrong value in SLP [v2]
Emanuel Peter
- RFR: 8370481: C2 SuperWord: Long/Integer.compareUnsigned return wrong value in SLP [v2]
Hamlin Li
- RFR: 8370481: C2 SuperWord: Long/Integer.compareUnsigned return wrong value in SLP [v2]
Hamlin Li
- RFR: 8370481: C2 SuperWord: Long/Integer.compareUnsigned return wrong value in SLP [v2]
Hamlin Li
- RFR: 8370481: C2 SuperWord: Long/Integer.compareUnsigned return wrong value in SLP [v2]
Hamlin Li
- RFR: 8370481: C2 SuperWord: Long/Integer.compareUnsigned return wrong value in SLP [v3]
Hamlin Li
- RFR: 8370481: C2 SuperWord: Long/Integer.compareUnsigned return wrong value in SLP [v3]
Emanuel Peter
- RFR: 8370481: C2 SuperWord: Long/Integer.compareUnsigned return wrong value in SLP [v3]
Emanuel Peter
- RFR: 8370481: C2 SuperWord: Long/Integer.compareUnsigned return wrong value in SLP [v3]
Hamlin Li
- RFR: 8370481: C2 SuperWord: Long/Integer.compareUnsigned return wrong value in SLP [v3]
Hamlin Li
- RFR: 8370481: C2 SuperWord: Long/Integer.compareUnsigned return wrong value in SLP [v4]
Hamlin Li
- RFR: 8370481: C2 SuperWord: Long/Integer.compareUnsigned return wrong value in SLP [v4]
Emanuel Peter
- RFR: 8370481: C2 SuperWord: Long/Integer.compareUnsigned return wrong value in SLP [v4]
Emanuel Peter
- RFR: 8370481: C2 SuperWord: Long/Integer.compareUnsigned return wrong value in SLP [v4]
Hamlin Li
- RFR: 8370481: C2 SuperWord: Long/Integer.compareUnsigned return wrong value in SLP [v4]
Emanuel Peter
- RFR: 8370481: C2 SuperWord: Long/Integer.compareUnsigned return wrong value in SLP [v5]
Hamlin Li
- RFR: 8370481: C2 SuperWord: Long/Integer.compareUnsigned return wrong value in SLP [v5]
Emanuel Peter
- RFR: 8370481: C2 SuperWord: Long/Integer.compareUnsigned return wrong value in SLP [v5]
Hamlin Li
- RFR: 8370481: C2 SuperWord: Long/Integer.compareUnsigned return wrong value in SLP [v5]
Hamlin Li
- RFR: 8370481: C2 SuperWord: Long/Integer.compareUnsigned return wrong value in SLP [v5]
Emanuel Peter
- RFR: 8370481: C2 SuperWord: Long/Integer.compareUnsigned return wrong value in SLP [v5]
Hamlin Li
- RFR: 8370481: C2 SuperWord: Long/Integer.compareUnsigned return wrong value in SLP [v5]
Hamlin Li
- RFR: 8370481: C2 SuperWord: Long/Integer.compareUnsigned return wrong value in SLP [v6]
Hamlin Li
- RFR: 8370481: C2 SuperWord: Long/Integer.compareUnsigned return wrong value in SLP [v7]
Hamlin Li
- RFR: 8370481: C2 SuperWord: Long/Integer.compareUnsigned return wrong value in SLP [v7]
Emanuel Peter
- RFR: 8370481: C2 SuperWord: Long/Integer.compareUnsigned return wrong value in SLP [v7]
Emanuel Peter
- RFR: 8370481: C2 SuperWord: Long/Integer.compareUnsigned return wrong value in SLP [v7]
Hamlin Li
- RFR: 8370481: C2 SuperWord: Long/Integer.compareUnsigned return wrong value in SLP [v7]
Hamlin Li
- RFR: 8370481: C2 SuperWord: Long/Integer.compareUnsigned return wrong value in SLP [v7]
Emanuel Peter
- RFR: 8370481: C2 SuperWord: Long/Integer.compareUnsigned return wrong value in SLP [v7]
Emanuel Peter
- RFR: 8370481: C2 SuperWord: Long/Integer.compareUnsigned return wrong value in SLP [v8]
Hamlin Li
- RFR: 8370481: C2 SuperWord: Long/Integer.compareUnsigned return wrong value in SLP [v8]
Hamlin Li
- RFR: 8370481: C2 SuperWord: Long/Integer.compareUnsigned return wrong value in SLP [v8]
Antonios Printezis
- RFR: 8370481: C2 SuperWord: Long/Integer.compareUnsigned return wrong value in SLP [v8]
Hamlin Li
- RFR: 8370527: Memory leak after 8316694: Implement relocation of nmethod within CodeCache
Chad Rakoczy
- RFR: 8370527: Memory leak after 8316694: Implement relocation of nmethod within CodeCache
Chad Rakoczy
- RFR: 8370527: Memory leak after 8316694: Implement relocation of nmethod within CodeCache
Leonid Mesnik
- RFR: 8370527: Memory leak after 8316694: Implement relocation of nmethod within CodeCache
Aleksey Shipilev
- RFR: 8370527: Memory leak after 8316694: Implement relocation of nmethod within CodeCache
Evgeny Astigeevich
- RFR: 8370527: Memory leak after 8316694: Implement relocation of nmethod within CodeCache
Chad Rakoczy
- RFR: 8370527: Memory leak after 8316694: Implement relocation of nmethod within CodeCache
Chad Rakoczy
- RFR: 8370527: Memory leak after 8316694: Implement relocation of nmethod within CodeCache
Aleksey Shipilev
- RFR: 8370527: Memory leak after 8316694: Implement relocation of nmethod within CodeCache
Chad Rakoczy
- RFR: 8370527: Memory leak after 8316694: Implement relocation of nmethod within CodeCache [v2]
Chad Rakoczy
- RFR: 8370527: Memory leak after 8316694: Implement relocation of nmethod within CodeCache [v2]
Evgeny Astigeevich
- RFR: 8370527: Memory leak after 8316694: Implement relocation of nmethod within CodeCache [v2]
Aleksey Shipilev
- RFR: 8370527: Memory leak after 8316694: Implement relocation of nmethod within CodeCache [v2]
Chad Rakoczy
- RFR: 8370527: Memory leak after 8316694: Implement relocation of nmethod within CodeCache [v2]
Leonid Mesnik
- RFR: 8370527: Memory leak after 8316694: Implement relocation of nmethod within CodeCache [v2]
Vladimir Kozlov
- RFR: 8370527: Memory leak after 8316694: Implement relocation of nmethod within CodeCache [v2]
Chad Rakoczy
- RFR: 8370527: Memory leak after 8316694: Implement relocation of nmethod within CodeCache [v2]
Vladimir Kozlov
- RFR: 8370527: Memory leak after 8316694: Implement relocation of nmethod within CodeCache [v2]
Leonid Mesnik
- RFR: 8370527: Memory leak after 8316694: Implement relocation of nmethod within CodeCache [v2]
Vladimir Kozlov
- RFR: 8370527: Memory leak after 8316694: Implement relocation of nmethod within CodeCache [v3]
Chad Rakoczy
- RFR: 8370527: Memory leak after 8316694: Implement relocation of nmethod within CodeCache [v4]
Chad Rakoczy
- RFR: 8370527: Memory leak after 8316694: Implement relocation of nmethod within CodeCache [v5]
Chad Rakoczy
- RFR: 8370527: Memory leak after 8316694: Implement relocation of nmethod within CodeCache [v5]
Aleksey Shipilev
- RFR: 8370527: Memory leak after 8316694: Implement relocation of nmethod within CodeCache [v5]
Evgeny Astigeevich
- RFR: 8370527: Memory leak after 8316694: Implement relocation of nmethod within CodeCache [v5]
Chad Rakoczy
- RFR: 8370527: Memory leak after 8316694: Implement relocation of nmethod within CodeCache [v5]
Vladimir Kozlov
- RFR: 8370527: Memory leak after 8316694: Implement relocation of nmethod within CodeCache [v5]
duke
- RFR: 8370569: IGV: dump more graph properties at bytecode parsing
Roberto Castañeda Lozano
- RFR: 8370569: IGV: dump more graph properties at bytecode parsing
Christian Hagedorn
- RFR: 8370569: IGV: dump more graph properties at bytecode parsing [v2]
Roberto Castañeda Lozano
- RFR: 8370569: IGV: dump more graph properties at bytecode parsing [v2]
Roberto Castañeda Lozano
- RFR: 8370569: IGV: dump more graph properties at bytecode parsing [v2]
Roberto Castañeda Lozano
- RFR: 8370569: IGV: dump more graph properties at bytecode parsing [v2]
Roberto Castañeda Lozano
- RFR: 8370569: IGV: dump more graph properties at bytecode parsing [v2]
Christian Hagedorn
- RFR: 8370569: IGV: dump more graph properties at bytecode parsing [v2]
Christian Hagedorn
- RFR: 8370569: IGV: dump more graph properties at bytecode parsing [v3]
Roberto Castañeda Lozano
- RFR: 8370569: IGV: dump more graph properties at bytecode parsing [v3]
Roberto Castañeda Lozano
- RFR: 8370569: IGV: dump more graph properties at bytecode parsing [v3]
Saranya Natarajan
- RFR: 8370569: IGV: dump more graph properties at bytecode parsing [v3]
Roberto Castañeda Lozano
- RFR: 8370569: IGV: dump more graph properties at bytecode parsing [v3]
Christian Hagedorn
- RFR: 8370569: IGV: dump more graph properties at bytecode parsing [v3]
Christian Hagedorn
- RFR: 8370569: IGV: dump more graph properties at bytecode parsing [v3]
Roberto Castañeda Lozano
- RFR: 8370579: PPC: fix inswri immediate argument order
Manuel Hässig
- RFR: 8370579: PPC: fix inswri immediate argument order
Manuel Hässig
- RFR: 8370579: PPC: fix inswri immediate argument order
Martin Doerr
- RFR: 8370579: PPC: fix inswri immediate argument order
Matthias Baesken
- RFR: 8370579: PPC: fix inswri immediate argument order
Manuel Hässig
- RFR: 8370708: RISC-V: Add VerifyStackAtCalls
Robbin Ehn
- RFR: 8370708: RISC-V: Add VerifyStackAtCalls
Fei Yang
- RFR: 8370708: RISC-V: Add VerifyStackAtCalls
Robbin Ehn
- RFR: 8370708: RISC-V: Add VerifyStackAtCalls [v2]
Robbin Ehn
- RFR: 8370708: RISC-V: Add VerifyStackAtCalls [v2]
Robbin Ehn
- RFR: 8370708: RISC-V: Add VerifyStackAtCalls [v2]
Fei Yang
- RFR: 8370708: RISC-V: Add VerifyStackAtCalls [v2]
Robbin Ehn
- RFR: 8370708: RISC-V: Add VerifyStackAtCalls [v2]
Robbin Ehn
- RFR: 8370708: RISC-V: Add VerifyStackAtCalls [v2]
Robbin Ehn
- RFR: 8370708: RISC-V: Add VerifyStackAtCalls [v3]
Robbin Ehn
- RFR: 8370708: RISC-V: Add VerifyStackAtCalls [v3]
Fei Yang
- RFR: 8370708: RISC-V: Add VerifyStackAtCalls [v3]
Robbin Ehn
- RFR: 8370708: RISC-V: Add VerifyStackAtCalls [v3]
Fei Yang
- RFR: 8370708: RISC-V: Add VerifyStackAtCalls [v3]
Robbin Ehn
- RFR: 8370708: RISC-V: Add VerifyStackAtCalls [v4]
Robbin Ehn
- RFR: 8370708: RISC-V: Add VerifyStackAtCalls [v4]
Fei Yang
- RFR: 8370708: RISC-V: Add VerifyStackAtCalls [v4]
Robbin Ehn
- RFR: 8370708: RISC-V: Add VerifyStackAtCalls [v4]
Robbin Ehn
- RFR: 8370708: RISC-V: Add VerifyStackAtCalls [v5]
Robbin Ehn
- RFR: 8370708: RISC-V: Add VerifyStackAtCalls [v5]
Fei Yang
- RFR: 8370794: C2 SuperWord: Long/Integer.compareUnsigned return wrong value for EQ/NE in SLP
Hamlin Li
- RFR: 8370794: C2 SuperWord: Long/Integer.compareUnsigned return wrong value for EQ/NE in SLP
Emanuel Peter
- RFR: 8370794: C2 SuperWord: Long/Integer.compareUnsigned return wrong value for EQ/NE in SLP
Hamlin Li
- RFR: 8370794: C2 SuperWord: Long/Integer.compareUnsigned return wrong value for EQ/NE in SLP
Hamlin Li
- RFR: 8370794: C2 SuperWord: Long/Integer.compareUnsigned return wrong value for EQ/NE in SLP
Emanuel Peter
- RFR: 8370794: C2 SuperWord: Long/Integer.compareUnsigned return wrong value for EQ/NE in SLP
Emanuel Peter
- RFR: 8370794: C2 SuperWord: Long/Integer.compareUnsigned return wrong value for EQ/NE in SLP
Hamlin Li
- RFR: 8370846: Support execution of mlvm testing with test thread factory
Leonid Mesnik
- RFR: 8370846: Support execution of mlvm testing with test thread factory [v2]
Leonid Mesnik
- RFR: 8370853: IGV: SEGV in IdealGraphPrinter::print after JDK-8370569
Roberto Castañeda Lozano
- RFR: 8370853: IGV: SEGV in IdealGraphPrinter::print after JDK-8370569
Damon Fenacci
- RFR: 8370853: IGV: SEGV in IdealGraphPrinter::print after JDK-8370569
Roberto Castañeda Lozano
- RFR: 8370853: IGV: SEGV in IdealGraphPrinter::print after JDK-8370569
Roberto Castañeda Lozano
- RFR: 8370853: IGV: SEGV in IdealGraphPrinter::print after JDK-8370569
Anton Seoane Ampudia
- RFR: 8370853: IGV: SEGV in IdealGraphPrinter::print after JDK-8370569
Roberto Castañeda Lozano
- RFR: 8370853: IGV: SEGV in IdealGraphPrinter::print after JDK-8370569
Tobias Hartmann
- RFR: 8370853: IGV: SEGV in IdealGraphPrinter::print after JDK-8370569
Roberto Castañeda Lozano
- RFR: 8370914: C2: Reimplement Type::join
Quan Anh Mai
- RFR: 8370914: C2: Reimplement Type::join
Manuel Hässig
- RFR: 8370914: C2: Reimplement Type::join
Quan Anh Mai
- RFR: 8370914: C2: Reimplement Type::join
Quan Anh Mai
- RFR: 8370914: C2: Reimplement Type::join
Manuel Hässig
- RFR: 8370914: C2: Reimplement Type::join
Quan Anh Mai
- RFR: 8370914: C2: Reimplement Type::join
Dean Long
- RFR: 8370914: C2: Reimplement Type::join
Quan Anh Mai
- RFR: 8370914: C2: Reimplement Type::join
Quan Anh Mai
- RFR: 8370914: C2: Reimplement Type::join [v2]
Quan Anh Mai
- RFR: 8370920: [s390] C2: add instruction size in s390.ad file
Harshit470250
- RFR: 8370939: C2: SIGSEGV in SafePointNode::verify_input when processing MH call from Compile::process_late_inline_calls_no_inline()
Roland Westrelin
- RFR: 8370939: C2: SIGSEGV in SafePointNode::verify_input when processing MH call from Compile::process_late_inline_calls_no_inline()
Vladimir Ivanov
- Withdrawn: 8231269: CompileTask::is_unloaded is slow due to JNIHandles type checks
duke
- Withdrawn: 8361417: JVMCI getModifiers incorrect for inner classes
duke
- Withdrawn: 8364970: Redo JDK-8327381 by updating the CmpU type instead of the Bool type
duke
- Withdrawn: 8368205: [TESTBUG] VectorMaskCompareNotTest.java crashes when MaxVectorSize=8
erifan
- Withdrawn: 8369511: PPC64: compiler/vectorapi/VectorMaskCompareNotTest.java fails when running without VectorRegisters
Martin Doerr
Last message date:
Fri Oct 31 22:36:02 UTC 2025
Archived on: Fri Oct 31 22:36:30 UTC 2025
This archive was generated by
Pipermail 0.09 (Mailman edition).