April 2025 Archives by subject
Starting: Tue Apr 1 01:42:15 UTC 2025
Ending: Tue Apr 29 09:39:46 UTC 2025
Messages: 1457
- Integrated: 8282053: IGV: refine schedule approximation
Daniel Skantz
- Integrated: 8320909: C2: Adapt IGVN's enqueuing logic to match idealization of AndNode with LShift operand
Marc Chevalier
- Integrated: 8329887: RISC-V: C2: Support Zvbb Vector And-Not instruction
Anjian-Wen
- Integrated: 8332368: ubsan aarch64: immediate_aarch64.cpp:298:31: runtime error: shift exponent 32 is too large for 32-bit type 'int'
Boris Ulasevich
- Integrated: 8334046: Set different values for CompLevel_any and CompLevel_all
Cesar Soares Lucas
- Integrated: 8338194: ubsan: mulnode.cpp:862:59: runtime error: shift exponent 64 is too large for 64-bit type 'long unsigned int'
Marc Chevalier
- Integrated: 8341976: C2: use_mem_state != load->find_exact_control(load->in(0)) assert failure
Roland Westrelin
- Integrated: 8342676: Unsigned Vector Min / Max transforms
Jatin Bhateja
- Integrated: 8344251: C2: remove blackholes with dead control input
Marc Chevalier
- Integrated: 8346236: Auto vectorization support for various Float16 operations
Jatin Bhateja
- Integrated: 8346552: C2: Add IR tests to check that Predicate cloning in Loop Unswitching works as expected
Manuel Hässig
- Integrated: 8346836: C2: Verify CastII/CastLL bounds at runtime
Quan Anh Mai
- Integrated: 8346989: C2: deoptimization and re-execution cycle with Math.*Exact in case of frequent overflow
Marc Chevalier
- Integrated: 8347449: C2: UseLoopPredicate off should also turn UseProfiledLoopPredicate off
Manuel Hässig
- Integrated: 8347645: C2: XOR bounded value handling blocks constant folding
Johannes Graham
- Integrated: 8348645: IGV: visualize live ranges
Roberto Castañeda Lozano
- Integrated: 8348853: Fold layout helper check for objects implementing non-array interfaces
Marc Chevalier
- Integrated: 8348887: Create IR framework test for JDK-8347997
Marc Chevalier
- Integrated: 8349139: C2: Div looses dependency on condition that guarantees divisor not zero in counted loop
Roland Westrelin
- Integrated: 8349479: C2: when a Type node becomes dead, make CFG path that uses it unreachable
Roland Westrelin
- Integrated: 8350563: C2 compilation fails because PhaseCCP does not reach a fixpoint
Liam Miller-Cushon
- Integrated: 8350852: Implement JMH benchmark for sparse CodeCache
Evgeny Astigeevich
- Integrated: 8351660: C2: SIGFPE in unsigned_mod_value
Saranya Natarajan
- Integrated: 8351833: Unexpected increase in live nodes when splitting Phis through MergeMems in PhiNode::Ideal
Daniel Lundén
- Integrated: 8352418: Add verification code to check that the associated loop nodes of useless Template Assertion Predicates are dead
Christian Hagedorn
- Integrated: 8352585: Add special case handling for Float16.max/min x86 backend
Jatin Bhateja
- Integrated: 8352620: C2: rename MemNode::memory_type() to MemNode::value_basic_type()
Saranya Natarajan
- Integrated: 8352681: C2 compilation hits asserts "must set the initial type just once"
Cesar Soares Lucas
- Integrated: 8352724: Verify bounds for primitive array reads in JVMCI
Andrej Pečimúth
- Integrated: 8352893: C2: OrL/INode::add_ring optimize (x | -1) to -1
Manuel Hässig
- Integrated: 8352963: [REDO] Missing late inline cleanup causes compiler/vectorapi/VectorLogicalOpIdentityTest.java IR failure
Damon Fenacci
- Integrated: 8352972: PPC64: Intrinsify Unsafe::setMemory
Martin Doerr
- Integrated: 8353041: NeverBranchNode causes incorrect block frequency calculation
Dean Long
- Integrated: 8353058: [PPC64] Some IR framework tests are failing after JDK-8352595
Christian Hagedorn
- Integrated: 8353188: C1: Clean up x86 backend after 32-bit x86 removal
Aleksey Shipilev
- Integrated: 8353192: C2: Clean up x86 backend after 32-bit x86 removal
Aleksey Shipilev
- Integrated: 8353219: RISC-V: Fix client builds after JDK-8345298
Fei Yang
- Integrated: 8353341: C2: removal of a Mod[DF]Node crashes when the node is already dead
Marc Chevalier
- Integrated: 8353345: C2 asserts because maskShiftAmount modifies node without deleting the hash
Marc Chevalier
- Integrated: 8353359: C2: Or(I|L)Node::Ideal is missing AddNode::Ideal call
Hannes Greule
- Integrated: 8353600: RISC-V: compiler/vectorization/TestRotateByteAndShortVector.java is failing with Zvbb
Hamlin Li
- Integrated: 8353665: RISC-V: IR verification fails in TestSubNodeFloatDoubleNegation.java
Hamlin Li
- Integrated: 8353669: IGV: dump OOP maps for MachSafePoint nodes
Roberto Castañeda Lozano
- Integrated: 8353695: RISC-V: compiler/cpuflags/TestAESIntrinsicsOnUnsupportedConfig.java is failing with Zvkn
Fei Yang
- Integrated: 8353730: TestSubNodeFloatDoubleNegation.java fails with native Float16 support
Manuel Hässig
- Integrated: 8353786: Migrate Vector API math library support to FFM API
Vladimir Ivanov
- Integrated: 8353841: [jittester] Fix JITTester build after asm removal
Evgeny Nikitin
- Integrated: 8353842: C2: Add graph dumps before and after loop opts phase
Manuel Hässig
- Integrated: 8354119: Missing C2 proper allocation failure handling during initialization (during generate_uncommon_trap_blob)
Damon Fenacci
- Integrated: 8354181: [Backout] 8334046: Set different values for CompLevel_any and CompLevel_all
Yudi Zheng
- Integrated: 8354255: [jittester] Remove TempDir debug output
Evgeny Nikitin
- Integrated: 8354471: Assertion failure with -XX:-EnableX86ECoreOpts
Volodymyr Paprotski
- Integrated: 8354477: C2 SuperWord: make use of memory edges more explicit
Emanuel Peter
- Integrated: 8354507: [ubsan] subnode.cpp:406:36: runtime error: negation of -9223372036854775808 cannot be represented in type 'long int'
Matthias Baesken
- Integrated: 8354542: Clean up x86 stubs after 32-bit x86 removal
Aleksey Shipilev
- Integrated: 8354544: Fix bugs in increment and xor APX codegen
Srinivas Vamsi Parasa
- Integrated: 8354625: Compile::igv_print_graph_to_network doesn't use its second parameter
Marc Chevalier
- Integrated: 8354668: Missing REX2 prefix accounting in ZGC barriers leads to incorrect encoding
Jatin Bhateja
- Integrated: 8354815: RISC-V: Change type of bitwise rotation shift to iRegIorL2I
Anjian-Wen
- Integrated: 8355034: [JVMCI] assert(static_cast<int>(_jvmci_data_size) == align_up(compiler->is_jvmci() ? jvmci_data->size() : 0, oopSize)) failed: failed: 104 != 16777320
Doug Simon
- Integrated: 8355074: RISC-V: C2: Support Vector-Scalar version of Zvbb Vector And-Not instruction
Anjian-Wen
- Integrated: 8355233: Add a DMB related benchmark
Eric Caspole
- Integrated: 8355239: RISC-V: Do not support subword scatter store
Fei Yang
- Integrated: 8355293: [TEST] RISC-V: enable more ir tests
Hamlin Li
- Integrated: 8355387: [jittester] Disable downcasts by default
Evgeny Nikitin
- Integrated: 8355432: Remove CompileTask from SA
Aleksey Shipilev
- Integrated: 8355472: Clean up x86 nativeInst after 32-bit x86 removal
Manuel Hässig
- Integrated: 8355492: MissedOptCastII is missing UnlockDiagnosticVMOptions flag
Marc Chevalier
- Integrated: 8355562: RISC-V: Cleanup names of vector-scalar instructions in riscv_v.ad
Anjian-Wen
- Integrated: 8355616: Incorrect ifdef in compilationMemoryStatistic.cpp
Joel Sikström
- Integrated: 8355635: Do not collect C strings in C2 scratch buffer
Vladimir Kozlov
- Integrated: 8355654: RISC-V: Relax register constraint for some vector-scalar instructions
Gui Cao
- Integrated: 8355657: RISC-V: Improve PrintOptoAssembly output of vector-scalar instructions
Anjian-Wen
- Integrated: 8355668: RISC-V: jdk/incubator/vector/Int256VectorTests.java fails when using RVV
Gui Cao
- Integrated: 8355717: Problem list tests until JDK-8355708 is fixed
Tobias Hartmann
- Integrated: 8355717: Problem list tests until JDK-8355708 is fixed
Christian Hagedorn
- Integrated: 8355717: Problem list tests until JDK-8355708 is fixed
Tobias Hartmann
- Integrated: 8355717: Problem list tests until JDK-8355708 is fixed
Tobias Hartmann
- Integrated: Merge ed30fce6df57b1cbf7a6efebabc3558550f8ec16
Daniel Fuchs
- Integrated: Merge ed30fce6df57b1cbf7a6efebabc3558550f8ec16
Jaikiran Pai
- Integrated: Merge ed30fce6df57b1cbf7a6efebabc3558550f8ec16
Jaikiran Pai
- Integrated: Merge ed30fce6df57b1cbf7a6efebabc3558550f8ec16
Jaikiran Pai
- RFR: 8231269: CompileTask::is_unloaded is slow due to JNIHandles type checks [v10]
Aleksey Shipilev
- RFR: 8231269: CompileTask::is_unloaded is slow due to JNIHandles type checks [v2]
Aleksey Shipilev
- RFR: 8231269: CompileTask::is_unloaded is slow due to JNIHandles type checks [v2]
Aleksey Shipilev
- RFR: 8231269: CompileTask::is_unloaded is slow due to JNIHandles type checks [v2]
Aleksey Shipilev
- RFR: 8231269: CompileTask::is_unloaded is slow due to JNIHandles type checks [v3]
Aleksey Shipilev
- RFR: 8231269: CompileTask::is_unloaded is slow due to JNIHandles type checks [v4]
Aleksey Shipilev
- RFR: 8231269: CompileTask::is_unloaded is slow due to JNIHandles type checks [v5]
Aleksey Shipilev
- RFR: 8231269: CompileTask::is_unloaded is slow due to JNIHandles type checks [v6]
Aleksey Shipilev
- RFR: 8231269: CompileTask::is_unloaded is slow due to JNIHandles type checks [v6]
Aleksey Shipilev
- RFR: 8231269: CompileTask::is_unloaded is slow due to JNIHandles type checks [v6]
Vladimir Ivanov
- RFR: 8231269: CompileTask::is_unloaded is slow due to JNIHandles type checks [v6]
Aleksey Shipilev
- RFR: 8231269: CompileTask::is_unloaded is slow due to JNIHandles type checks [v6]
Aleksey Shipilev
- RFR: 8231269: CompileTask::is_unloaded is slow due to JNIHandles type checks [v6]
Aleksey Shipilev
- RFR: 8231269: CompileTask::is_unloaded is slow due to JNIHandles type checks [v6]
Aleksey Shipilev
- RFR: 8231269: CompileTask::is_unloaded is slow due to JNIHandles type checks [v6]
Vladimir Ivanov
- RFR: 8231269: CompileTask::is_unloaded is slow due to JNIHandles type checks [v6]
Vladimir Ivanov
- RFR: 8231269: CompileTask::is_unloaded is slow due to JNIHandles type checks [v6]
Aleksey Shipilev
- RFR: 8231269: CompileTask::is_unloaded is slow due to JNIHandles type checks [v6]
Aleksey Shipilev
- RFR: 8231269: CompileTask::is_unloaded is slow due to JNIHandles type checks [v6]
Vladimir Ivanov
- RFR: 8231269: CompileTask::is_unloaded is slow due to JNIHandles type checks [v6]
Aleksey Shipilev
- RFR: 8231269: CompileTask::is_unloaded is slow due to JNIHandles type checks [v7]
Aleksey Shipilev
- RFR: 8231269: CompileTask::is_unloaded is slow due to JNIHandles type checks [v8]
Aleksey Shipilev
- RFR: 8231269: CompileTask::is_unloaded is slow due to JNIHandles type checks [v9]
Aleksey Shipilev
- RFR: 8252473: [TESTBUG] compiler tests fail with minimal VM: Unrecognized VM option
Emanuel Peter
- RFR: 8252473: [TESTBUG] compiler tests fail with minimal VM: Unrecognized VM option
Zdenek Zambersky
- RFR: 8252473: [TESTBUG] compiler tests fail with minimal VM: Unrecognized VM option
Zdenek Zambersky
- RFR: 8252473: [TESTBUG] compiler tests fail with minimal VM: Unrecognized VM option
Zdenek Zambersky
- RFR: 8252473: [TESTBUG] compiler tests fail with minimal VM: Unrecognized VM option
Emanuel Peter
- RFR: 8252473: [TESTBUG] compiler tests fail with minimal VM: Unrecognized VM option
Emanuel Peter
- RFR: 8258229: Crash in nmethod::reloc_string_for
Manuel Hässig
- RFR: 8258229: Crash in nmethod::reloc_string_for
Aleksey Shipilev
- RFR: 8258229: Crash in nmethod::reloc_string_for
Manuel Hässig
- RFR: 8258229: Crash in nmethod::reloc_string_for
Manuel Hässig
- RFR: 8258229: Crash in nmethod::reloc_string_for
Marc Chevalier
- RFR: 8258229: Crash in nmethod::reloc_string_for
Aleksey Shipilev
- RFR: 8258229: Crash in nmethod::reloc_string_for
Galder Zamarreño
- RFR: 8282053: IGV: refine schedule approximation
Daniel Skantz
- RFR: 8282053: IGV: refine schedule approximation
Roberto Castañeda Lozano
- RFR: 8282053: IGV: refine schedule approximation
Daniel Lundén
- RFR: 8282053: IGV: refine schedule approximation [v2]
Daniel Skantz
- RFR: 8282053: IGV: refine schedule approximation [v2]
Daniel Lundén
- RFR: 8282053: IGV: refine schedule approximation [v2]
Roberto Castañeda Lozano
- RFR: 8282053: IGV: refine schedule approximation [v2]
Damon Fenacci
- RFR: 8282053: IGV: refine schedule approximation [v2]
Daniel Skantz
- RFR: 8282053: IGV: refine schedule approximation [v2]
duke
- RFR: 8301991: Convert l10n properties resource bundles to UTF-8 native [v6]
Magnus Ihse Bursie
- RFR: 8301991: Convert l10n properties resource bundles to UTF-8 native [v6]
Justin Lu
- RFR: 8301991: Convert l10n properties resource bundles to UTF-8 native [v6]
Magnus Ihse Bursie
- RFR: 8301991: Convert l10n properties resource bundles to UTF-8 native [v6]
Magnus Ihse Bursie
- RFR: 8301991: Convert l10n properties resource bundles to UTF-8 native [v6]
Eirik Bjørsnøs
- RFR: 8301991: Convert l10n properties resource bundles to UTF-8 native [v6]
Magnus Ihse Bursie
- RFR: 8315066: Add unsigned bounds and known bits to TypeInt/Long [v47]
Quan Anh Mai
- RFR: 8315066: Add unsigned bounds and known bits to TypeInt/Long [v47]
Emanuel Peter
- RFR: 8315066: Add unsigned bounds and known bits to TypeInt/Long [v47]
Emanuel Peter
- RFR: 8315066: Add unsigned bounds and known bits to TypeInt/Long [v47]
Emanuel Peter
- RFR: 8315066: Add unsigned bounds and known bits to TypeInt/Long [v47]
Quan Anh Mai
- RFR: 8315066: Add unsigned bounds and known bits to TypeInt/Long [v47]
Emanuel Peter
- RFR: 8315066: Add unsigned bounds and known bits to TypeInt/Long [v47]
Emanuel Peter
- RFR: 8315066: Add unsigned bounds and known bits to TypeInt/Long [v47]
Quan Anh Mai
- RFR: 8315066: Add unsigned bounds and known bits to TypeInt/Long [v47]
Quan Anh Mai
- RFR: 8315066: Add unsigned bounds and known bits to TypeInt/Long [v48]
Quan Anh Mai
- RFR: 8315066: Add unsigned bounds and known bits to TypeInt/Long [v48]
Emanuel Peter
- RFR: 8315066: Add unsigned bounds and known bits to TypeInt/Long [v48]
Quan Anh Mai
- RFR: 8315066: Add unsigned bounds and known bits to TypeInt/Long [v48]
Quan Anh Mai
- RFR: 8315066: Add unsigned bounds and known bits to TypeInt/Long [v49]
Quan Anh Mai
- RFR: 8315066: Add unsigned bounds and known bits to TypeInt/Long [v50]
Quan Anh Mai
- RFR: 8315066: Add unsigned bounds and known bits to TypeInt/Long [v7]
Quan Anh Mai
- RFR: 8315066: Add unsigned bounds and known bits to TypeInt/Long [v7]
Emanuel Peter
- RFR: 8315066: Add unsigned bounds and known bits to TypeInt/Long [v7]
Quan Anh Mai
- RFR: 8315916: assert(C->live_nodes() <= C->max_node_limit()) failed: Live Node limit exceeded [v10]
Dhamoder Nalla
- RFR: 8315916: assert(C->live_nodes() <= C->max_node_limit()) failed: Live Node limit exceeded [v10]
Emanuel Peter
- RFR: 8315916: assert(C->live_nodes() <= C->max_node_limit()) failed: Live Node limit exceeded [v10]
Emanuel Peter
- RFR: 8315916: assert(C->live_nodes() <= C->max_node_limit()) failed: Live Node limit exceeded [v11]
Dhamoder Nalla
- RFR: 8315916: assert(C->live_nodes() <= C->max_node_limit()) failed: Live Node limit exceeded [v12]
Dhamoder Nalla
- RFR: 8315916: assert(C->live_nodes() <= C->max_node_limit()) failed: Live Node limit exceeded [v7]
Dhamoder Nalla
- RFR: 8315916: assert(C->live_nodes() <= C->max_node_limit()) failed: Live Node limit exceeded [v7]
Dhamoder Nalla
- RFR: 8315916: assert(C->live_nodes() <= C->max_node_limit()) failed: Live Node limit exceeded [v7]
Emanuel Peter
- RFR: 8315916: assert(C->live_nodes() <= C->max_node_limit()) failed: Live Node limit exceeded [v7]
Dhamoder Nalla
- RFR: 8315916: assert(C->live_nodes() <= C->max_node_limit()) failed: Live Node limit exceeded [v7]
Emanuel Peter
- RFR: 8315916: assert(C->live_nodes() <= C->max_node_limit()) failed: Live Node limit exceeded [v7]
Dhamoder Nalla
- RFR: 8315916: assert(C->live_nodes() <= C->max_node_limit()) failed: Live Node limit exceeded [v7]
Emanuel Peter
- RFR: 8315916: assert(C->live_nodes() <= C->max_node_limit()) failed: Live Node limit exceeded [v7]
Emanuel Peter
- RFR: 8315916: assert(C->live_nodes() <= C->max_node_limit()) failed: Live Node limit exceeded [v7]
Dhamoder Nalla
- RFR: 8315916: assert(C->live_nodes() <= C->max_node_limit()) failed: Live Node limit exceeded [v7]
Dhamoder Nalla
- RFR: 8315916: assert(C->live_nodes() <= C->max_node_limit()) failed: Live Node limit exceeded [v7]
Emanuel Peter
- RFR: 8315916: assert(C->live_nodes() <= C->max_node_limit()) failed: Live Node limit exceeded [v8]
Dhamoder Nalla
- RFR: 8315916: assert(C->live_nodes() <= C->max_node_limit()) failed: Live Node limit exceeded [v9]
Dhamoder Nalla
- RFR: 8315916: assert(C->live_nodes() <= C->max_node_limit()) failed: Live Node limit exceeded [v9]
Christian Hagedorn
- RFR: 8315916: assert(C->live_nodes() <= C->max_node_limit()) failed: Live Node limit exceeded [v9]
Dhamoder Nalla
- RFR: 8316694: Implement relocation of nmethod within CodeCache [v10]
Chad Rakoczy
- RFR: 8316694: Implement relocation of nmethod within CodeCache [v11]
Chad Rakoczy
- RFR: 8316694: Implement relocation of nmethod within CodeCache [v12]
Chad Rakoczy
- RFR: 8316694: Implement relocation of nmethod within CodeCache [v12]
Chad Rakoczy
- RFR: 8316694: Implement relocation of nmethod within CodeCache [v13]
Chad Rakoczy
- RFR: 8316694: Implement relocation of nmethod within CodeCache [v13]
Dean Long
- RFR: 8316694: Implement relocation of nmethod within CodeCache [v13]
Chad Rakoczy
- RFR: 8316694: Implement relocation of nmethod within CodeCache [v13]
Evgeny Astigeevich
- RFR: 8316694: Implement relocation of nmethod within CodeCache [v13]
Evgeny Astigeevich
- RFR: 8316694: Implement relocation of nmethod within CodeCache [v13]
Evgeny Astigeevich
- RFR: 8316694: Implement relocation of nmethod within CodeCache [v13]
Chad Rakoczy
- RFR: 8316694: Implement relocation of nmethod within CodeCache [v13]
Evgeny Astigeevich
- RFR: 8316694: Implement relocation of nmethod within CodeCache [v13]
Chad Rakoczy
- RFR: 8316694: Implement relocation of nmethod within CodeCache [v13]
Chad Rakoczy
- RFR: 8316694: Implement relocation of nmethod within CodeCache [v13]
Chad Rakoczy
- RFR: 8316694: Implement relocation of nmethod within CodeCache [v14]
Chad Rakoczy
- RFR: 8316694: Implement relocation of nmethod within CodeCache [v7]
Evgeny Astigeevich
- RFR: 8316694: Implement relocation of nmethod within CodeCache [v7]
Erik Österlund
- RFR: 8316694: Implement relocation of nmethod within CodeCache [v7]
Chad Rakoczy
- RFR: 8316694: Implement relocation of nmethod within CodeCache [v7]
Erik Österlund
- RFR: 8316694: Implement relocation of nmethod within CodeCache [v8]
Chad Rakoczy
- RFR: 8316694: Implement relocation of nmethod within CodeCache [v9]
Chad Rakoczy
- RFR: 8320909: C2: Adapt IGVN's enqueuing logic to match idealization of AndNode with LShift operand
Marc Chevalier
- RFR: 8320909: C2: Adapt IGVN's enqueuing logic to match idealization of AndNode with LShift operand
Marc Chevalier
- RFR: 8320909: C2: Adapt IGVN's enqueuing logic to match idealization of AndNode with LShift operand [v2]
Marc Chevalier
- RFR: 8320909: C2: Adapt IGVN's enqueuing logic to match idealization of AndNode with LShift operand [v2]
Emanuel Peter
- RFR: 8320909: C2: Adapt IGVN's enqueuing logic to match idealization of AndNode with LShift operand [v2]
Marc Chevalier
- RFR: 8320909: C2: Adapt IGVN's enqueuing logic to match idealization of AndNode with LShift operand [v3]
Marc Chevalier
- RFR: 8320909: C2: Adapt IGVN's enqueuing logic to match idealization of AndNode with LShift operand [v3]
Emanuel Peter
- RFR: 8320909: C2: Adapt IGVN's enqueuing logic to match idealization of AndNode with LShift operand [v3]
Tobias Hartmann
- RFR: 8320909: C2: Adapt IGVN's enqueuing logic to match idealization of AndNode with LShift operand [v3]
Marc Chevalier
- RFR: 8320909: C2: Adapt IGVN's enqueuing logic to match idealization of AndNode with LShift operand [v3]
duke
- RFR: 8320909: C2 compilation fails with "Missed optimization opportunity in PhaseIterGVN"
Marc Chevalier
- RFR: 8320909: C2 compilation fails with "Missed optimization opportunity in PhaseIterGVN"
Emanuel Peter
- RFR: 8320909: C2 compilation fails with "Missed optimization opportunity in PhaseIterGVN"
Emanuel Peter
- RFR: 8320909: C2 compilation fails with "Missed optimization opportunity in PhaseIterGVN"
Marc Chevalier
- RFR: 8320909: C2 compilation fails with "Missed optimization opportunity in PhaseIterGVN"
Tobias Hartmann
- RFR: 8322174: RISC-V: C2 VectorizedHashCode RVV Version [v3]
Yuri Gaevsky
- RFR: 8322174: RISC-V: C2 VectorizedHashCode RVV Version [v3]
Yuri Gaevsky
- RFR: 8322174: RISC-V: C2 VectorizedHashCode RVV Version [v3]
Yuri Gaevsky
- RFR: 8325467: Support methods with many arguments in C2 [v11]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v11]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v11]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v11]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v11]
Roberto Castañeda Lozano
- RFR: 8325467: Support methods with many arguments in C2 [v11]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v11]
Roberto Castañeda Lozano
- RFR: 8325467: Support methods with many arguments in C2 [v11]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v11]
Roberto Castañeda Lozano
- RFR: 8325467: Support methods with many arguments in C2 [v12]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v12]
Roberto Castañeda Lozano
- RFR: 8325467: Support methods with many arguments in C2 [v12]
Roberto Castañeda Lozano
- RFR: 8325467: Support methods with many arguments in C2 [v12]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v12]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v12]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v12]
Roberto Castañeda Lozano
- RFR: 8325467: Support methods with many arguments in C2 [v13]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v13]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v14]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v14]
Roberto Castañeda Lozano
- RFR: 8325467: Support methods with many arguments in C2 [v14]
Quan Anh Mai
- RFR: 8325467: Support methods with many arguments in C2 [v14]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v14]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v15]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v15]
Emanuel Peter
- RFR: 8325467: Support methods with many arguments in C2 [v15]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v15]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v15]
Emanuel Peter
- RFR: 8325467: Support methods with many arguments in C2 [v15]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v16]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v16]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v16]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v16]
Roberto Castañeda Lozano
- RFR: 8325467: Support methods with many arguments in C2 [v16]
Emanuel Peter
- RFR: 8325467: Support methods with many arguments in C2 [v16]
Martin Doerr
- RFR: 8325467: Support methods with many arguments in C2 [v16]
Sergey Nazarkin
- RFR: 8325467: Support methods with many arguments in C2 [v16]
Fei Yang
- RFR: 8325467: Support methods with many arguments in C2 [v16]
Amit Kumar
- RFR: 8325467: Support methods with many arguments in C2 [v16]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v16]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v16]
Boris Ulasevich
- RFR: 8325467: Support methods with many arguments in C2 [v16]
Emanuel Peter
- RFR: 8325467: Support methods with many arguments in C2 [v16]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v17]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v17]
Roberto Castañeda Lozano
- RFR: 8325467: Support methods with many arguments in C2 [v17]
Emanuel Peter
- RFR: 8325467: Support methods with many arguments in C2 [v17]
Emanuel Peter
- RFR: 8325467: Support methods with many arguments in C2 [v17]
Emanuel Peter
- RFR: 8325467: Support methods with many arguments in C2 [v17]
Emanuel Peter
- RFR: 8325467: Support methods with many arguments in C2 [v17]
Emanuel Peter
- RFR: 8325467: Support methods with many arguments in C2 [v17]
Emanuel Peter
- RFR: 8325467: Support methods with many arguments in C2 [v17]
Emanuel Peter
- RFR: 8325467: Support methods with many arguments in C2 [v17]
Emanuel Peter
- RFR: 8325467: Support methods with many arguments in C2 [v17]
Emanuel Peter
- RFR: 8325467: Support methods with many arguments in C2 [v17]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v17]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v17]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v17]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v17]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v17]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v17]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v18]
Daniel Lundén
- RFR: 8325467: Support methods with many arguments in C2 [v19]
Daniel Lundén
- RFR: 8327963: [Umbrella] Incorrect result of C2 compiled code since JDK-8237581
Roland Westrelin
- RFR: 8327963: [Umbrella] Incorrect result of C2 compiled code since JDK-8237581
Quan Anh Mai
- RFR: 8327963: [Umbrella] Incorrect result of C2 compiled code since JDK-8237581
Roland Westrelin
- RFR: 8327963: [Umbrella] Incorrect result of C2 compiled code since JDK-8237581
Quan Anh Mai
- RFR: 8327963: [Umbrella] Incorrect result of C2 compiled code since JDK-8237581
Emanuel Peter
- RFR: 8327963: [Umbrella] Incorrect result of C2 compiled code since JDK-8237581 [v2]
Roland Westrelin
- RFR: 8327963: [Umbrella] Incorrect result of C2 compiled code since JDK-8237581 [v2]
Andrey Turbanov
- RFR: 8327963: [Umbrella] Incorrect result of C2 compiled code since JDK-8237581 [v2]
Emanuel Peter
- RFR: 8327963: [Umbrella] Incorrect result of C2 compiled code since JDK-8237581 [v2]
Emanuel Peter
- RFR: 8327963: [Umbrella] Incorrect result of C2 compiled code since JDK-8237581 [v2]
Emanuel Peter
- RFR: 8327963: [Umbrella] Incorrect result of C2 compiled code since JDK-8237581 [v3]
Roland Westrelin
- RFR: 8327963: [Umbrella] Incorrect result of C2 compiled code since JDK-8237581 [v4]
Roland Westrelin
- RFR: 8327963: [Umbrella] Incorrect result of C2 compiled code since JDK-8237581 [v5]
Roland Westrelin
- RFR: 8327963: [Umbrella] Incorrect result of C2 compiled code since JDK-8237581 [v5]
Roberto Castañeda Lozano
- RFR: 8327963: [Umbrella] Incorrect result of C2 compiled code since JDK-8237581 [v5]
Galder Zamarreño
- RFR: 8327963: [Umbrella] Incorrect result of C2 compiled code since JDK-8237581 [v5]
Roberto Castañeda Lozano
- RFR: 8329030: Fix bugs in APX NDD code generation for OpenJDK PR
Srinivas Vamsi Parasa
- RFR: 8329887: RISC-V: C2: Support Zvbb Vector And-Not instruction [v3]
Anjian-Wen
- RFR: 8329887: RISC-V: C2: Support Zvbb Vector And-Not instruction [v4]
Anjian-Wen
- RFR: 8329887: RISC-V: C2: Support Zvbb Vector And-Not instruction [v5]
Anjian-Wen
- RFR: 8329887: RISC-V: C2: Support Zvbb Vector And-Not instruction [v6]
Anjian-Wen
- RFR: 8329887: RISC-V: C2: Support Zvbb Vector And-Not instruction [v6]
Fei Yang
- RFR: 8329887: RISC-V: C2: Support Zvbb Vector And-Not instruction [v6]
Anjian-Wen
- RFR: 8329887: RISC-V: C2: Support Zvbb Vector And-Not instruction [v7]
Anjian-Wen
- RFR: 8329887: RISC-V: C2: Support Zvbb Vector And-Not instruction [v8]
Anjian-Wen
- RFR: 8329887: RISC-V: C2: Support Zvbb Vector And-Not instruction [v8]
Anjian-Wen
- RFR: 8329887: RISC-V: C2: Support Zvbb Vector And-Not instruction [v8]
Fei Yang
- RFR: 8329887: RISC-V: C2: Support Zvbb Vector And-Not instruction [v9]
Anjian-Wen
- RFR: 8329887: RISC-V: C2: Support Zvbb Vector And-Not instruction [v9]
Fei Yang
- RFR: 8329887: RISC-V: C2: Support Zvbb Vector And-Not instruction [v9]
Feilong Jiang
- RFR: 8329887: RISC-V: C2: Support Zvbb Vector And-Not instruction [v9]
Anjian-Wen
- RFR: 8329887: RISC-V: C2: Support Zvbb Vector And-Not instruction [v9]
duke
- RFR: 8332368: ubsan aarch64: immediate_aarch64.cpp:298:31: runtime error: shift exponent 32 is too large for 32-bit type 'int'
Boris Ulasevich
- RFR: 8332368: ubsan aarch64: immediate_aarch64.cpp:298:31: runtime error: shift exponent 32 is too large for 32-bit type 'int'
Andrew Dinn
- RFR: 8332368: ubsan aarch64: immediate_aarch64.cpp:298:31: runtime error: shift exponent 32 is too large for 32-bit type 'int'
Boris Ulasevich
- RFR: 8334046: Set different values for CompLevel_any and CompLevel_all [v2]
Christian Hagedorn
- RFR: 8334046: Set different values for CompLevel_any and CompLevel_all [v2]
Aleksey Shipilev
- RFR: 8334046: Set different values for CompLevel_any and CompLevel_all [v2]
Vladimir Kozlov
- RFR: 8334046: Set different values for CompLevel_any and CompLevel_all [v2]
duke
- RFR: 8334046: Set different values for CompLevel_any and CompLevel_all [v2]
Aleksey Shipilev
- RFR: 8334046: Set different values for CompLevel_any and CompLevel_all [v2]
Tobias Hartmann
- RFR: 8334046: Set different values for CompLevel_any and CompLevel_all [v2]
Yudi Zheng
- RFR: 8334046: Set different values for CompLevel_any and CompLevel_all [v2]
Cesar Soares Lucas
- RFR: 8338194: ubsan: mulnode.cpp:862:59: runtime error: shift exponent 64 is too large for 64-bit type 'long unsigned int'
Marc Chevalier
- RFR: 8338194: ubsan: mulnode.cpp:862:59: runtime error: shift exponent 64 is too large for 64-bit type 'long unsigned int'
Dean Long
- RFR: 8338194: ubsan: mulnode.cpp:862:59: runtime error: shift exponent 64 is too large for 64-bit type 'long unsigned int'
Damon Fenacci
- RFR: 8338194: ubsan: mulnode.cpp:862:59: runtime error: shift exponent 64 is too large for 64-bit type 'long unsigned int'
Marc Chevalier
- RFR: 8338194: ubsan: mulnode.cpp:862:59: runtime error: shift exponent 64 is too large for 64-bit type 'long unsigned int'
duke
- RFR: 8341293: Split field loads through Nested Phis [v7]
Dhamoder Nalla
- RFR: 8341293: Split field loads through Nested Phis [v7]
Dhamoder Nalla
- RFR: 8341293: Split field loads through Nested Phis [v8]
Dhamoder Nalla
- RFR: 8341293: Split field loads through Nested Phis [v9]
Dhamoder Nalla
- RFR: 8341293: Split field loads through Nested Phis [v9]
Emanuel Peter
- RFR: 8341293: Split field loads through Nested Phis [v9]
Dhamoder Nalla
- RFR: 8341697: C2: Register allocation inefficiency in tight loop [v7]
Daniel Lundén
- RFR: 8341976: C2: use_mem_state != load->find_exact_control(load->in(0)) assert failure [v2]
Roland Westrelin
- RFR: 8341976: C2: use_mem_state != load->find_exact_control(load->in(0)) assert failure [v2]
Christian Hagedorn
- RFR: 8341976: C2: use_mem_state != load->find_exact_control(load->in(0)) assert failure [v3]
Roland Westrelin
- RFR: 8341976: C2: use_mem_state != load->find_exact_control(load->in(0)) assert failure [v3]
Roland Westrelin
- RFR: 8341976: C2: use_mem_state != load->find_exact_control(load->in(0)) assert failure [v7]
Roland Westrelin
- RFR: 8341976: C2: use_mem_state != load->find_exact_control(load->in(0)) assert failure [v7]
Christian Hagedorn
- RFR: 8341976: C2: use_mem_state != load->find_exact_control(load->in(0)) assert failure [v7]
Damon Fenacci
- RFR: 8341976: C2: use_mem_state != load->find_exact_control(load->in(0)) assert failure [v7]
Emanuel Peter
- RFR: 8341976: C2: use_mem_state != load->find_exact_control(load->in(0)) assert failure [v7]
Roland Westrelin
- RFR: 8341976: C2: use_mem_state != load->find_exact_control(load->in(0)) assert failure [v8]
Roland Westrelin
- RFR: 8341976: C2: use_mem_state != load->find_exact_control(load->in(0)) assert failure [v9]
Roland Westrelin
- RFR: 8341976: C2: use_mem_state != load->find_exact_control(load->in(0)) assert failure [v9]
Damon Fenacci
- RFR: 8341976: C2: use_mem_state != load->find_exact_control(load->in(0)) assert failure [v9]
Christian Hagedorn
- RFR: 8342095: Add autovectorizer support for subword vector casts [v10]
Jasmine Karthikeyan
- RFR: 8342095: Add autovectorizer support for subword vector casts [v10]
Emanuel Peter
- RFR: 8342095: Add autovectorizer support for subword vector casts [v3]
Jasmine Karthikeyan
- RFR: 8342095: Add autovectorizer support for subword vector casts [v6]
Jasmine Karthikeyan
- RFR: 8342095: Add autovectorizer support for subword vector casts [v7]
Jasmine Karthikeyan
- RFR: 8342095: Add autovectorizer support for subword vector casts [v8]
Jasmine Karthikeyan
- RFR: 8342095: Add autovectorizer support for subword vector casts [v9]
Jasmine Karthikeyan
- RFR: 8342676: Unsigned Vector Min / Max transforms [v2]
Jatin Bhateja
- RFR: 8342676: Unsigned Vector Min / Max transforms [v2]
Jatin Bhateja
- RFR: 8342676: Unsigned Vector Min / Max transforms [v4]
Jatin Bhateja
- RFR: 8342676: Unsigned Vector Min / Max transforms [v4]
Jatin Bhateja
- RFR: 8342676: Unsigned Vector Min / Max transforms [v5]
Jatin Bhateja
- RFR: 8342676: Unsigned Vector Min / Max transforms [v6]
Jatin Bhateja
- RFR: 8342676: Unsigned Vector Min / Max transforms [v6]
Emanuel Peter
- RFR: 8342676: Unsigned Vector Min / Max transforms [v6]
Jatin Bhateja
- RFR: 8342676: Unsigned Vector Min / Max transforms [v6]
Emanuel Peter
- RFR: 8342676: Unsigned Vector Min / Max transforms [v6]
Sandhya Viswanathan
- RFR: 8342676: Unsigned Vector Min / Max transforms [v7]
Jatin Bhateja
- RFR: 8342676: Unsigned Vector Min / Max transforms [v7]
Sandhya Viswanathan
- RFR: 8342692: C2: long counted loop/long range checks: don't create loop-nest for short running loops [v15]
Emanuel Peter
- RFR: 8342692: C2: long counted loop/long range checks: don't create loop-nest for short running loops [v9]
Emanuel Peter
- RFR: 8342692: C2: long counted loop/long range checks: don't create loop-nest for short running loops [v9]
Emanuel Peter
- RFR: 8343789: Move mutable nmethod data out of CodeCache [v14]
Doug Simon
- RFR: 8343789: Move mutable nmethod data out of CodeCache [v14]
Dean Long
- RFR: 8344116: C2: remove slice parameter from LoadNode::make [v6]
Zihao Lin
- RFR: 8344116: C2: remove slice parameter from LoadNode::make [v6]
Zihao Lin
- RFR: 8344116: C2: remove slice parameter from LoadNode::make [v6]
Tobias Hartmann
- RFR: 8344116: C2: remove slice parameter from LoadNode::make [v6]
Roland Westrelin
- RFR: 8344251: C2: remove blackholes with dead control input
Marc Chevalier
- RFR: 8344251: C2: remove blackholes with dead control input
Aleksey Shipilev
- RFR: 8344251: C2: remove blackholes with dead control input
Vladimir Kozlov
- RFR: 8344251: C2: remove blackholes with dead control input
Vladimir Kozlov
- RFR: 8344251: C2: remove blackholes with dead control input
Marc Chevalier
- RFR: 8344251: C2: remove blackholes with dead control input
Aleksey Shipilev
- RFR: 8344251: C2: remove blackholes with dead control input
Marc Chevalier
- RFR: 8344251: C2: remove blackholes with dead control input
Vladimir Ivanov
- RFR: 8344251: C2: remove blackholes with dead control input [v2]
Marc Chevalier
- RFR: 8344251: C2: remove blackholes with dead control input [v2]
Marc Chevalier
- RFR: 8344251: C2: remove blackholes with dead control input [v2]
Aleksey Shipilev
- RFR: 8344251: C2: remove blackholes with dead control input [v2]
Tobias Hartmann
- RFR: 8344251: C2: remove blackholes with dead control input [v2]
Marc Chevalier
- RFR: 8344251: C2: remove blackholes with dead control input [v2]
duke
- RFR: 8344251: C2: remove blackholes with dead control input [v2]
Hendrik Schick
- RFR: 8344251: C2: remove blackholes with dead control input [v3]
Marc Chevalier
- RFR: 8344251: C2: remove blackholes with dead control input [v3]
Aleksey Shipilev
- RFR: 8344251: C2: remove blackholes with dead control input [v3]
Tobias Hartmann
- RFR: 8344251: C2: remove blackholes with dead control input [v3]
duke
- RFR: 8344942: Template-Based Testing Framework [v7]
Emanuel Peter
- RFR: 8345485: C2 MergeLoads: merge adjacent array/native memory loads into larger load [v10]
kuaiwei
- RFR: 8345485: C2 MergeLoads: merge adjacent array/native memory loads into larger load [v11]
kuaiwei
- RFR: 8345485: C2 MergeLoads: merge adjacent array/native memory loads into larger load [v12]
kuaiwei
- RFR: 8345485: C2 MergeLoads: merge adjacent array/native memory loads into larger load [v12]
Emanuel Peter
- RFR: 8345485: C2 MergeLoads: merge adjacent array/native memory loads into larger load [v12]
Emanuel Peter
- RFR: 8345485: C2 MergeLoads: merge adjacent array/native memory loads into larger load [v12]
Emanuel Peter
- RFR: 8345485: C2 MergeLoads: merge adjacent array/native memory loads into larger load [v12]
kuaiwei
- RFR: 8345485: C2 MergeLoads: merge adjacent array/native memory loads into larger load [v12]
kuaiwei
- RFR: 8345485: C2 MergeLoads: merge adjacent array/native memory loads into larger load [v12]
Emanuel Peter
- RFR: 8345485: C2 MergeLoads: merge adjacent array/native memory loads into larger load [v12]
kuaiwei
- RFR: 8345485: C2 MergeLoads: merge adjacent array/native memory loads into larger load [v12]
kuaiwei
- RFR: 8345485: C2 MergeLoads: merge adjacent array/native memory loads into larger load [v12]
kuaiwei
- RFR: 8345485: C2 MergeLoads: merge adjacent array/native memory loads into larger load [v12]
kuaiwei
- RFR: 8345485: C2 MergeLoads: merge adjacent array/native memory loads into larger load [v12]
kuaiwei
- RFR: 8345485: C2 MergeLoads: merge adjacent array/native memory loads into larger load [v12]
kuaiwei
- RFR: 8345485: C2 MergeLoads: merge adjacent array/native memory loads into larger load [v12]
kuaiwei
- RFR: 8345485: C2 MergeLoads: merge adjacent array/native memory loads into larger load [v13]
kuaiwei
- RFR: 8345485: C2 MergeLoads: merge adjacent array/native memory loads into larger load [v14]
kuaiwei
- RFR: 8345485: C2 MergeLoads: merge adjacent array/native memory loads into larger load [v15]
kuaiwei
- RFR: 8345485: C2 MergeLoads: merge adjacent array/native memory loads into larger load [v4]
kuaiwei
- RFR: 8345485: C2 MergeLoads: merge adjacent array/native memory loads into larger load [v4]
Shaojin Wen
- RFR: 8345485: C2 MergeLoads: merge adjacent array/native memory loads into larger load [v4]
kuaiwei
- RFR: 8345485: C2 MergeLoads: merge adjacent array/native memory loads into larger load [v4]
kuaiwei
- RFR: 8345485: C2 MergeLoads: merge adjacent array/native memory loads into larger load [v9]
kuaiwei
- RFR: 8346236: Auto vectorization support for various Float16 operations [v10]
Jatin Bhateja
- RFR: 8346236: Auto vectorization support for various Float16 operations [v11]
Jatin Bhateja
- RFR: 8346236: Auto vectorization support for various Float16 operations [v11]
Sandhya Viswanathan
- RFR: 8346236: Auto vectorization support for various Float16 operations [v12]
Jatin Bhateja
- RFR: 8346236: Auto vectorization support for various Float16 operations [v12]
Emanuel Peter
- RFR: 8346236: Auto vectorization support for various Float16 operations [v2]
Jatin Bhateja
- RFR: 8346236: Auto vectorization support for various Float16 operations [v8]
Jatin Bhateja
- RFR: 8346236: Auto vectorization support for various Float16 operations [v8]
Emanuel Peter
- RFR: 8346236: Auto vectorization support for various Float16 operations [v8]
Jatin Bhateja
- RFR: 8346552: C2: Add IR tests to check that Parse Predicate cloning in Loop Unswitching works as expected
Manuel Hässig
- RFR: 8346552: C2: Add IR tests to check that Parse Predicate cloning in Loop Unswitching works as expected
Manuel Hässig
- RFR: 8346552: C2: Add IR tests to check that Parse Predicate cloning in Loop Unswitching works as expected [v2]
Manuel Hässig
- RFR: 8346552: C2: Add IR tests to check that Parse Predicate cloning in Loop Unswitching works as expected [v2]
Christian Hagedorn
- RFR: 8346552: C2: Add IR tests to check that Parse Predicate cloning in Loop Unswitching works as expected [v2]
Manuel Hässig
- RFR: 8346552: C2: Add IR tests to check that Parse Predicate cloning in Loop Unswitching works as expected [v2]
Manuel Hässig
- RFR: 8346552: C2: Add IR tests to check that Parse Predicate cloning in Loop Unswitching works as expected [v3]
Manuel Hässig
- RFR: 8346552: C2: Add IR tests to check that Predicate cloning in Loop Unswitching works as expected [v2]
Christian Hagedorn
- RFR: 8346552: C2: Add IR tests to check that Predicate cloning in Loop Unswitching works as expected [v3]
Manuel Hässig
- RFR: 8346552: C2: Add IR tests to check that Predicate cloning in Loop Unswitching works as expected [v4]
Manuel Hässig
- RFR: 8346552: C2: Add IR tests to check that Predicate cloning in Loop Unswitching works as expected [v4]
Christian Hagedorn
- RFR: 8346552: C2: Add IR tests to check that Predicate cloning in Loop Unswitching works as expected [v4]
Manuel Hässig
- RFR: 8346552: C2: Add IR tests to check that Predicate cloning in Loop Unswitching works as expected [v5]
Manuel Hässig
- RFR: 8346552: C2: Add IR tests to check that Predicate cloning in Loop Unswitching works as expected [v6]
Manuel Hässig
- RFR: 8346552: C2: Add IR tests to check that Predicate cloning in Loop Unswitching works as expected [v6]
Manuel Hässig
- RFR: 8346552: C2: Add IR tests to check that Predicate cloning in Loop Unswitching works as expected [v7]
Manuel Hässig
- RFR: 8346552: C2: Add IR tests to check that Predicate cloning in Loop Unswitching works as expected [v7]
Christian Hagedorn
- RFR: 8346552: C2: Add IR tests to check that Predicate cloning in Loop Unswitching works as expected [v7]
Emanuel Peter
- RFR: 8346552: C2: Add IR tests to check that Predicate cloning in Loop Unswitching works as expected [v7]
Manuel Hässig
- RFR: 8346552: C2: Add IR tests to check that Predicate cloning in Loop Unswitching works as expected [v7]
duke
- RFR: 8346552: C2: Add IR tests to check that Predicate cloning in Loop Unswitching works as expected [v7]
Christian Hagedorn
- RFR: 8346836: C2: Introduce a way to verify the correctness of ConstraintCastNodes at runtime [v5]
Quan Anh Mai
- RFR: 8346836: C2: Introduce a way to verify the correctness of ConstraintCastNodes at runtime [v5]
Quan Anh Mai
- RFR: 8346836: C2: Introduce a way to verify the correctness of ConstraintCastNodes at runtime [v5]
Quan Anh Mai
- RFR: 8346836: C2: Introduce a way to verify the correctness of ConstraintCastNodes at runtime [v5]
Quan Anh Mai
- RFR: 8346836: C2: Introduce a way to verify the correctness of ConstraintCastNodes at runtime [v6]
Quan Anh Mai
- RFR: 8346836: C2: Introduce a way to verify the correctness of ConstraintCastNodes at runtime [v7]
Quan Anh Mai
- RFR: 8346836: C2: Introduce a way to verify the correctness of ConstraintCastNodes at runtime [v7]
Vladimir Ivanov
- RFR: 8346836: C2: Introduce a way to verify the correctness of ConstraintCastNodes at runtime [v7]
Vladimir Ivanov
- RFR: 8346836: C2: Introduce a way to verify the correctness of ConstraintCastNodes at runtime [v7]
Quan Anh Mai
- RFR: 8346836: C2: Introduce a way to verify the correctness of ConstraintCastNodes at runtime [v7]
Quan Anh Mai
- RFR: 8346836: C2: Introduce a way to verify the correctness of ConstraintCastNodes at runtime [v7]
Vladimir Ivanov
- RFR: 8346836: C2: Introduce a way to verify the correctness of ConstraintCastNodes at runtime [v7]
Vladimir Ivanov
- RFR: 8346836: C2: Introduce a way to verify the correctness of ConstraintCastNodes at runtime [v8]
Quan Anh Mai
- RFR: 8346836: C2: Introduce a way to verify the correctness of ConstraintCastNodes at runtime [v8]
Vladimir Ivanov
- RFR: 8346836: C2: Verify CastII/CastLL bounds at runtime [v10]
Quan Anh Mai
- RFR: 8346836: C2: Verify CastII/CastLL bounds at runtime [v10]
Vladimir Ivanov
- RFR: 8346836: C2: Verify CastII/CastLL bounds at runtime [v10]
Emanuel Peter
- RFR: 8346836: C2: Verify CastII/CastLL bounds at runtime [v10]
Quan Anh Mai
- RFR: 8346836: C2: Verify CastII/CastLL bounds at runtime [v10]
Quan Anh Mai
- RFR: 8346836: C2: Verify CastII/CastLL bounds at runtime [v10]
Vladimir Ivanov
- RFR: 8346836: C2: Verify CastII/CastLL bounds at runtime [v10]
Vladimir Ivanov
- RFR: 8346836: C2: Verify CastII/CastLL bounds at runtime [v10]
Vladimir Ivanov
- RFR: 8346836: C2: Verify CastII/CastLL bounds at runtime [v10]
Quan Anh Mai
- RFR: 8346836: C2: Verify CastII/CastLL bounds at runtime [v10]
Quan Anh Mai
- RFR: 8346836: C2: Verify CastII/CastLL bounds at runtime [v11]
Quan Anh Mai
- RFR: 8346836: C2: Verify CastII/CastLL bounds at runtime [v11]
Vladimir Ivanov
- RFR: 8346836: C2: Verify CastII/CastLL bounds at runtime [v11]
Vladimir Ivanov
- RFR: 8346836: C2: Verify CastII/CastLL bounds at runtime [v7]
Quan Anh Mai
- RFR: 8346836: C2: Verify CastII/CastLL bounds at runtime [v7]
Vladimir Ivanov
- RFR: 8346836: C2: Verify CastII/CastLL bounds at runtime [v7]
Vladimir Ivanov
- RFR: 8346836: C2: Verify CastII/CastLL bounds at runtime [v7]
Vladimir Ivanov
- RFR: 8346836: C2: Verify CastII/CastLL bounds at runtime [v8]
Quan Anh Mai
- RFR: 8346836: C2: Verify CastII/CastLL bounds at runtime [v9]
Quan Anh Mai
- RFR: 8346836: C2: Verify CastII/CastLL bounds at runtime [v9]
Vladimir Ivanov
- RFR: 8346836: C2: Verify CastII/CastLL bounds at runtime [v9]
Quan Anh Mai
- RFR: 8346964: C2: Improve integer multiplication with constant in MulINode::Ideal() [v3]
Emanuel Peter
- RFR: 8346989: C2: deoptimization and re-compilation cycle with Math.*Exact in case of frequent overflow [v4]
Marc Chevalier
- RFR: 8346989: C2: deoptimization and re-compilation cycle with Math.*Exact in case of frequent overflow [v5]
Marc Chevalier
- RFR: 8346989: C2: deoptimization and re-compilation cycle with Math.*Exact in case of frequent overflow [v5]
Vladimir Ivanov
- RFR: 8346989: C2: deoptimization and re-compilation cycle with Math.*Exact in case of frequent overflow [v5]
Marc Chevalier
- RFR: 8346989: C2: deoptimization and re-compilation cycle with Math.*Exact in case of frequent overflow [v6]
Marc Chevalier
- RFR: 8346989: C2: deoptimization and re-compilation cycle with Math.*Exact in case of frequent overflow [v6]
Vladimir Ivanov
- RFR: 8346989: C2: deoptimization and re-compilation cycle with Math.*Exact in case of frequent overflow [v6]
Tobias Hartmann
- RFR: 8346989: C2: deoptimization and re-compilation cycle with Math.*Exact in case of frequent overflow [v6]
Marc Chevalier
- RFR: 8346989: C2: deoptimization and re-compilation cycle with Math.*Exact in case of frequent overflow [v7]
Marc Chevalier
- RFR: 8346989: C2: deoptimization and re-compilation cycle with Math.*Exact in case of frequent overflow [v7]
Tobias Hartmann
- RFR: 8346989: C2: deoptimization and re-execution cycle with Math.*Exact in case of frequent overflow [v7]
Marc Chevalier
- RFR: 8346989: C2: deoptimization and re-execution cycle with Math.*Exact in case of frequent overflow [v7]
duke
- RFR: 8347449: C2: UseLoopPredicate off should also turn UseProfiledLoopPredicate off [v6]
Emanuel Peter
- RFR: 8347449: C2: UseLoopPredicate off should also turn UseProfiledLoopPredicate off [v6]
Christian Hagedorn
- RFR: 8347449: C2: UseLoopPredicate off should also turn UseProfiledLoopPredicate off [v6]
Manuel Hässig
- RFR: 8347449: C2: UseLoopPredicate off should also turn UseProfiledLoopPredicate off [v6]
duke
- RFR: 8347499: C2: Make `PhaseIdealLoop` eliminate more redundant safepoints in loops [v2]
Emanuel Peter
- RFR: 8347499: C2: Make `PhaseIdealLoop` eliminate more redundant safepoints in loops [v2]
Emanuel Peter
- RFR: 8347499: C2: Make `PhaseIdealLoop` eliminate more redundant safepoints in loops [v2]
Qizheng Xing
- RFR: 8347555: [REDO] C2: implement optimization for series of Add of unique value [v10]
Kangcheng Xu
- RFR: 8347555: [REDO] C2: implement optimization for series of Add of unique value [v11]
Kangcheng Xu
- RFR: 8347555: [REDO] C2: implement optimization for series of Add of unique value [v12]
Kangcheng Xu
- RFR: 8347555: [REDO] C2: implement optimization for series of Add of unique value [v13]
Kangcheng Xu
- RFR: 8347555: [REDO] C2: implement optimization for series of Add of unique value [v14]
Kangcheng Xu
- RFR: 8347555: [REDO] C2: implement optimization for series of Add of unique value [v14]
Dean Long
- RFR: 8347555: [REDO] C2: implement optimization for series of Add of unique value [v14]
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]
Emanuel Peter
- 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: 8347555: [REDO] C2: implement optimization for series of Add of unique value [v9]
Emanuel Peter
- RFR: 8347555: [REDO] C2: implement optimization for series of Add of unique value [v9]
Emanuel Peter
- RFR: 8347555: [REDO] C2: implement optimization for series of Add of unique value [v9]
Christian Hagedorn
- RFR: 8347555: [REDO] C2: implement optimization for series of Add of unique value [v9]
Kangcheng Xu
- RFR: 8347555: [REDO] C2: implement optimization for series of Add of unique value [v9]
Kangcheng Xu
- RFR: 8347555: [REDO] C2: implement optimization for series of Add of unique value [v9]
Kangcheng Xu
- RFR: 8347555: [REDO] C2: implement optimization for series of Add of unique value [v9]
Kangcheng Xu
- RFR: 8347645: C2: XOR bounded value handling blocks constant folding [v46]
Quan Anh Mai
- RFR: 8347645: C2: XOR bounded value handling blocks constant folding [v46]
Johannes Graham
- RFR: 8347645: C2: XOR bounded value handling blocks constant folding [v46]
Emanuel Peter
- RFR: 8347645: C2: XOR bounded value handling blocks constant folding [v46]
Johannes Graham
- RFR: 8347645: C2: XOR bounded value handling blocks constant folding [v47]
Johannes Graham
- RFR: 8347645: C2: XOR bounded value handling blocks constant folding [v48]
Johannes Graham
- RFR: 8347645: C2: XOR bounded value handling blocks constant folding [v48]
Vladimir Ivanov
- RFR: 8347645: C2: XOR bounded value handling blocks constant folding [v49]
Johannes Graham
- RFR: 8347645: C2: XOR bounded value handling blocks constant folding [v49]
Vladimir Ivanov
- RFR: 8347645: C2: XOR bounded value handling blocks constant folding [v49]
Emanuel Peter
- RFR: 8347645: C2: XOR bounded value handling blocks constant folding [v49]
duke
- RFR: 8347645: C2: XOR bounded value handling blocks constant folding [v49]
Johannes Graham
- RFR: 8348556: Inlining fails earlier for MemorySegment::reinterpret [v6]
Per Minborg
- RFR: 8348556: Inlining fails earlier for MemorySegment::reinterpret [v6]
Per Minborg
- RFR: 8348556: Inlining fails earlier for MemorySegment::reinterpret [v6]
Per Minborg
- RFR: 8348556: Inlining fails earlier for MemorySegment::reinterpret [v6]
Maurizio Cimadamore
- RFR: 8348556: Inlining fails earlier for MemorySegment::reinterpret [v6]
Maurizio Cimadamore
- RFR: 8348556: Inlining fails earlier for MemorySegment::reinterpret [v7]
Per Minborg
- RFR: 8348556: Inlining fails earlier for MemorySegment::reinterpret [v7]
Maurizio Cimadamore
- RFR: 8348556: Inlining fails earlier for MemorySegment::reinterpret [v7]
Per Minborg
- RFR: 8348638: Performance regression in Math.tanh [v2]
Jatin Bhateja
- RFR: 8348638: Performance regression in Math.tanh [v2]
Mohamed Issa
- RFR: 8348638: Performance regression in Math.tanh [v2]
Jatin Bhateja
- RFR: 8348638: Performance regression in Math.tanh [v2]
Jatin Bhateja
- RFR: 8348638: Performance regression in Math.tanh [v2]
Mohamed Issa
- RFR: 8348638: Performance regression in Math.tanh [v2]
Jatin Bhateja
- RFR: 8348638: Performance regression in Math.tanh [v2]
Jatin Bhateja
- RFR: 8348638: Performance regression in Math.tanh [v2]
Mohamed Issa
- RFR: 8348638: Performance regression in Math.tanh [v3]
Mohamed Issa
- RFR: 8348638: Performance regression in Math.tanh [v4]
Mohamed Issa
- RFR: 8348638: Performance regression in Math.tanh [v5]
Mohamed Issa
- RFR: 8348638: Performance regression in Math.tanh [v5]
Jatin Bhateja
- RFR: 8348638: Performance regression in Math.tanh [v5]
Jatin Bhateja
- RFR: 8348638: Performance regression in Math.tanh [v5]
Jatin Bhateja
- RFR: 8348638: Performance regression in Math.tanh [v5]
Sandhya Viswanathan
- RFR: 8348638: Performance regression in Math.tanh [v5]
Sandhya Viswanathan
- RFR: 8348638: Performance regression in Math.tanh [v5]
Mohamed Issa
- RFR: 8348638: Performance regression in Math.tanh [v6]
Mohamed Issa
- RFR: 8348638: Performance regression in Math.tanh [v6]
Jatin Bhateja
- RFR: 8348638: Performance regression in Math.tanh [v6]
Mohamed Issa
- RFR: 8348638: Performance regression in Math.tanh [v7]
Mohamed Issa
- RFR: 8348638: Performance regression in Math.tanh [v7]
Jatin Bhateja
- RFR: 8348638: Performance regression in Math.tanh [v7]
Mohamed Issa
- RFR: 8348638: Performance regression in Math.tanh [v7]
Jatin Bhateja
- RFR: 8348638: Performance regression in Math.tanh [v7]
Mohamed Issa
- RFR: 8348638: Performance regression in Math.tanh [v8]
Mohamed Issa
- RFR: 8348638: Performance regression in Math.tanh [v8]
Jatin Bhateja
- RFR: 8348638: Performance regression in Math.tanh [v9]
Mohamed Issa
- RFR: 8348638: Performance regression in Math.tanh [v9]
Jatin Bhateja
- RFR: 8348638: Performance regression in Math.tanh [v9]
Mohamed Issa
- RFR: 8348638: Performance regression in Math.tanh [v9]
Emanuel Peter
- RFR: 8348645: IGV: visualize live ranges [v4]
Roberto Castañeda Lozano
- RFR: 8348645: IGV: visualize live ranges [v5]
Tobias Hartmann
- RFR: 8348645: IGV: visualize live ranges [v5]
Roberto Castañeda Lozano
- RFR: 8348645: IGV: visualize live ranges [v5]
Roberto Castañeda Lozano
- RFR: 8348853: Fold layout helper check for objects implementing non-array interfaces [v2]
Marc Chevalier
- RFR: 8348853: Fold layout helper check for objects implementing non-array interfaces [v2]
Roland Westrelin
- RFR: 8348853: Fold layout helper check for objects implementing non-array interfaces [v2]
Tobias Hartmann
- RFR: 8348853: Fold layout helper check for objects implementing non-array interfaces [v2]
Roland Westrelin
- RFR: 8348853: Fold layout helper check for objects implementing non-array interfaces [v3]
Marc Chevalier
- RFR: 8348853: Fold layout helper check for objects implementing non-array interfaces [v3]
Marc Chevalier
- RFR: 8348853: Fold layout helper check for objects implementing non-array interfaces [v3]
duke
- RFR: 8348887: Create IR framework test for JDK-8347997
Galder Zamarreño
- RFR: 8348887: Create IR framework test for JDK-8347997
Marc Chevalier
- RFR: 8348887: Create IR framework test for JDK-8347997
Emanuel Peter
- RFR: 8348887: Create IR framework test for JDK-8347997
Tobias Hartmann
- RFR: 8348887: Create IR framework test for JDK-8347997
Tobias Hartmann
- RFR: 8348887: Create IR framework test for JDK-8347997
Tobias Hartmann
- RFR: 8348887: Create IR framework test for JDK-8347997
Marc Chevalier
- RFR: 8348887: Create IR framework test for JDK-8347997 [v2]
Marc Chevalier
- RFR: 8348887: Create IR framework test for JDK-8347997 [v2]
Tobias Hartmann
- RFR: 8348887: Create IR framework test for JDK-8347997 [v2]
Marc Chevalier
- RFR: 8348887: Create IR framework test for JDK-8347997 [v2]
Christian Hagedorn
- RFR: 8348887: Create IR framework test for JDK-8347997 [v2]
Marc Chevalier
- RFR: 8348887: Create IR framework test for JDK-8347997 [v2]
duke
- RFR: 8348887: Create IR framework test for JDK-8347997 [v2]
Tobias Hartmann
- RFR: 8349138: Optimize Math.copySign API for Intel e-core targets [v3]
Emanuel Peter
- RFR: 8349139: C2: Div looses dependency on condition that guarantees divisor not null in counted loop [v2]
Roland Westrelin
- RFR: 8349139: C2: Div looses dependency on condition that guarantees divisor not null in counted loop [v4]
Roland Westrelin
- RFR: 8349139: C2: Div looses dependency on condition that guarantees divisor not null in counted loop [v4]
Emanuel Peter
- RFR: 8349139: C2: Div looses dependency on condition that guarantees divisor not null in counted loop [v4]
Emanuel Peter
- RFR: 8349139: C2: Div looses dependency on condition that guarantees divisor not null in counted loop [v4]
Roland Westrelin
- RFR: 8349139: C2: Div looses dependency on condition that guarantees divisor not null in counted loop [v4]
Roland Westrelin
- RFR: 8349139: C2: Div looses dependency on condition that guarantees divisor not null in counted loop [v5]
Roland Westrelin
- RFR: 8349139: C2: Div looses dependency on condition that guarantees divisor not null in counted loop [v5]
Quan Anh Mai
- RFR: 8349139: C2: Div looses dependency on condition that guarantees divisor not null in counted loop [v5]
Emanuel Peter
- RFR: 8349139: C2: Div looses dependency on condition that guarantees divisor not null in counted loop [v5]
Roland Westrelin
- RFR: 8349139: C2: Div looses dependency on condition that guarantees divisor not null in counted loop [v6]
Roland Westrelin
- RFR: 8349139: C2: Div looses dependency on condition that guarantees divisor not null in counted loop [v6]
Emanuel Peter
- RFR: 8349139: C2: Div looses dependency on condition that guarantees divisor not null in counted loop [v6]
Christian Hagedorn
- RFR: 8349139: C2: Div looses dependency on condition that guarantees divisor not zero in counted loop [v6]
Roland Westrelin
- RFR: 8349139: C2: Div looses dependency on condition that guarantees divisor not zero in counted loop [v7]
Roland Westrelin
- RFR: 8349139: C2: Div looses dependency on condition that guarantees divisor not zero in counted loop [v7]
Christian Hagedorn
- RFR: 8349139: C2: Div looses dependency on condition that guarantees divisor not zero in counted loop [v7]
Roland Westrelin
- RFR: 8349479: C2: when a Type node becomes dead, make CFG path that uses it unreachable [v3]
Roland Westrelin
- RFR: 8349479: C2: when a Type node becomes dead, make CFG path that uses it unreachable [v3]
Christian Hagedorn
- RFR: 8349479: C2: when a Type node becomes dead, make CFG path that uses it unreachable [v3]
Roland Westrelin
- RFR: 8349479: C2: when a Type node becomes dead, make CFG path that uses it unreachable [v7]
Emanuel Peter
- RFR: 8349479: C2: when a Type node becomes dead, make CFG path that uses it unreachable [v7]
Roland Westrelin
- RFR: 8349479: C2: when a Type node becomes dead, make CFG path that uses it unreachable [v7]
Christian Hagedorn
- RFR: 8349479: C2: when a Type node becomes dead, make CFG path that uses it unreachable [v7]
Christian Hagedorn
- RFR: 8349479: C2: when a Type node becomes dead, make CFG path that uses it unreachable [v7]
Roland Westrelin
- RFR: 8349479: C2: when a Type node becomes dead, make CFG path that uses it unreachable [v7]
Roland Westrelin
- RFR: 8349479: C2: when a Type node becomes dead, make CFG path that uses it unreachable [v7]
Christian Hagedorn
- RFR: 8349479: C2: when a Type node becomes dead, make CFG path that uses it unreachable [v7]
Christian Hagedorn
- RFR: 8349479: C2: when a Type node becomes dead, make CFG path that uses it unreachable [v7]
Roland Westrelin
- RFR: 8349479: C2: when a Type node becomes dead, make CFG path that uses it unreachable [v7]
Christian Hagedorn
- RFR: 8349479: C2: when a Type node becomes dead, make CFG path that uses it unreachable [v7]
Roland Westrelin
- RFR: 8349479: C2: when a Type node becomes dead, make CFG path that uses it unreachable [v7]
Roland Westrelin
- RFR: 8349479: C2: when a Type node becomes dead, make CFG path that uses it unreachable [v8]
Roland Westrelin
- RFR: 8349479: C2: when a Type node becomes dead, make CFG path that uses it unreachable [v9]
Roland Westrelin
- RFR: 8349479: C2: when a Type node becomes dead, make CFG path that uses it unreachable [v9]
Christian Hagedorn
- RFR: 8349479: C2: when a Type node becomes dead, make CFG path that uses it unreachable [v9]
Christian Hagedorn
- RFR: 8349563: Improve AbsNode::Value() for integer types
Jasmine Karthikeyan
- RFR: 8349563: Improve AbsNode::Value() for integer types [v2]
Jasmine Karthikeyan
- RFR: 8349563: Improve AbsNode::Value() for integer types [v2]
Jasmine Karthikeyan
- RFR: 8349563: Improve AbsNode::Value() for integer types [v2]
Emanuel Peter
- RFR: 8349563: Improve AbsNode::Value() for integer types [v2]
Quan Anh Mai
- RFR: 8349563: Improve AbsNode::Value() for integer types [v2]
Dean Long
- RFR: 8349563: Improve AbsNode::Value() for integer types [v2]
Dean Long
- RFR: 8349563: Improve AbsNode::Value() for integer types [v2]
Damon Fenacci
- RFR: 8350209: Preserve adapters in AOT cache [v10]
Vladimir Kozlov
- RFR: 8350209: Preserve adapters in AOT cache [v4]
Ioi Lam
- RFR: 8350209: Preserve adapters in AOT cache [v4]
Vladimir Kozlov
- RFR: 8350209: Preserve adapters in AOT cache [v5]
Vladimir Kozlov
- RFR: 8350209: Preserve adapters in AOT cache [v6]
Vladimir Kozlov
- RFR: 8350209: Preserve adapters in AOT cache [v6]
Vladimir Kozlov
- RFR: 8350209: Preserve adapters in AOT cache [v7]
Vladimir Kozlov
- RFR: 8350209: Preserve adapters in AOT cache [v7]
Erik Joelsson
- RFR: 8350209: Preserve adapters in AOT cache [v7]
Vladimir Kozlov
- RFR: 8350209: Preserve adapters in AOT cache [v7]
Vladimir Ivanov
- RFR: 8350209: Preserve adapters in AOT cache [v7]
Ioi Lam
- RFR: 8350209: Preserve adapters in AOT cache [v7]
Vladimir Kozlov
- RFR: 8350209: Preserve adapters in AOT cache [v7]
Ashutosh Mehra
- RFR: 8350209: Preserve adapters in AOT cache [v7]
Vladimir Kozlov
- RFR: 8350209: Preserve adapters in AOT cache [v7]
Vladimir Kozlov
- RFR: 8350209: Preserve adapters in AOT cache [v7]
Vladimir Kozlov
- RFR: 8350209: Preserve adapters in AOT cache [v7]
Vladimir Kozlov
- RFR: 8350209: Preserve adapters in AOT cache [v7]
Vladimir Kozlov
- RFR: 8350209: Preserve adapters in AOT cache [v7]
Vladimir Kozlov
- RFR: 8350209: Preserve adapters in AOT cache [v7]
Vladimir Kozlov
- RFR: 8350209: Preserve adapters in AOT cache [v8]
Vladimir Kozlov
- RFR: 8350209: Preserve adapters in AOT cache [v8]
Vladimir Kozlov
- RFR: 8350209: Preserve adapters in AOT cache [v9]
Vladimir Kozlov
- RFR: 8350209: Preserve adapters in AOT cache [v9]
Magnus Ihse Bursie
- RFR: 8350209: Preserve adapters in AOT cache [v9]
Vladimir Kozlov
- RFR: 8350209: Preserve adapters in AOT cache [v9]
Vladimir Kozlov
- RFR: 8350563: C2 compilation fails because PhaseCCP does not reach a fixpoint [v10]
Liam Miller-Cushon
- RFR: 8350563: C2 compilation fails because PhaseCCP does not reach a fixpoint [v10]
Christian Hagedorn
- RFR: 8350563: C2 compilation fails because PhaseCCP does not reach a fixpoint [v10]
Liam Miller-Cushon
- RFR: 8350563: C2 compilation fails because PhaseCCP does not reach a fixpoint [v7]
Christian Hagedorn
- RFR: 8350563: C2 compilation fails because PhaseCCP does not reach a fixpoint [v7]
Liam Miller-Cushon
- RFR: 8350563: C2 compilation fails because PhaseCCP does not reach a fixpoint [v8]
Liam Miller-Cushon
- RFR: 8350563: C2 compilation fails because PhaseCCP does not reach a fixpoint [v8]
Christian Hagedorn
- RFR: 8350563: C2 compilation fails because PhaseCCP does not reach a fixpoint [v8]
Liam Miller-Cushon
- RFR: 8350563: C2 compilation fails because PhaseCCP does not reach a fixpoint [v9]
Liam Miller-Cushon
- RFR: 8350563: C2 compilation fails because PhaseCCP does not reach a fixpoint [v9]
Christian Hagedorn
- RFR: 8350563: C2 compilation fails because PhaseCCP does not reach a fixpoint [v9]
Christian Hagedorn
- RFR: 8350621: Code cache stops scheduling GC
Alexandre Jacob
- RFR: 8350621: Code cache stops scheduling GC
Alexandre Jacob
- RFR: 8350852: Implement JMH benchmark for sparse CodeCache [v3]
Christian Hagedorn
- RFR: 8350852: Implement JMH benchmark for sparse CodeCache [v3]
Vladimir Kozlov
- RFR: 8350852: Implement JMH benchmark for sparse CodeCache [v3]
Evgeny Astigeevich
- RFR: 8350896: Integer/Long.compress gets wrong type from CompressBitsNode::Value [v2]
Jatin Bhateja
- RFR: 8350896: Integer/Long.compress gets wrong type from CompressBitsNode::Value [v2]
Jatin Bhateja
- RFR: 8350896: Integer/Long.compress gets wrong type from CompressBitsNode::Value [v2]
Jatin Bhateja
- RFR: 8350896: Integer/Long.compress gets wrong type from CompressBitsNode::Value [v2]
Emanuel Peter
- RFR: 8350896: Integer/Long.compress gets wrong type from CompressBitsNode::Value [v2]
Emanuel Peter
- RFR: 8350896: Integer/Long.compress gets wrong type from CompressBitsNode::Value [v2]
Jatin Bhateja
- RFR: 8350896: Integer/Long.compress gets wrong type from CompressBitsNode::Value [v2]
Jatin Bhateja
- RFR: 8350896: Integer/Long.compress gets wrong type from CompressBitsNode::Value [v2]
Emanuel Peter
- RFR: 8350896: Integer/Long.compress gets wrong type from CompressBitsNode::Value [v2]
Emanuel Peter
- RFR: 8350896: Integer/Long.compress gets wrong type from CompressBitsNode::Value [v3]
Jatin Bhateja
- RFR: 8350896: Integer/Long.compress gets wrong type from CompressBitsNode::Value [v4]
Jatin Bhateja
- RFR: 8350896: Integer/Long.compress gets wrong type from CompressBitsNode::Value [v4]
Emanuel Peter
- RFR: 8350896: Integer/Long.compress gets wrong type from CompressBitsNode::Value [v4]
Emanuel Peter
- RFR: 8350896: Integer/Long.compress gets wrong type from CompressBitsNode::Value [v4]
Jatin Bhateja
- RFR: 8350896: Integer/Long.compress gets wrong type from CompressBitsNode::Value [v5]
Jatin Bhateja
- RFR: 8350896: Integer/Long.compress gets wrong type from CompressBitsNode::Value [v5]
Emanuel Peter
- RFR: 8351568: Improve source code documentation for PhaseCFG::insert_anti_dependences
Daniel Lundén
- RFR: 8351568: Improve source code documentation for PhaseCFG::insert_anti_dependences
Galder Zamarreño
- RFR: 8351623: VectorAPI: Refactor subword gather load and add SVE implementation
Xiaohong Gong
- RFR: 8351623: VectorAPI: Refactor subword gather load and add SVE implementation
SendaoYan
- RFR: 8351623: VectorAPI: Refactor subword gather load and add SVE implementation
Xiaohong Gong
- RFR: 8351623: VectorAPI: Refactor subword gather load and add SVE implementation
Emanuel Peter
- RFR: 8351623: VectorAPI: Refactor subword gather load and add SVE implementation
Xiaohong Gong
- RFR: 8351623: VectorAPI: Refactor subword gather load and add SVE implementation
Emanuel Peter
- RFR: 8351623: VectorAPI: Refactor subword gather load and add SVE implementation
Xiaohong Gong
- RFR: 8351660: C2: SIGFPE in unsigned_mod_value
Saranya Natarajan
- RFR: 8351660: C2: SIGFPE in unsigned_mod_value
Damon Fenacci
- RFR: 8351660: C2: SIGFPE in unsigned_mod_value [v2]
Saranya Natarajan
- RFR: 8351660: C2: SIGFPE in unsigned_mod_value [v2]
Emanuel Peter
- RFR: 8351660: C2: SIGFPE in unsigned_mod_value [v2]
Saranya Natarajan
- RFR: 8351660: C2: SIGFPE in unsigned_mod_value [v3]
Saranya Natarajan
- RFR: 8351660: C2: SIGFPE in unsigned_mod_value [v3]
Christian Hagedorn
- RFR: 8351660: C2: SIGFPE in unsigned_mod_value [v3]
Damon Fenacci
- RFR: 8351660: C2: SIGFPE in unsigned_mod_value [v4]
Saranya Natarajan
- RFR: 8351660: C2: SIGFPE in unsigned_mod_value [v4]
Damon Fenacci
- RFR: 8351660: C2: SIGFPE in unsigned_mod_value [v4]
Emanuel Peter
- RFR: 8351660: C2: SIGFPE in unsigned_mod_value [v5]
Christian Hagedorn
- RFR: 8351660: C2: SIGFPE in unsigned_mod_value [v5]
Saranya Natarajan
- RFR: 8351660: C2: SIGFPE in unsigned_mod_value [v5]
Damon Fenacci
- RFR: 8351660: C2: SIGFPE in unsigned_mod_value [v5]
Saranya Natarajan
- RFR: 8351660: C2: SIGFPE in unsigned_mod_value [v5]
duke
- RFR: 8351833: Unexpected increase in live nodes when splitting Phis through MergeMems in PhiNode::Ideal
Roberto Castañeda Lozano
- RFR: 8351833: Unexpected increase in live nodes when splitting Phis through MergeMems in PhiNode::Ideal
Roberto Castañeda Lozano
- RFR: 8351833: Unexpected increase in live nodes when splitting Phis through MergeMems in PhiNode::Ideal
Christian Hagedorn
- RFR: 8351833: Unexpected increase in live nodes when splitting Phis through MergeMems in PhiNode::Ideal
Christian Hagedorn
- RFR: 8351833: Unexpected increase in live nodes when splitting Phis through MergeMems in PhiNode::Ideal
Daniel Lundén
- RFR: 8351833: Unexpected increase in live nodes when splitting Phis through MergeMems in PhiNode::Ideal [v2]
Daniel Lundén
- RFR: 8351833: Unexpected increase in live nodes when splitting Phis through MergeMems in PhiNode::Ideal [v2]
Daniel Lundén
- RFR: 8351833: Unexpected increase in live nodes when splitting Phis through MergeMems in PhiNode::Ideal [v2]
Daniel Lundén
- RFR: 8351833: Unexpected increase in live nodes when splitting Phis through MergeMems in PhiNode::Ideal [v2]
Daniel Lundén
- RFR: 8351833: Unexpected increase in live nodes when splitting Phis through MergeMems in PhiNode::Ideal [v2]
Christian Hagedorn
- RFR: 8351833: Unexpected increase in live nodes when splitting Phis through MergeMems in PhiNode::Ideal [v2]
Daniel Lundén
- RFR: 8351833: Unexpected increase in live nodes when splitting Phis through MergeMems in PhiNode::Ideal [v3]
Daniel Lundén
- RFR: 8351833: Unexpected increase in live nodes when splitting Phis through MergeMems in PhiNode::Ideal [v3]
Christian Hagedorn
- RFR: 8351833: Unexpected increase in live nodes when splitting Phis through MergeMems in PhiNode::Ideal [v3]
Christian Hagedorn
- RFR: 8351833: Unexpected increase in live nodes when splitting Phis through MergeMems in PhiNode::Ideal [v3]
Christian Hagedorn
- RFR: 8351833: Unexpected increase in live nodes when splitting Phis through MergeMems in PhiNode::Ideal [v3]
Christian Hagedorn
- RFR: 8351833: Unexpected increase in live nodes when splitting Phis through MergeMems in PhiNode::Ideal [v3]
Vladimir Kozlov
- RFR: 8351833: Unexpected increase in live nodes when splitting Phis through MergeMems in PhiNode::Ideal [v3]
Daniel Lundén
- RFR: 8351833: Unexpected increase in live nodes when splitting Phis through MergeMems in PhiNode::Ideal [v3]
Vladimir Kozlov
- RFR: 8351833: Unexpected increase in live nodes when splitting Phis through MergeMems in PhiNode::Ideal [v3]
Daniel Lundén
- RFR: 8351833: Unexpected increase in live nodes when splitting Phis through MergeMems in PhiNode::Ideal [v3]
Roberto Castañeda Lozano
- RFR: 8351833: Unexpected increase in live nodes when splitting Phis through MergeMems in PhiNode::Ideal [v3]
Roberto Castañeda Lozano
- RFR: 8351833: Unexpected increase in live nodes when splitting Phis through MergeMems in PhiNode::Ideal [v3]
Roberto Castañeda Lozano
- RFR: 8351833: Unexpected increase in live nodes when splitting Phis through MergeMems in PhiNode::Ideal [v3]
Vladimir Kozlov
- RFR: 8351833: Unexpected increase in live nodes when splitting Phis through MergeMems in PhiNode::Ideal [v3]
Daniel Lundén
- RFR: 8351833: Unexpected increase in live nodes when splitting Phis through MergeMems in PhiNode::Ideal [v3]
Daniel Lundén
- RFR: 8351994: Enable Extended EVEX to REX2/REX demotion when src and dst are the same
Srinivas Vamsi Parasa
- RFR: 8351994: Enable Extended EVEX to REX2/REX demotion when src and dst are the same
Jatin Bhateja
- RFR: 8351994: Enable Extended EVEX to REX2/REX demotion when src and dst are the same
Sandhya Viswanathan
- RFR: 8351994: Enable Extended EVEX to REX2/REX demotion when src and dst are the same [v10]
Srinivas Vamsi Parasa
- RFR: 8351994: Enable Extended EVEX to REX2/REX demotion when src and dst are the same [v11]
Srinivas Vamsi Parasa
- RFR: 8351994: Enable Extended EVEX to REX2/REX demotion when src and dst are the same [v12]
Srinivas Vamsi Parasa
- RFR: 8351994: Enable Extended EVEX to REX2/REX demotion when src and dst are the same [v13]
Srinivas Vamsi Parasa
- RFR: 8351994: Enable Extended EVEX to REX2/REX demotion when src and dst are the same [v14]
Srinivas Vamsi Parasa
- RFR: 8351994: Enable Extended EVEX to REX2/REX demotion when src and dst are the same [v14]
Srinivas Vamsi Parasa
- RFR: 8351994: Enable Extended EVEX to REX2/REX demotion when src and dst are the same [v2]
Srinivas Vamsi Parasa
- RFR: 8351994: Enable Extended EVEX to REX2/REX demotion when src and dst are the same [v2]
Srinivas Vamsi Parasa
- RFR: 8351994: Enable Extended EVEX to REX2/REX demotion when src and dst are the same [v2]
Srinivas Vamsi Parasa
- RFR: 8351994: Enable Extended EVEX to REX2/REX demotion when src and dst are the same [v2]
Sandhya Viswanathan
- RFR: 8351994: Enable Extended EVEX to REX2/REX demotion when src and dst are the same [v2]
Srinivas Vamsi Parasa
- RFR: 8351994: Enable Extended EVEX to REX2/REX demotion when src and dst are the same [v3]
Srinivas Vamsi Parasa
- RFR: 8351994: Enable Extended EVEX to REX2/REX demotion when src and dst are the same [v4]
Srinivas Vamsi Parasa
- RFR: 8351994: Enable Extended EVEX to REX2/REX demotion when src and dst are the same [v5]
Srinivas Vamsi Parasa
- RFR: 8351994: Enable Extended EVEX to REX2/REX demotion when src and dst are the same [v6]
Srinivas Vamsi Parasa
- RFR: 8351994: Enable Extended EVEX to REX2/REX demotion when src and dst are the same [v6]
Jatin Bhateja
- RFR: 8351994: Enable Extended EVEX to REX2/REX demotion when src and dst are the same [v7]
Srinivas Vamsi Parasa
- RFR: 8351994: Enable Extended EVEX to REX2/REX demotion when src and dst are the same [v8]
Srinivas Vamsi Parasa
- RFR: 8351994: Enable Extended EVEX to REX2/REX demotion when src and dst are the same [v9]
Srinivas Vamsi Parasa
- RFR: 8352141: UBSAN: fix the left shift of negative value in relocInfo.cpp, internal_word_Relocation::pack_data_to()
Afshin Zafari
- RFR: 8352316: More MergeStoreBench [v7]
Emanuel Peter
- RFR: 8352316: More MergeStoreBench [v7]
Shaojin Wen
- RFR: 8352316: More MergeStoreBench [v7]
Shaojin Wen
- RFR: 8352316: More MergeStoreBench [v7]
Emanuel Peter
- RFR: 8352418: Add verification code to check that the associated loop nodes of useless Template Assertion Predicates are dead
Christian Hagedorn
- RFR: 8352418: Add verification code to check that the associated loop nodes of useless Template Assertion Predicates are dead
Roland Westrelin
- RFR: 8352418: Add verification code to check that the associated loop nodes of useless Template Assertion Predicates are dead
Emanuel Peter
- RFR: 8352418: Add verification code to check that the associated loop nodes of useless Template Assertion Predicates are dead [v2]
Emanuel Peter
- RFR: 8352418: Add verification code to check that the associated loop nodes of useless Template Assertion Predicates are dead [v2]
Christian Hagedorn
- RFR: 8352418: Add verification code to check that the associated loop nodes of useless Template Assertion Predicates are dead [v2]
Christian Hagedorn
- RFR: 8352418: Add verification code to check that the associated loop nodes of useless Template Assertion Predicates are dead [v2]
Christian Hagedorn
- RFR: 8352418: Add verification code to check that the associated loop nodes of useless Template Assertion Predicates are dead [v2]
Christian Hagedorn
- RFR: 8352422: [ubsan] Out-of-range reported in ciMethod.cpp:917:20: runtime error: 2.68435e+09 is outside the range of representable values of type 'int'
Marc Chevalier
- RFR: 8352422: [ubsan] Out-of-range reported in ciMethod.cpp:917:20: runtime error: 2.68435e+09 is outside the range of representable values of type 'int'
Dean Long
- RFR: 8352422: [ubsan] Out-of-range reported in ciMethod.cpp:917:20: runtime error: 2.68435e+09 is outside the range of representable values of type 'int'
Marc Chevalier
- RFR: 8352422: [ubsan] Out-of-range reported in ciMethod.cpp:917:20: runtime error: 2.68435e+09 is outside the range of representable values of type 'int'
Dean Long
- RFR: 8352422: [ubsan] Out-of-range reported in ciMethod.cpp:917:20: runtime error: 2.68435e+09 is outside the range of representable values of type 'int'
Dean Long
- RFR: 8352585: Add special case handling for Float16.max/min x86 backend [v5]
Sandhya Viswanathan
- RFR: 8352585: Add special case handling for Float16.max/min x86 backend [v5]
Emanuel Peter
- RFR: 8352585: Add special case handling for Float16.max/min x86 backend [v5]
Jatin Bhateja
- RFR: 8352585: Add special case handling for Float16.max/min x86 backend [v5]
Jatin Bhateja
- RFR: 8352585: Add special case handling for Float16.max/min x86 backend [v6]
Jatin Bhateja
- RFR: 8352585: Add special case handling for Float16.max/min x86 backend [v7]
Jatin Bhateja
- RFR: 8352585: Add special case handling for Float16.max/min x86 backend [v7]
Sandhya Viswanathan
- RFR: 8352585: Add special case handling for Float16.max/min x86 backend [v7]
Emanuel Peter
- RFR: 8352585: Add special case handling for Float16.max/min x86 backend [v7]
Jatin Bhateja
- RFR: 8352585: Add special case handling for Float16.max/min x86 backend [v8]
Emanuel Peter
- RFR: 8352585: Add special case handling for Float16.max/min x86 backend [v8]
Jatin Bhateja
- RFR: 8352620: C2: rename MemNode::memory_type() to MemNode::value_basic_type()
Saranya Natarajan
- RFR: 8352620: C2: rename MemNode::memory_type() to MemNode::value_basic_type()
Roberto Castañeda Lozano
- RFR: 8352620: C2: rename MemNode::memory_type() to MemNode::value_basic_type()
Roberto Castañeda Lozano
- RFR: 8352620: C2: rename MemNode::memory_type() to MemNode::value_basic_type() [v2]
Saranya Natarajan
- RFR: 8352620: C2: rename MemNode::memory_type() to MemNode::value_basic_type() [v2]
Tobias Hartmann
- RFR: 8352620: C2: rename MemNode::memory_type() to MemNode::value_basic_type() [v2]
Roberto Castañeda Lozano
- RFR: 8352620: C2: rename MemNode::memory_type() to MemNode::value_basic_type() [v2]
Emanuel Peter
- RFR: 8352620: C2: rename MemNode::memory_type() to MemNode::value_basic_type() [v3]
Saranya Natarajan
- RFR: 8352620: C2: rename MemNode::memory_type() to MemNode::value_basic_type() [v3]
Roberto Castañeda Lozano
- RFR: 8352620: C2: rename MemNode::memory_type() to MemNode::value_basic_type() [v3]
Saranya Natarajan
- RFR: 8352675: Support Intel AVX10 converged vector ISA feature detection [v2]
Jatin Bhateja
- RFR: 8352675: Support Intel AVX10 converged vector ISA feature detection [v3]
Jatin Bhateja
- RFR: 8352675: Support Intel AVX10 converged vector ISA feature detection [v3]
Emanuel Peter
- RFR: 8352675: Support Intel AVX10 converged vector ISA feature detection [v3]
Emanuel Peter
- RFR: 8352675: Support Intel AVX10 converged vector ISA feature detection [v3]
Vladimir Ivanov
- RFR: 8352675: Support Intel AVX10 converged vector ISA feature detection [v3]
Jatin Bhateja
- RFR: 8352675: Support Intel AVX10 converged vector ISA feature detection [v3]
Vladimir Ivanov
- RFR: 8352675: Support Intel AVX10 converged vector ISA feature detection [v3]
Jatin Bhateja
- RFR: 8352675: Support Intel AVX10 converged vector ISA feature detection [v4]
Jatin Bhateja
- RFR: 8352675: Support Intel AVX10 converged vector ISA feature detection [v4]
Vladimir Ivanov
- RFR: 8352675: Support Intel AVX10 converged vector ISA feature detection [v4]
Jatin Bhateja
- RFR: 8352675: Support Intel AVX10 converged vector ISA feature detection [v4]
Vladimir Ivanov
- RFR: 8352675: Support Intel AVX10 converged vector ISA feature detection [v5]
Jatin Bhateja
- RFR: 8352675: Support Intel AVX10 converged vector ISA feature detection [v6]
Jatin Bhateja
- RFR: 8352681: C2 compilation hits asserts "must set the initial type just once"
Cesar Soares Lucas
- RFR: 8352681: C2 compilation hits asserts "must set the initial type just once"
Christian Hagedorn
- RFR: 8352681: C2 compilation hits asserts "must set the initial type just once"
Damon Fenacci
- RFR: 8352681: C2 compilation hits asserts "must set the initial type just once"
Cesar Soares Lucas
- RFR: 8352681: C2 compilation hits asserts "must set the initial type just once" [v2]
Cesar Soares Lucas
- RFR: 8352681: C2 compilation hits asserts "must set the initial type just once" [v2]
Damon Fenacci
- RFR: 8352681: C2 compilation hits asserts "must set the initial type just once" [v2]
Christian Hagedorn
- RFR: 8352681: C2 compilation hits asserts "must set the initial type just once" [v2]
duke
- RFR: 8352724: Verify bounds for primitive array reads in JVMCI
Andrej Pečimúth
- RFR: 8352724: Verify bounds for primitive array reads in JVMCI
Doug Simon
- RFR: 8352724: Verify bounds for primitive array reads in JVMCI [v2]
Andrej Pečimúth
- RFR: 8352724: Verify bounds for primitive array reads in JVMCI [v2]
Doug Simon
- RFR: 8352724: Verify bounds for primitive array reads in JVMCI [v2]
Andrej Pečimúth
- RFR: 8352724: Verify bounds for primitive array reads in JVMCI [v3]
Andrej Pečimúth
- RFR: 8352724: Verify bounds for primitive array reads in JVMCI [v3]
Doug Simon
- RFR: 8352724: Verify bounds for primitive array reads in JVMCI [v3]
duke
- RFR: 8352869: Verify.checkEQ: extension for NaN, VectorAPI and arbitrary Objects [v10]
Emanuel Peter
- RFR: 8352869: Verify.checkEQ: extension for NaN, VectorAPI and arbitrary Objects [v10]
Christian Hagedorn
- RFR: 8352869: Verify.checkEQ: extension for NaN, VectorAPI and arbitrary Objects [v10]
Emanuel Peter
- RFR: 8352869: Verify.checkEQ: extension for NaN, VectorAPI and arbitrary Objects [v11]
Emanuel Peter
- RFR: 8352869: Verify.checkEQ: extension for NaN, VectorAPI and arbitrary Objects [v12]
Emanuel Peter
- RFR: 8352869: Verify.checkEQ: extension for NaN, VectorAPI and arbitrary Objects [v12]
Christian Hagedorn
- RFR: 8352869: Verify.checkEQ: extension for NaN, VectorAPI and arbitrary Objects [v12]
Andrey Turbanov
- RFR: 8352869: Verify.checkEQ: extension for NaN, VectorAPI and arbitrary Objects [v12]
Emanuel Peter
- RFR: 8352869: Verify.checkEQ: extension for NaN, VectorAPI and arbitrary Objects [v12]
Galder Zamarreño
- RFR: 8352869: Verify.checkEQ: extension for NaN, VectorAPI and arbitrary Objects [v13]
Emanuel Peter
- RFR: 8352869: Verify.checkEQ: extension for NaN, VectorAPI and arbitrary Objects [v5]
Emanuel Peter
- RFR: 8352869: Verify.checkEQ: extension for NaN, VectorAPI and arbitrary Objects [v5]
Christian Hagedorn
- RFR: 8352869: Verify.checkEQ: extension for NaN, VectorAPI and arbitrary Objects [v5]
Emanuel Peter
- RFR: 8352869: Verify.checkEQ: extension for NaN, VectorAPI and arbitrary Objects [v6]
Emanuel Peter
- RFR: 8352869: Verify.checkEQ: extension for NaN, VectorAPI and arbitrary Objects [v6]
Christian Hagedorn
- RFR: 8352869: Verify.checkEQ: extension for NaN, VectorAPI and arbitrary Objects [v6]
Emanuel Peter
- RFR: 8352869: Verify.checkEQ: extension for NaN, VectorAPI and arbitrary Objects [v7]
Emanuel Peter
- RFR: 8352869: Verify.checkEQ: extension for NaN, VectorAPI and arbitrary Objects [v7]
Christian Hagedorn
- RFR: 8352869: Verify.checkEQ: extension for NaN, VectorAPI and arbitrary Objects [v7]
Emanuel Peter
- RFR: 8352869: Verify.checkEQ: extension for NaN, VectorAPI and arbitrary Objects [v7]
Emanuel Peter
- RFR: 8352869: Verify.checkEQ: extension for NaN, VectorAPI and arbitrary Objects [v7]
Emanuel Peter
- RFR: 8352869: Verify.checkEQ: extension for NaN, VectorAPI and arbitrary Objects [v7]
Emanuel Peter
- RFR: 8352869: Verify.checkEQ: extension for NaN, VectorAPI and arbitrary Objects [v7]
Emanuel Peter
- RFR: 8352869: Verify.checkEQ: extension for NaN, VectorAPI and arbitrary Objects [v7]
Emanuel Peter
- RFR: 8352869: Verify.checkEQ: extension for NaN, VectorAPI and arbitrary Objects [v7]
Christian Hagedorn
- RFR: 8352869: Verify.checkEQ: extension for NaN, VectorAPI and arbitrary Objects [v7]
Christian Hagedorn
- RFR: 8352869: Verify.checkEQ: extension for NaN, VectorAPI and arbitrary Objects [v8]
Emanuel Peter
- RFR: 8352869: Verify.checkEQ: extension for NaN, VectorAPI and arbitrary Objects [v9]
Emanuel Peter
- RFR: 8352893: C2: OrL/INode::add_ring optimize (x | -1) to -1 [v3]
Emanuel Peter
- RFR: 8352893: C2: OrL/INode::add_ring optimize (x | -1) to -1 [v3]
Tobias Hartmann
- RFR: 8352893: C2: OrL/INode::add_ring optimize (x | -1) to -1 [v3]
Manuel Hässig
- RFR: 8352963: [REDO] Missing late inline cleanup causes compiler/vectorapi/VectorLogicalOpIdentityTest.java IR failure
Damon Fenacci
- RFR: 8352963: [REDO] Missing late inline cleanup causes compiler/vectorapi/VectorLogicalOpIdentityTest.java IR failure
Vladimir Ivanov
- RFR: 8352963: [REDO] Missing late inline cleanup causes compiler/vectorapi/VectorLogicalOpIdentityTest.java IR failure [v2]
Damon Fenacci
- RFR: 8352963: [REDO] Missing late inline cleanup causes compiler/vectorapi/VectorLogicalOpIdentityTest.java IR failure [v2]
Damon Fenacci
- RFR: 8352963: [REDO] Missing late inline cleanup causes compiler/vectorapi/VectorLogicalOpIdentityTest.java IR failure [v2]
Vladimir Ivanov
- RFR: 8352963: [REDO] Missing late inline cleanup causes compiler/vectorapi/VectorLogicalOpIdentityTest.java IR failure [v2]
Tobias Hartmann
- RFR: 8352963: [REDO] Missing late inline cleanup causes compiler/vectorapi/VectorLogicalOpIdentityTest.java IR failure [v2]
Damon Fenacci
- RFR: 8352972: PPC64: Intrinsify Unsafe::setMemory [v3]
David Linus Briemann
- RFR: 8352972: PPC64: Intrinsify Unsafe::setMemory [v3]
Lutz Schmidt
- RFR: 8352972: PPC64: Intrinsify Unsafe::setMemory [v3]
Martin Doerr
- RFR: 8353041: NeverBranchNode causes incorrect block frequency calculation
Dean Long
- RFR: 8353041: NeverBranchNode causes incorrect block frequency calculation
Tobias Hartmann
- RFR: 8353041: NeverBranchNode causes incorrect block frequency calculation
Roberto Castañeda Lozano
- RFR: 8353041: NeverBranchNode causes incorrect block frequency calculation
Roberto Castañeda Lozano
- RFR: 8353041: NeverBranchNode causes incorrect block frequency calculation
Roberto Castañeda Lozano
- RFR: 8353041: NeverBranchNode causes incorrect block frequency calculation
Roberto Castañeda Lozano
- RFR: 8353041: NeverBranchNode causes incorrect block frequency calculation
Dean Long
- RFR: 8353041: NeverBranchNode causes incorrect block frequency calculation
Roberto Castañeda Lozano
- RFR: 8353041: NeverBranchNode causes incorrect block frequency calculation [v2]
Dean Long
- RFR: 8353041: NeverBranchNode causes incorrect block frequency calculation [v2]
Tobias Hartmann
- RFR: 8353041: NeverBranchNode causes incorrect block frequency calculation [v2]
Roberto Castañeda Lozano
- RFR: 8353041: NeverBranchNode causes incorrect block frequency calculation [v2]
Dean Long
- RFR: 8353058: [PPC64] Some IR framework tests are failing after JDK-8352595
Christian Hagedorn
- RFR: 8353058: [PPC64] Some IR framework tests are failing after JDK-8352595
Christian Hagedorn
- RFR: 8353058: [PPC64] Some IR framework tests are failing after JDK-8352595
Marc Chevalier
- RFR: 8353058: [PPC64] Some IR framework tests are failing after JDK-8352595
Marc Chevalier
- RFR: 8353058: [PPC64] Some IR framework tests are failing after JDK-8352595
Christian Hagedorn
- RFR: 8353058: [PPC64] Some IR framework tests are failing after JDK-8352595
Tobias Hartmann
- RFR: 8353058: [PPC64] Some IR framework tests are failing after JDK-8352595
Martin Doerr
- RFR: 8353058: [PPC64] Some IR framework tests are failing after JDK-8352595
Christian Hagedorn
- RFR: 8353188: C1: Clean up x86 backend after 32-bit x86 removal [v2]
Aleksey Shipilev
- RFR: 8353188: C1: Clean up x86 backend after 32-bit x86 removal [v2]
Aleksey Shipilev
- RFR: 8353188: C1: Clean up x86 backend after 32-bit x86 removal [v2]
Vladimir Ivanov
- RFR: 8353188: C1: Clean up x86 backend after 32-bit x86 removal [v2]
Aleksey Shipilev
- RFR: 8353188: C1: Clean up x86 backend after 32-bit x86 removal [v3]
Aleksey Shipilev
- RFR: 8353188: C1: Clean up x86 backend after 32-bit x86 removal [v3]
Vladimir Kozlov
- RFR: 8353188: C1: Clean up x86 backend after 32-bit x86 removal [v3]
Aleksey Shipilev
- RFR: 8353192: C2: Clean up x86 backend after 32-bit x86 removal
Vladimir Kozlov
- RFR: 8353192: C2: Clean up x86 backend after 32-bit x86 removal
Vladimir Kozlov
- RFR: 8353192: C2: Clean up x86 backend after 32-bit x86 removal
Aleksey Shipilev
- RFR: 8353192: C2: Clean up x86 backend after 32-bit x86 removal
Aleksey Shipilev
- RFR: 8353192: C2: Clean up x86 backend after 32-bit x86 removal [v2]
Aleksey Shipilev
- RFR: 8353192: C2: Clean up x86 backend after 32-bit x86 removal [v2]
Vladimir Kozlov
- RFR: 8353192: C2: Clean up x86 backend after 32-bit x86 removal [v2]
Emanuel Peter
- RFR: 8353192: C2: Clean up x86 backend after 32-bit x86 removal [v2]
Aleksey Shipilev
- RFR: 8353192: C2: Clean up x86 backend after 32-bit x86 removal [v2]
Emanuel Peter
- RFR: 8353192: C2: Clean up x86 backend after 32-bit x86 removal [v2]
Aleksey Shipilev
- RFR: 8353192: C2: Clean up x86 backend after 32-bit x86 removal [v2]
Emanuel Peter
- RFR: 8353192: C2: Clean up x86 backend after 32-bit x86 removal [v2]
Aleksey Shipilev
- RFR: 8353219: RISC-V: Fix client builds after JDK-8345298
Fei Yang
- RFR: 8353237: [AArch64] Incorrect result of VectorizedHashCode intrinsic on Cortex-A53
Aleksei Voitylov
- RFR: 8353237: [AArch64] Incorrect result of VectorizedHashCode intrinsic on Cortex-A53
Andrew Haley
- RFR: 8353237: [AArch64] Incorrect result of VectorizedHashCode intrinsic on Cortex-A53
Aleksei Voitylov
- RFR: 8353237: [AArch64] Incorrect result of VectorizedHashCode intrinsic on Cortex-A53
Andrew Haley
- RFR: 8353237: [AArch64] Incorrect result of VectorizedHashCode intrinsic on Cortex-A53
Aleksei Voitylov
- RFR: 8353237: [AArch64] Incorrect result of VectorizedHashCode intrinsic on Cortex-A53
Andrew Haley
- RFR: 8353237: [AArch64] Incorrect result of VectorizedHashCode intrinsic on Cortex-A53
Volker Simonis
- RFR: 8353237: [AArch64] Incorrect result of VectorizedHashCode intrinsic on Cortex-A53
Stuart Monteith
- RFR: 8353237: [AArch64] Incorrect result of VectorizedHashCode intrinsic on Cortex-A53
Aleksei Voitylov
- RFR: 8353237: [AArch64] Incorrect result of VectorizedHashCode intrinsic on Cortex-A53
Stuart Monteith
- RFR: 8353237: [AArch64] Incorrect result of VectorizedHashCode intrinsic on Cortex-A53
Aleksei Voitylov
- RFR: 8353237: [AArch64] Incorrect result of VectorizedHashCode intrinsic on some hardware
Aleksei Voitylov
- RFR: 8353237: [AArch64] Incorrect result of VectorizedHashCode intrinsic on some hardware
Emanuel Peter
- RFR: 8353237: [AArch64] Incorrect result of VectorizedHashCode intrinsic on some hardware
Koutheir Attouchi
- RFR: 8353237: [AArch64] Incorrect result of VectorizedHashCode intrinsic on some hardware
Emanuel Peter
- RFR: 8353237: [AArch64] Incorrect result of VectorizedHashCode intrinsic on some hardware
Koutheir Attouchi
- RFR: 8353290: C2: Refactor PhaseIdealLoop::is_counted_loop()
Kangcheng Xu
- RFR: 8353290: C2: Refactor PhaseIdealLoop::is_counted_loop()
Kangcheng Xu
- RFR: 8353290: C2: Refactor PhaseIdealLoop::is_counted_loop()
Christian Hagedorn
- RFR: 8353290: C2: Refactor PhaseIdealLoop::is_counted_loop() [v2]
Kangcheng Xu
- RFR: 8353290: C2: Refactor PhaseIdealLoop::is_counted_loop() [v2]
Kangcheng Xu
- RFR: 8353290: C2: Refactor PhaseIdealLoop::is_counted_loop() [v2]
Christian Hagedorn
- RFR: 8353290: C2: Refactor PhaseIdealLoop::is_counted_loop() [v2]
Christian Hagedorn
- RFR: 8353290: C2: Refactor PhaseIdealLoop::is_counted_loop() [v2]
Christian Hagedorn
- RFR: 8353290: C2: Refactor PhaseIdealLoop::is_counted_loop() [v2]
Cesar Soares Lucas
- RFR: 8353290: C2: Refactor PhaseIdealLoop::is_counted_loop() [v2]
Kangcheng Xu
- RFR: 8353290: C2: Refactor PhaseIdealLoop::is_counted_loop() [v2]
Kangcheng Xu
- RFR: 8353290: C2: Refactor PhaseIdealLoop::is_counted_loop() [v2]
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: 8353341: C2: removal of a Mod[DF]Node crashes when the node is already dead [v2]
Christian Hagedorn
- RFR: 8353341: C2: removal of a Mod[DF]Node crashes when the node is already dead [v2]
Marc Chevalier
- RFR: 8353341: C2: removal of a Mod[DF]Node crashes when the node is already dead [v2]
Tobias Hartmann
- RFR: 8353341: C2: removal of a Mod[DF]Node crashes when the node is already dead [v2]
Marc Chevalier
- RFR: 8353341: C2: removal of a Mod[DF]Node crashes when the node is already dead [v2]
Marc Chevalier
- RFR: 8353341: C2: removal of a Mod[DF]Node crashes when the node is already dead [v2]
Marc Chevalier
- RFR: 8353341: C2: removal of a Mod[DF]Node crashes when the node is already dead [v2]
Marc Chevalier
- RFR: 8353341: C2: removal of a Mod[DF]Node crashes when the node is already dead [v3]
Marc Chevalier
- RFR: 8353341: C2: removal of a Mod[DF]Node crashes when the node is already dead [v3]
Christian Hagedorn
- RFR: 8353341: C2: removal of a Mod[DF]Node crashes when the node is already dead [v3]
Tobias Hartmann
- RFR: 8353341: C2: removal of a Mod[DF]Node crashes when the node is already dead [v3]
Marc Chevalier
- RFR: 8353341: C2: removal of a Mod[DF]Node crashes when the node is already dead [v3]
duke
- RFR: 8353341: Fuzzer tests crashing: assert(projs->fallthrough_proj != nullptr) failed: must be found
Marc Chevalier
- RFR: 8353341: Fuzzer tests crashing: assert(projs->fallthrough_proj != nullptr) failed: must be found
Tobias Hartmann
- RFR: 8353345: C2 asserts because maskShiftAmount modifies node without deleting the hash
Marc Chevalier
- RFR: 8353345: C2 asserts because maskShiftAmount modifies node without deleting the hash
Christian Hagedorn
- RFR: 8353345: C2 asserts because maskShiftAmount modifies node without deleting the hash
Marc Chevalier
- RFR: 8353345: C2 asserts because maskShiftAmount modifies node without deleting the hash [v2]
Marc Chevalier
- RFR: 8353345: C2 asserts because maskShiftAmount modifies node without deleting the hash [v2]
Christian Hagedorn
- RFR: 8353345: C2 asserts because maskShiftAmount modifies node without deleting the hash [v2]
Marc Chevalier
- RFR: 8353345: C2 asserts because maskShiftAmount modifies node without deleting the hash [v3]
Marc Chevalier
- RFR: 8353345: C2 asserts because maskShiftAmount modifies node without deleting the hash [v3]
Marc Chevalier
- RFR: 8353345: C2 asserts because maskShiftAmount modifies node without deleting the hash [v3]
Christian Hagedorn
- RFR: 8353345: C2 asserts because maskShiftAmount modifies node without deleting the hash [v3]
Tobias Hartmann
- RFR: 8353345: C2 asserts because maskShiftAmount modifies node without deleting the hash [v3]
Marc Chevalier
- RFR: 8353345: C2 asserts because maskShiftAmount modifies node without deleting the hash [v3]
duke
- RFR: 8353359: C2: Or(I|L)Node::Ideal is missing AddNode::Ideal call
Hannes Greule
- RFR: 8353359: C2: Or(I|L)Node::Ideal is missing AddNode::Ideal call
Emanuel Peter
- RFR: 8353359: C2: Or(I|L)Node::Ideal is missing AddNode::Ideal call
Hannes Greule
- RFR: 8353359: C2: Or(I|L)Node::Ideal is missing AddNode::Ideal call
Emanuel Peter
- RFR: 8353359: C2: Or(I|L)Node::Ideal is missing AddNode::Ideal call [v2]
Hannes Greule
- RFR: 8353359: C2: Or(I|L)Node::Ideal is missing AddNode::Ideal call [v2]
Emanuel Peter
- RFR: 8353359: C2: Or(I|L)Node::Ideal is missing AddNode::Ideal call [v2]
Hannes Greule
- RFR: 8353359: C2: Or(I|L)Node::Ideal is missing AddNode::Ideal call [v2]
Emanuel Peter
- RFR: 8353359: C2: Or(I|L)Node::Ideal is missing AddNode::Ideal call [v2]
Christian Hagedorn
- RFR: 8353359: C2: Or(I|L)Node::Ideal is missing AddNode::Ideal call [v2]
Hannes Greule
- RFR: 8353359: C2: Or(I|L)Node::Ideal is missing AddNode::Ideal call [v2]
Emanuel Peter
- RFR: 8353500: [s390x] Intrinsify Unsafe::setMemory
Amit Kumar
- RFR: 8353500: [s390x] Intrinsify Unsafe::setMemory
Amit Kumar
- RFR: 8353500: [s390x] Intrinsify Unsafe::setMemory
Lutz Schmidt
- RFR: 8353500: [s390x] Intrinsify Unsafe::setMemory
Martin Doerr
- RFR: 8353500: [s390x] Intrinsify Unsafe::setMemory
Martin Doerr
- RFR: 8353500: [s390x] Intrinsify Unsafe::setMemory
Martin Doerr
- RFR: 8353500: [s390x] Intrinsify Unsafe::setMemory [v2]
Amit Kumar
- RFR: 8353500: [s390x] Intrinsify Unsafe::setMemory [v2]
Amit Kumar
- RFR: 8353500: [s390x] Intrinsify Unsafe::setMemory [v2]
Martin Doerr
- RFR: 8353500: [s390x] Intrinsify Unsafe::setMemory [v2]
Martin Doerr
- RFR: 8353500: [s390x] Intrinsify Unsafe::setMemory [v2]
Amit Kumar
- RFR: 8353500: [s390x] Intrinsify Unsafe::setMemory [v2]
Amit Kumar
- RFR: 8353500: [s390x] Intrinsify Unsafe::setMemory [v2]
Amit Kumar
- RFR: 8353500: [s390x] Intrinsify Unsafe::setMemory [v3]
Amit Kumar
- RFR: 8353500: [s390x] Intrinsify Unsafe::setMemory [v4]
Amit Kumar
- RFR: 8353500: [s390x] Intrinsify Unsafe::setMemory [v4]
Lutz Schmidt
- RFR: 8353500: [s390x] Intrinsify Unsafe::setMemory [v4]
Martin Doerr
- RFR: 8353551: C2: Constant folding for ReverseBytes nodes
Hannes Greule
- RFR: 8353551: C2: Constant folding for ReverseBytes nodes
Johannes Graham
- RFR: 8353551: C2: Constant folding for ReverseBytes nodes
Hannes Greule
- RFR: 8353551: C2: Constant folding for ReverseBytes nodes
Johannes Graham
- RFR: 8353551: C2: Constant folding for ReverseBytes nodes
Vladimir Ivanov
- RFR: 8353551: C2: Constant folding for ReverseBytes nodes
Vladimir Ivanov
- RFR: 8353551: C2: Constant folding for ReverseBytes nodes [v2]
Hannes Greule
- RFR: 8353551: C2: Constant folding for ReverseBytes nodes [v2]
Hannes Greule
- RFR: 8353551: C2: Constant folding for ReverseBytes nodes [v2]
Hannes Greule
- RFR: 8353551: C2: Constant folding for ReverseBytes nodes [v2]
Emanuel Peter
- RFR: 8353551: C2: Constant folding for ReverseBytes nodes [v2]
Vladimir Ivanov
- RFR: 8353551: C2: Constant folding for ReverseBytes nodes [v2]
Vladimir Ivanov
- RFR: 8353551: C2: Constant folding for ReverseBytes nodes [v2]
Hannes Greule
- RFR: 8353551: C2: Constant folding for ReverseBytes nodes [v2]
Vladimir Ivanov
- RFR: 8353551: C2: Constant folding for ReverseBytes nodes [v2]
Vladimir Ivanov
- RFR: 8353551: C2: Constant folding for ReverseBytes nodes [v2]
Hannes Greule
- RFR: 8353551: C2: Constant folding for ReverseBytes nodes [v3]
Hannes Greule
- RFR: 8353551: C2: Constant folding for ReverseBytes nodes [v3]
Hannes Greule
- RFR: 8353551: C2: Constant folding for ReverseBytes nodes [v3]
Vladimir Ivanov
- RFR: 8353551: C2: Constant folding for ReverseBytes nodes [v3]
Vladimir Ivanov
- RFR: 8353551: C2: Constant folding for ReverseBytes nodes [v3]
Hannes Greule
- RFR: 8353551: C2: Constant folding for ReverseBytes nodes [v4]
Hannes Greule
- RFR: 8353551: C2: Constant folding for ReverseBytes nodes [v4]
Vladimir Ivanov
- RFR: 8353551: C2: Constant folding for ReverseBytes nodes [v4]
Hannes Greule
- RFR: 8353551: C2: Constant folding for ReverseBytes nodes [v4]
Emanuel Peter
- RFR: 8353551: C2: Constant folding for ReverseBytes nodes [v4]
Emanuel Peter
- RFR: 8353551: C2: Constant folding for ReverseBytes nodes [v4]
Hannes Greule
- RFR: 8353551: C2: Constant folding for ReverseBytes nodes [v5]
Hannes Greule
- RFR: 8353551: C2: Constant folding for ReverseBytes nodes [v6]
Hannes Greule
- RFR: 8353600: RISC-V: compiler/vectorization/TestRotateByteAndShortVector.java is failing with Zvbb
Hamlin Li
- RFR: 8353600: RISC-V: compiler/vectorization/TestRotateByteAndShortVector.java is failing with Zvbb [v2]
Hamlin Li
- RFR: 8353600: RISC-V: compiler/vectorization/TestRotateByteAndShortVector.java is failing with Zvbb [v3]
Hamlin Li
- RFR: 8353600: RISC-V: compiler/vectorization/TestRotateByteAndShortVector.java is failing with Zvbb [v3]
Fei Yang
- RFR: 8353600: RISC-V: compiler/vectorization/TestRotateByteAndShortVector.java is failing with Zvbb [v3]
Ludovic Henry
- RFR: 8353600: RISC-V: compiler/vectorization/TestRotateByteAndShortVector.java is failing with Zvbb [v3]
Hamlin Li
- RFR: 8353665: RISC-V: IR verification fails in TestSubNodeFloatDoubleNegation.java
Hamlin Li
- RFR: 8353665: RISC-V: IR verification fails in TestSubNodeFloatDoubleNegation.java
Tobias Hartmann
- RFR: 8353665: RISC-V: IR verification fails in TestSubNodeFloatDoubleNegation.java
Manuel Hässig
- RFR: 8353665: RISC-V: IR verification fails in TestSubNodeFloatDoubleNegation.java
Hamlin Li
- RFR: 8353665: RISC-V: IR verification fails in TestSubNodeFloatDoubleNegation.java
Manuel Hässig
- RFR: 8353665: RISC-V: IR verification fails in TestSubNodeFloatDoubleNegation.java
Hamlin Li
- RFR: 8353665: RISC-V: IR verification fails in TestSubNodeFloatDoubleNegation.java
Hamlin Li
- RFR: 8353665: RISC-V: IR verification fails in TestSubNodeFloatDoubleNegation.java
Hamlin Li
- RFR: 8353665: RISC-V: IR verification fails in TestSubNodeFloatDoubleNegation.java
Manuel Hässig
- RFR: 8353665: RISC-V: IR verification fails in TestSubNodeFloatDoubleNegation.java
Hamlin Li
- RFR: 8353665: RISC-V: IR verification fails in TestSubNodeFloatDoubleNegation.java
Manuel Hässig
- RFR: 8353665: RISC-V: IR verification fails in TestSubNodeFloatDoubleNegation.java
Hamlin Li
- RFR: 8353665: RISC-V: IR verification fails in TestSubNodeFloatDoubleNegation.java [v2]
Hamlin Li
- RFR: 8353665: RISC-V: IR verification fails in TestSubNodeFloatDoubleNegation.java [v2]
Hamlin Li
- RFR: 8353665: RISC-V: IR verification fails in TestSubNodeFloatDoubleNegation.java [v2]
Manuel Hässig
- RFR: 8353665: RISC-V: IR verification fails in TestSubNodeFloatDoubleNegation.java [v2]
Hamlin Li
- RFR: 8353665: RISC-V: IR verification fails in TestSubNodeFloatDoubleNegation.java [v3]
Hamlin Li
- RFR: 8353665: RISC-V: IR verification fails in TestSubNodeFloatDoubleNegation.java [v3]
Tobias Hartmann
- RFR: 8353665: RISC-V: IR verification fails in TestSubNodeFloatDoubleNegation.java [v3]
Ludovic Henry
- RFR: 8353669: IGV: dump OOP maps for MachSafePoint nodes
Roberto Castañeda Lozano
- RFR: 8353669: IGV: dump OOP maps for MachSafePoint nodes
Christian Hagedorn
- RFR: 8353669: IGV: dump OOP maps for MachSafePoint nodes
Roberto Castañeda Lozano
- RFR: 8353669: IGV: dump OOP maps for MachSafePoint nodes
Christian Hagedorn
- RFR: 8353669: IGV: dump OOP maps for MachSafePoint nodes
Roberto Castañeda Lozano
- RFR: 8353669: IGV: dump OOP maps for MachSafePoint nodes
Christian Hagedorn
- RFR: 8353669: IGV: dump OOP maps for MachSafePoint nodes
Tobias Hartmann
- RFR: 8353669: IGV: dump OOP maps for MachSafePoint nodes
Roberto Castañeda Lozano
- RFR: 8353695: RISC-V: compiler/cpuflags/TestAESIntrinsicsOnUnsupportedConfig.java is failing with Zvkn
Fei Yang
- RFR: 8353695: RISC-V: compiler/cpuflags/TestAESIntrinsicsOnUnsupportedConfig.java is failing with Zvkn
Feilong Jiang
- RFR: 8353695: RISC-V: compiler/cpuflags/TestAESIntrinsicsOnUnsupportedConfig.java is failing with Zvkn
Hamlin Li
- RFR: 8353695: RISC-V: compiler/cpuflags/TestAESIntrinsicsOnUnsupportedConfig.java is failing with Zvkn
Fei Yang
- RFR: 8353730: TestSubNodeFloatDoubleNegation.java fails with native Float16 support
Manuel Hässig
- RFR: 8353730: TestSubNodeFloatDoubleNegation.java fails with native Float16 support [v2]
Manuel Hässig
- RFR: 8353730: TestSubNodeFloatDoubleNegation.java fails with native Float16 support [v2]
Christian Hagedorn
- RFR: 8353730: TestSubNodeFloatDoubleNegation.java fails with native Float16 support [v3]
Manuel Hässig
- RFR: 8353730: TestSubNodeFloatDoubleNegation.java fails with native Float16 support [v3]
Tobias Hartmann
- RFR: 8353730: TestSubNodeFloatDoubleNegation.java fails with native Float16 support [v3]
Christian Hagedorn
- RFR: 8353730: TestSubNodeFloatDoubleNegation.java fails with native Float16 support [v3]
Manuel Hässig
- RFR: 8353730: TestSubNodeFloatDoubleNegation.java fails with native Float16 support [v3]
duke
- RFR: 8353735: [JVMCI] Allow specifying storage kind of the callee save register
Yudi Zheng
- RFR: 8353735: [JVMCI] Allow specifying storage kind of the callee save register
Doug Simon
- RFR: 8353735: [JVMCI] Allow specifying storage kind of the callee save register
Cesar Soares Lucas
- RFR: 8353786: Migrate Vector API math library support to FFM API
Vladimir Ivanov
- RFR: 8353786: Migrate Vector API math library support to FFM API
Chen Liang
- RFR: 8353786: Migrate Vector API math library support to FFM API
Per Minborg
- RFR: 8353786: Migrate Vector API math library support to FFM API
Vladimir Kozlov
- RFR: 8353786: Migrate Vector API math library support to FFM API
Chen Liang
- RFR: 8353786: Migrate Vector API math library support to FFM API [v10]
Vladimir Ivanov
- RFR: 8353786: Migrate Vector API math library support to FFM API [v10]
Xiaohong Gong
- RFR: 8353786: Migrate Vector API math library support to FFM API [v10]
Jorn Vernee
- RFR: 8353786: Migrate Vector API math library support to FFM API [v10]
Ludovic Henry
- RFR: 8353786: Migrate Vector API math library support to FFM API [v10]
Hamlin Li
- RFR: 8353786: Migrate Vector API math library support to FFM API [v10]
Hamlin Li
- RFR: 8353786: Migrate Vector API math library support to FFM API [v10]
Vladimir Ivanov
- RFR: 8353786: Migrate Vector API math library support to FFM API [v10]
Vladimir Ivanov
- RFR: 8353786: Migrate Vector API math library support to FFM API [v10]
Vladimir Ivanov
- RFR: 8353786: Migrate Vector API math library support to FFM API [v10]
Vladimir Ivanov
- RFR: 8353786: Migrate Vector API math library support to FFM API [v10]
Hamlin Li
- RFR: 8353786: Migrate Vector API math library support to FFM API [v10]
Vladimir Ivanov
- RFR: 8353786: Migrate Vector API math library support to FFM API [v11]
Vladimir Ivanov
- RFR: 8353786: Migrate Vector API math library support to FFM API [v12]
Vladimir Ivanov
- RFR: 8353786: Migrate Vector API math library support to FFM API [v12]
Hamlin Li
- RFR: 8353786: Migrate Vector API math library support to FFM API [v12]
Hamlin Li
- RFR: 8353786: Migrate Vector API math library support to FFM API [v12]
Vladimir Ivanov
- RFR: 8353786: Migrate Vector API math library support to FFM API [v12]
Vladimir Ivanov
- RFR: 8353786: Migrate Vector API math library support to FFM API [v12]
Hamlin Li
- RFR: 8353786: Migrate Vector API math library support to FFM API [v12]
Vladimir Ivanov
- RFR: 8353786: Migrate Vector API math library support to FFM API [v13]
Vladimir Ivanov
- RFR: 8353786: Migrate Vector API math library support to FFM API [v13]
Hamlin Li
- RFR: 8353786: Migrate Vector API math library support to FFM API [v13]
Jatin Bhateja
- RFR: 8353786: Migrate Vector API math library support to FFM API [v13]
Vladimir Ivanov
- RFR: 8353786: Migrate Vector API math library support to FFM API [v13]
Jatin Bhateja
- RFR: 8353786: Migrate Vector API math library support to FFM API [v13]
Vladimir Ivanov
- RFR: 8353786: Migrate Vector API math library support to FFM API [v14]
Vladimir Ivanov
- RFR: 8353786: Migrate Vector API math library support to FFM API [v14]
Fei Yang
- RFR: 8353786: Migrate Vector API math library support to FFM API [v14]
Vladimir Ivanov
- RFR: 8353786: Migrate Vector API math library support to FFM API [v15]
Vladimir Ivanov
- RFR: 8353786: Migrate Vector API math library support to FFM API [v15]
Jatin Bhateja
- RFR: 8353786: Migrate Vector API math library support to FFM API [v15]
Vladimir Ivanov
- RFR: 8353786: Migrate Vector API math library support to FFM API [v2]
Vladimir Ivanov
- RFR: 8353786: Migrate Vector API math library support to FFM API [v3]
Vladimir Ivanov
- RFR: 8353786: Migrate Vector API math library support to FFM API [v3]
Vladimir Ivanov
- RFR: 8353786: Migrate Vector API math library support to FFM API [v3]
Vladimir Ivanov
- RFR: 8353786: Migrate Vector API math library support to FFM API [v3]
Vladimir Ivanov
- RFR: 8353786: Migrate Vector API math library support to FFM API [v3]
Vladimir Ivanov
- RFR: 8353786: Migrate Vector API math library support to FFM API [v4]
Vladimir Ivanov
- RFR: 8353786: Migrate Vector API math library support to FFM API [v4]
Vladimir Kozlov
- RFR: 8353786: Migrate Vector API math library support to FFM API [v4]
Vladimir Kozlov
- RFR: 8353786: Migrate Vector API math library support to FFM API [v5]
Vladimir Ivanov
- RFR: 8353786: Migrate Vector API math library support to FFM API [v5]
Xiaohong Gong
- RFR: 8353786: Migrate Vector API math library support to FFM API [v5]
Vladimir Ivanov
- RFR: 8353786: Migrate Vector API math library support to FFM API [v5]
Paul Sandoz
- RFR: 8353786: Migrate Vector API math library support to FFM API [v5]
Xiaohong Gong
- RFR: 8353786: Migrate Vector API math library support to FFM API [v5]
Xiaohong Gong
- RFR: 8353786: Migrate Vector API math library support to FFM API [v5]
Xiaohong Gong
- RFR: 8353786: Migrate Vector API math library support to FFM API [v5]
Vladimir Ivanov
- RFR: 8353786: Migrate Vector API math library support to FFM API [v5]
Vladimir Ivanov
- RFR: 8353786: Migrate Vector API math library support to FFM API [v5]
Vladimir Ivanov
- RFR: 8353786: Migrate Vector API math library support to FFM API [v5]
Xiaohong Gong
- RFR: 8353786: Migrate Vector API math library support to FFM API [v5]
Vladimir Ivanov
- RFR: 8353786: Migrate Vector API math library support to FFM API [v5]
Xiaohong Gong
- RFR: 8353786: Migrate Vector API math library support to FFM API [v6]
Vladimir Ivanov
- RFR: 8353786: Migrate Vector API math library support to FFM API [v7]
Vladimir Ivanov
- RFR: 8353786: Migrate Vector API math library support to FFM API [v7]
Paul Sandoz
- RFR: 8353786: Migrate Vector API math library support to FFM API [v7]
Vladimir Ivanov
- RFR: 8353786: Migrate Vector API math library support to FFM API [v7]
Paul Sandoz
- RFR: 8353786: Migrate Vector API math library support to FFM API [v8]
Vladimir Ivanov
- RFR: 8353786: Migrate Vector API math library support to FFM API [v9]
Vladimir Ivanov
- RFR: 8353841: [jittester] Fix JITTester build after asm removal
Evgeny Nikitin
- RFR: 8353841: [jittester] Fix JITTester build after asm removal
Chen Liang
- RFR: 8353841: [jittester] Fix JITTester build after asm removal [v2]
Evgeny Nikitin
- RFR: 8353841: [jittester] Fix JITTester build after asm removal [v2]
Tobias Hartmann
- RFR: 8353841: [jittester] Fix JITTester build after asm removal [v2]
duke
- RFR: 8353841: [jittester] Fix JITTester build after asm removal [v2]
Christian Hagedorn
- RFR: 8353842: C2: Add graph dumps before and after loop opts phase
Manuel Hässig
- RFR: 8353842: C2: Add graph dumps before and after loop opts phase
Christian Hagedorn
- RFR: 8353842: C2: Add graph dumps before and after loop opts phase [v2]
Manuel Hässig
- RFR: 8353842: C2: Add graph dumps before and after loop opts phase [v2]
Manuel Hässig
- RFR: 8353842: C2: Add graph dumps before and after loop opts phase [v3]
Manuel Hässig
- RFR: 8353842: C2: Add graph dumps before and after loop opts phase [v3]
Manuel Hässig
- RFR: 8353842: C2: Add graph dumps before and after loop opts phase [v3]
Emanuel Peter
- RFR: 8353842: C2: Add graph dumps before and after loop opts phase [v3]
Christian Hagedorn
- RFR: 8353842: C2: Add graph dumps before and after loop opts phase [v3]
Manuel Hässig
- RFR: 8353842: C2: Add graph dumps before and after loop opts phase [v3]
duke
- RFR: 8354119: Missing C2 proper allocation failure handling during initialization (during generate_uncommon_trap_blob)
Damon Fenacci
- RFR: 8354119: Missing C2 proper allocation failure handling during initialization (during generate_uncommon_trap_blob)
Vladimir Kozlov
- RFR: 8354119: Missing C2 proper allocation failure handling during initialization (during generate_uncommon_trap_blob)
Christian Hagedorn
- RFR: 8354119: Missing C2 proper allocation failure handling during initialization (during generate_uncommon_trap_blob)
Damon Fenacci
- RFR: 8354119: Missing C2 proper allocation failure handling during initialization (during generate_uncommon_trap_blob)
Martin Doerr
- RFR: 8354119: Missing C2 proper allocation failure handling during initialization (during generate_uncommon_trap_blob)
Amit Kumar
- RFR: 8354119: Missing C2 proper allocation failure handling during initialization (during generate_uncommon_trap_blob)
Fei Yang
- RFR: 8354119: Missing C2 proper allocation failure handling during initialization (during generate_uncommon_trap_blob)
Boris Ulasevich
- RFR: 8354119: Missing C2 proper allocation failure handling during initialization (during generate_uncommon_trap_blob)
Damon Fenacci
- RFR: 8354130: Assert failure at CompilationPolicy::can_be_compiled after JDK-8334046
Yudi Zheng
- RFR: 8354130: Assert failure at CompilationPolicy::can_be_compiled after JDK-8334046
Yudi Zheng
- RFR: 8354130: Assert failure at CompilationPolicy::can_be_compiled after JDK-8334046
Tobias Hartmann
- RFR: 8354181: [Backout] 8334046: Set different values for CompLevel_any and CompLevel_all
Yudi Zheng
- RFR: 8354181: [Backout] 8334046: Set different values for CompLevel_any and CompLevel_all
Tobias Hartmann
- RFR: 8354181: [Backout] 8334046: Set different values for CompLevel_any and CompLevel_all
Christian Hagedorn
- RFR: 8354181: [Backout] 8334046: Set different values for CompLevel_any and CompLevel_all
Yudi Zheng
- RFR: 8354242: VectorAPI: combine vector not operation with compare
erifan
- RFR: 8354242: VectorAPI: combine vector not operation with compare [v2]
erifan
- RFR: 8354242: VectorAPI: combine vector not operation with compare [v2]
Jatin Bhateja
- RFR: 8354242: VectorAPI: combine vector not operation with compare [v2]
Jatin Bhateja
- RFR: 8354242: VectorAPI: combine vector not operation with compare [v2]
erifan
- RFR: 8354242: VectorAPI: combine vector not operation with compare [v2]
erifan
- RFR: 8354242: VectorAPI: combine vector not operation with compare [v2]
Andrew Haley
- RFR: 8354242: VectorAPI: combine vector not operation with compare [v2]
erifan
- RFR: 8354242: VectorAPI: combine vector not operation with compare [v2]
erifan
- RFR: 8354242: VectorAPI: combine vector not operation with compare [v2]
Jatin Bhateja
- RFR: 8354242: VectorAPI: combine vector not operation with compare [v2]
Jatin Bhateja
- RFR: 8354242: VectorAPI: combine vector not operation with compare [v2]
Jatin Bhateja
- RFR: 8354242: VectorAPI: combine vector not operation with compare [v2]
erifan
- RFR: 8354242: VectorAPI: combine vector not operation with compare [v2]
Emanuel Peter
- RFR: 8354242: VectorAPI: combine vector not operation with compare [v2]
erifan
- RFR: 8354242: VectorAPI: combine vector not operation with compare [v2]
Emanuel Peter
- RFR: 8354242: VectorAPI: combine vector not operation with compare [v2]
erifan
- RFR: 8354242: VectorAPI: combine vector not operation with compare [v3]
erifan
- RFR: 8354242: VectorAPI: combine vector not operation with compare [v3]
Emanuel Peter
- RFR: 8354242: VectorAPI: combine vector not operation with compare [v3]
erifan
- RFR: 8354242: VectorAPI: combine vector not operation with compare [v3]
Emanuel Peter
- RFR: 8354242: VectorAPI: combine vector not operation with compare [v3]
erifan
- RFR: 8354242: VectorAPI: combine vector not operation with compare [v3]
Emanuel Peter
- RFR: 8354242: VectorAPI: combine vector not operation with compare [v3]
Emanuel Peter
- RFR: 8354242: VectorAPI: combine vector not operation with compare [v3]
Emanuel Peter
- RFR: 8354242: VectorAPI: combine vector not operation with compare [v3]
erifan
- RFR: 8354242: VectorAPI: combine vector not operation with compare [v3]
erifan
- RFR: 8354255: [jittester] Remove TempDir debug output
Evgeny Nikitin
- RFR: 8354255: [jittester] Remove TempDir debug output
Christian Hagedorn
- RFR: 8354255: [jittester] Remove TempDir debug output
duke
- RFR: 8354255: [jittester] Remove TempDir debug output
Tobias Hartmann
- 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
Quan Anh Mai
- RFR: 8354282: C2: more crashes in compiled code because of dependency on removed range check CastIIs
Galder Zamarreño
- RFR: 8354282: C2: more crashes in compiled code because of dependency on removed range check CastIIs
Emanuel Peter
- 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
Roland Westrelin
- RFR: 8354284: Add more compiler test folders to tier1 runs
Marc Chevalier
- RFR: 8354284: Add more compiler test folders to tier1 runs
Leonid Mesnik
- RFR: 8354284: Add more compiler test folders to tier1 runs
Marc Chevalier
- RFR: 8354284: Add more compiler test folders to tier1 runs
Christian Hagedorn
- RFR: 8354284: Add more compiler test folders to tier1 runs
Marc Chevalier
- RFR: 8354284: Add more compiler test folders to tier1 runs
Christian Hagedorn
- RFR: 8354471: Assertion failure with -XX:-EnableX86ECoreOpts
Volodymyr Paprotski
- RFR: 8354471: Assertion failure with -XX:-EnableX86ECoreOpts
Jatin Bhateja
- RFR: 8354471: Assertion failure with -XX:-EnableX86ECoreOpts
Volodymyr Paprotski
- RFR: 8354471: Assertion failure with -XX:-EnableX86ECoreOpts [v2]
Volodymyr Paprotski
- RFR: 8354471: Assertion failure with -XX:-EnableX86ECoreOpts [v2]
Sandhya Viswanathan
- RFR: 8354471: Assertion failure with -XX:-EnableX86ECoreOpts [v2]
Volodymyr Paprotski
- RFR: 8354471: Assertion failure with -XX:-EnableX86ECoreOpts [v2]
Jatin Bhateja
- RFR: 8354471: Assertion failure with -XX:-EnableX86ECoreOpts [v3]
Volodymyr Paprotski
- RFR: 8354471: Assertion failure with -XX:-EnableX86ECoreOpts [v3]
Sandhya Viswanathan
- RFR: 8354471: Assertion failure with -XX:-EnableX86ECoreOpts [v3]
duke
- RFR: 8354473: Incorrect results for compress/expand tests with -XX:+EnableX86ECoreOpts
Volodymyr Paprotski
- RFR: 8354473: Incorrect results for compress/expand tests with -XX:+EnableX86ECoreOpts
Emanuel Peter
- RFR: 8354473: Incorrect results for compress/expand tests with -XX:+EnableX86ECoreOpts
Volodymyr Paprotski
- RFR: 8354477: C2 SuperWord: make use of memory edges more explicit
Emanuel Peter
- RFR: 8354477: C2 SuperWord: make use of memory edges more explicit
Emanuel Peter
- RFR: 8354477: C2 SuperWord: make use of memory edges more explicit
Vladimir Kozlov
- RFR: 8354477: C2 SuperWord: make use of memory edges more explicit
Roland Westrelin
- RFR: 8354477: C2 SuperWord: make use of memory edges more explicit
Emanuel Peter
- RFR: 8354520: IGV: dump contextual information
Roberto Castañeda Lozano
- RFR: 8354520: IGV: dump contextual information
Manuel Hässig
- RFR: 8354520: IGV: dump contextual information [v2]
Roberto Castañeda Lozano
- RFR: 8354520: IGV: dump contextual information [v2]
Roberto Castañeda Lozano
- RFR: 8354520: IGV: dump contextual information [v2]
Manuel Hässig
- RFR: 8354520: IGV: dump contextual information [v2]
Roberto Castañeda Lozano
- RFR: 8354520: IGV: dump contextual information [v3]
Roberto Castañeda Lozano
- RFR: 8354520: IGV: dump contextual information [v3]
Roberto Castañeda Lozano
- RFR: 8354520: IGV: dump contextual information [v4]
Roberto Castañeda Lozano
- RFR: 8354520: IGV: dump contextual information [v4]
Roberto Castañeda Lozano
- RFR: 8354542: Clean up x86 stubs after 32-bit x86 removal
Aleksey Shipilev
- RFR: 8354542: Clean up x86 stubs after 32-bit x86 removal
Andrew Dinn
- RFR: 8354542: Clean up x86 stubs after 32-bit x86 removal
Vladimir Kozlov
- RFR: 8354542: Clean up x86 stubs after 32-bit x86 removal
Aleksey Shipilev
- RFR: 8354544: Fix bugs in APX NDD code generation for OpenJDK PR [v2]
Srinivas Vamsi Parasa
- RFR: 8354544: Fix bugs in APX NDD code generation for OpenJDK PR [v2]
Tobias Hartmann
- RFR: 8354544: Fix bugs in APX NDD code generation for OpenJDK PR [v2]
Jatin Bhateja
- RFR: 8354544: Fix bugs in APX NDD code generation for OpenJDK PR [v2]
Srinivas Vamsi Parasa
- RFR: 8354544: Fix bugs in APX NDD code generation for OpenJDK PR [v2]
Srinivas Vamsi Parasa
- RFR: 8354544: Fix bugs in APX NDD code generation for OpenJDK PR [v2]
duke
- RFR: 8354625: Compile::igv_print_graph_to_network doesn't use its second parameter
Marc Chevalier
- RFR: 8354625: Compile::igv_print_graph_to_network doesn't use its second parameter
Roberto Castañeda Lozano
- RFR: 8354625: Compile::igv_print_graph_to_network doesn't use its second parameter
Tobias Hartmann
- RFR: 8354625: Compile::igv_print_graph_to_network doesn't use its second parameter
duke
- RFR: 8354625: Compile::igv_print_graph_to_network doesn't use its second parameter
Marc Chevalier
- RFR: 8354668: Missing REX2 prefix accounting in ZGC barriers leads to incorrect encoding
Jatin Bhateja
- RFR: 8354668: Missing REX2 prefix accounting in ZGC barriers leads to incorrect encoding
Axel Boldt-Christmas
- RFR: 8354668: Missing REX2 prefix accounting in ZGC barriers leads to incorrect encoding
Dean Long
- RFR: 8354668: Missing REX2 prefix accounting in ZGC barriers leads to incorrect encoding
Jatin Bhateja
- RFR: 8354668: Missing REX2 prefix accounting in ZGC barriers leads to incorrect encoding [v2]
Jatin Bhateja
- RFR: 8354668: Missing REX2 prefix accounting in ZGC barriers leads to incorrect encoding [v2]
Dean Long
- RFR: 8354668: Missing REX2 prefix accounting in ZGC barriers leads to incorrect encoding [v2]
Jatin Bhateja
- RFR: 8354668: Missing REX2 prefix accounting in ZGC barriers leads to incorrect encoding [v3]
Jatin Bhateja
- RFR: 8354668: Missing REX2 prefix accounting in ZGC barriers leads to incorrect encoding [v3]
Dean Long
- RFR: 8354668: Missing REX2 prefix accounting in ZGC barriers leads to incorrect encoding [v3]
Axel Boldt-Christmas
- RFR: 8354668: Missing REX2 prefix accounting in ZGC barriers leads to incorrect encoding [v3]
Sandhya Viswanathan
- RFR: 8354668: Missing REX2 prefix accounting in ZGC barriers leads to incorrect encoding [v3]
Jatin Bhateja
- RFR: 8354668: Missing REX2 prefix accounting in ZGC barriers leads to incorrect encoding [v3]
Tobias Hartmann
- RFR: 8354815: RISC-V: Change type of bitwise rotation shift to iRegIorL2I
Anjian-Wen
- RFR: 8354815: RISC-V: Change type of bitwise rotation shift to iRegIorL2I
Fei Yang
- RFR: 8354815: RISC-V: Change type of bitwise rotation shift to iRegIorL2I
Feilong Jiang
- RFR: 8354815: RISC-V: Change type of bitwise rotation shift to iRegIorL2I
duke
- RFR: 8355003: Implement Ahead-of-Time Method Profiling
Igor Veresov
- RFR: 8355003: Implement Ahead-of-Time Method Profiling
Vladimir Kozlov
- RFR: 8355003: Implement Ahead-of-Time Method Profiling
Igor Veresov
- RFR: 8355003: Implement Ahead-of-Time Method Profiling
Igor Veresov
- RFR: 8355003: Implement Ahead-of-Time Method Profiling
Igor Veresov
- RFR: 8355003: Implement Ahead-of-Time Method Profiling
Igor Veresov
- RFR: 8355003: Implement Ahead-of-Time Method Profiling
Igor Veresov
- RFR: 8355003: Implement Ahead-of-Time Method Profiling
Igor Veresov
- RFR: 8355003: Implement Ahead-of-Time Method Profiling
Igor Veresov
- RFR: 8355003: Implement Ahead-of-Time Method Profiling
Igor Veresov
- RFR: 8355003: Implement Ahead-of-Time Method Profiling
Ioi Lam
- RFR: 8355003: Implement Ahead-of-Time Method Profiling
Ioi Lam
- RFR: 8355003: Implement Ahead-of-Time Method Profiling
Vladimir Kozlov
- RFR: 8355003: Implement Ahead-of-Time Method Profiling
Vladimir Kozlov
- RFR: 8355003: Implement Ahead-of-Time Method Profiling
Vladimir Kozlov
- RFR: 8355003: Implement Ahead-of-Time Method Profiling
Igor Veresov
- RFR: 8355003: Implement Ahead-of-Time Method Profiling
Igor Veresov
- RFR: 8355003: Implement Ahead-of-Time Method Profiling
Vladimir Kozlov
- RFR: 8355003: Implement Ahead-of-Time Method Profiling
Vladimir Kozlov
- RFR: 8355003: Implement Ahead-of-Time Method Profiling
Ioi Lam
- RFR: 8355003: Implement Ahead-of-Time Method Profiling
Igor Veresov
- RFR: 8355003: Implement Ahead-of-Time Method Profiling [v2]
Igor Veresov
- RFR: 8355003: Implement Ahead-of-Time Method Profiling [v3]
Igor Veresov
- RFR: 8355003: Implement Ahead-of-Time Method Profiling [v4]
Igor Veresov
- RFR: 8355003: Implement Ahead-of-Time Method Profiling [v4]
Erik Joelsson
- RFR: 8355003: Implement Ahead-of-Time Method Profiling [v4]
Vladimir Kozlov
- RFR: 8355003: Implement Ahead-of-Time Method Profiling [v4]
Igor Veresov
- RFR: 8355003: Implement Ahead-of-Time Method Profiling [v4]
Magnus Ihse Bursie
- RFR: 8355034: [JVMCI] assert(static_cast<int>(_jvmci_data_size) == align_up(compiler->is_jvmci() ? jvmci_data->size() : 0, oopSize)) failed: failed: 104 != 16777320
Doug Simon
- RFR: 8355034: [JVMCI] assert(static_cast<int>(_jvmci_data_size) == align_up(compiler->is_jvmci() ? jvmci_data->size() : 0, oopSize)) failed: failed: 104 != 16777320
Doug Simon
- RFR: 8355034: [JVMCI] assert(static_cast<int>(_jvmci_data_size) == align_up(compiler->is_jvmci() ? jvmci_data->size() : 0, oopSize)) failed: failed: 104 != 16777320 [v2]
Doug Simon
- RFR: 8355034: [JVMCI] assert(static_cast<int>(_jvmci_data_size) == align_up(compiler->is_jvmci() ? jvmci_data->size() : 0, oopSize)) failed: failed: 104 != 16777320 [v2]
Tom Rodriguez
- RFR: 8355034: [JVMCI] assert(static_cast<int>(_jvmci_data_size) == align_up(compiler->is_jvmci() ? jvmci_data->size() : 0, oopSize)) failed: failed: 104 != 16777320 [v3]
Doug Simon
- RFR: 8355034: [JVMCI] assert(static_cast<int>(_jvmci_data_size) == align_up(compiler->is_jvmci() ? jvmci_data->size() : 0, oopSize)) failed: failed: 104 != 16777320 [v3]
Yudi Zheng
- RFR: 8355034: [JVMCI] assert(static_cast<int>(_jvmci_data_size) == align_up(compiler->is_jvmci() ? jvmci_data->size() : 0, oopSize)) failed: failed: 104 != 16777320 [v3]
Cesar Soares Lucas
- RFR: 8355034: [JVMCI] assert(static_cast<int>(_jvmci_data_size) == align_up(compiler->is_jvmci() ? jvmci_data->size() : 0, oopSize)) failed: failed: 104 != 16777320 [v3]
Doug Simon
- RFR: 8355034: [JVMCI] assert(static_cast<int>(_jvmci_data_size) == align_up(compiler->is_jvmci() ? jvmci_data->size() : 0, oopSize)) failed: failed: 104 != 16777320 [v4]
Doug Simon
- RFR: 8355034: [JVMCI] assert(static_cast<int>(_jvmci_data_size) == align_up(compiler->is_jvmci() ? jvmci_data->size() : 0, oopSize)) failed: failed: 104 != 16777320 [v4]
Tom Rodriguez
- RFR: 8355034: [JVMCI] assert(static_cast<int>(_jvmci_data_size) == align_up(compiler->is_jvmci() ? jvmci_data->size() : 0, oopSize)) failed: failed: 104 != 16777320 [v4]
Doug Simon
- RFR: 8355074: RISC-V: C2: Support Vector-Scalar version of Zvbb Vector And-Not instruction
Anjian-Wen
- RFR: 8355074: RISC-V: C2: Support Vector-Scalar version of Zvbb Vector And-Not instruction
Fei Yang
- RFR: 8355074: RISC-V: C2: Support Vector-Scalar version of Zvbb Vector And-Not instruction [v2]
Anjian-Wen
- RFR: 8355074: RISC-V: C2: Support Vector-Scalar version of Zvbb Vector And-Not instruction [v2]
Feilong Jiang
- RFR: 8355074: RISC-V: C2: Support Vector-Scalar version of Zvbb Vector And-Not instruction [v2]
Anjian-Wen
- RFR: 8355074: RISC-V: C2: Support Vector-Scalar version of Zvbb Vector And-Not instruction [v3]
Anjian-Wen
- RFR: 8355074: RISC-V: C2: Support Vector-Scalar version of Zvbb Vector And-Not instruction [v3]
Anjian-Wen
- RFR: 8355074: RISC-V: C2: Support Vector-Scalar version of Zvbb Vector And-Not instruction [v4]
Anjian-Wen
- RFR: 8355074: RISC-V: C2: Support Vector-Scalar version of Zvbb Vector And-Not instruction [v4]
Fei Yang
- RFR: 8355074: RISC-V: C2: Support Vector-Scalar version of Zvbb Vector And-Not instruction [v4]
Feilong Jiang
- RFR: 8355074: RISC-V: C2: Support Vector-Scalar version of Zvbb Vector And-Not instruction [v4]
duke
- RFR: 8355223: Improve documentation on @IntrinsicCandidate [v2]
Chen Liang
- RFR: 8355223: Improve documentation on @IntrinsicCandidate [v2]
John R Rose
- RFR: 8355223: Improve documentation on @IntrinsicCandidate [v2]
John R Rose
- RFR: 8355223: Improve documentation on @IntrinsicCandidate [v2]
John R Rose
- RFR: 8355223: Improve documentation on @IntrinsicCandidate [v2]
Chen Liang
- RFR: 8355223: Improve documentation on @IntrinsicCandidate [v2]
Chen Liang
- RFR: 8355223: Improve documentation on @IntrinsicCandidate [v2]
John R Rose
- RFR: 8355223: Improve documentation on @IntrinsicCandidate [v3]
Chen Liang
- RFR: 8355223: Improve documentation on @IntrinsicCandidate [v3]
John R Rose
- RFR: 8355223: Improve documentation on @IntrinsicCandidate [v3]
John R Rose
- RFR: 8355223: Improve documentation on @IntrinsicCandidate [v4]
Chen Liang
- RFR: 8355223: Improve documentation on @IntrinsicCandidate [v4]
Raffaello Giulietti
- RFR: 8355223: Improve documentation on @IntrinsicCandidate [v5]
Chen Liang
- RFR: 8355233: Add a DMB related benchmark
Eric Caspole
- RFR: 8355233: Add a DMB related benchmark [v2]
Eric Caspole
- RFR: 8355233: Add a DMB related benchmark [v2]
Vladimir Kozlov
- RFR: 8355233: Add a DMB related benchmark [v3]
Eric Caspole
- RFR: 8355233: Add a DMB related benchmark [v3]
Vladimir Kozlov
- RFR: 8355239: RISC-V: Do not support subword scatter store
Fei Yang
- RFR: 8355239: RISC-V: Do not support subword scatter store
Hamlin Li
- RFR: 8355239: RISC-V: Do not support subword scatter store
Feilong Jiang
- RFR: 8355239: RISC-V: Do not support subword scatter store
Fei Yang
- RFR: 8355293: [TEST] RISC-V: enable more ir tests
Hamlin Li
- RFR: 8355293: [TEST] RISC-V: enable more ir tests
Ludovic Henry
- RFR: 8355293: [TEST] RISC-V: enable more ir tests [v2]
Hamlin Li
- RFR: 8355293: [TEST] RISC-V: enable more ir tests [v2]
Hamlin Li
- RFR: 8355293: [TEST] RISC-V: enable more ir tests [v2]
Fei Yang
- RFR: 8355293: [TEST] RISC-V: enable more ir tests [v2]
Hamlin Li
- RFR: 8355293: [TEST] RISC-V: enable more ir tests [v2]
Fei Yang
- RFR: 8355293: [TEST] RISC-V: enable more ir tests [v2]
Hamlin Li
- RFR: 8355293: [TEST] RISC-V: enable more ir tests [v2]
Fei Yang
- RFR: 8355293: [TEST] RISC-V: enable more ir tests [v2]
Hamlin Li
- RFR: 8355293: [TEST] RISC-V: enable more ir tests [v3]
Hamlin Li
- RFR: 8355293: [TEST] RISC-V: enable more ir tests [v3]
Fei Yang
- RFR: 8355293: [TEST] RISC-V: enable more ir tests [v3]
Hamlin Li
- RFR: 8355387: [jittester] Disable downcasts by default
Evgeny Nikitin
- RFR: 8355387: [jittester] Disable downcasts by default
Christian Hagedorn
- RFR: 8355387: [jittester] Disable downcasts by default
Tobias Hartmann
- RFR: 8355387: [jittester] Disable downcasts by default
duke
- RFR: 8355432: Remove CompileTask from SA
Chris Plummer
- RFR: 8355432: Remove CompileTask from SA
Leonid Mesnik
- RFR: 8355432: Remove CompileTask from SA
Aleksey Shipilev
- RFR: 8355472: Clean up x86 nativeInst after 32-bit x86 removal
Manuel Hässig
- RFR: 8355472: Clean up x86 nativeInst after 32-bit x86 removal
Aleksey Shipilev
- RFR: 8355472: Clean up x86 nativeInst after 32-bit x86 removal
Roberto Castañeda Lozano
- RFR: 8355472: Clean up x86 nativeInst after 32-bit x86 removal
Julian Waters
- RFR: 8355472: Clean up x86 nativeInst after 32-bit x86 removal [v2]
Manuel Hässig
- RFR: 8355472: Clean up x86 nativeInst after 32-bit x86 removal [v2]
Manuel Hässig
- RFR: 8355472: Clean up x86 nativeInst after 32-bit x86 removal [v2]
Aleksey Shipilev
- RFR: 8355472: Clean up x86 nativeInst after 32-bit x86 removal [v2]
Manuel Hässig
- RFR: 8355472: Clean up x86 nativeInst after 32-bit x86 removal [v2]
duke
- RFR: 8355492: MissedOptCastII is missing UnlockDiagnosticVMOptions flag
Marc Chevalier
- RFR: 8355492: MissedOptCastII is missing UnlockDiagnosticVMOptions flag
Roberto Castañeda Lozano
- RFR: 8355492: MissedOptCastII is missing UnlockDiagnosticVMOptions flag
Marc Chevalier
- RFR: 8355492: MissedOptCastII is missing UnlockDiagnosticVMOptions flag
Christian Hagedorn
- RFR: 8355492: MissedOptCastII is missing UnlockDiagnosticVMOptions flag
Marc Chevalier
- RFR: 8355492: MissedOptCastII is missing UnlockDiagnosticVMOptions flag
duke
- RFR: 8355492: MissedOptCastII is missing UnlockDiagnosticVMOptions flag
Tobias Hartmann
- RFR: 8355562: RISC-V: Cleanup names of vector-scalar instructions in riscv_v.ad
Anjian-Wen
- RFR: 8355562: RISC-V: Cleanup names of vector-scalar instructions in riscv_v.ad
Fei Yang
- RFR: 8355562: RISC-V: Cleanup names of vector-scalar instructions in riscv_v.ad
Feilong Jiang
- RFR: 8355562: RISC-V: Cleanup names of vector-scalar instructions in riscv_v.ad [v2]
Anjian-Wen
- RFR: 8355562: RISC-V: Cleanup names of vector-scalar instructions in riscv_v.ad [v2]
duke
- RFR: 8355616: Incorrect ifdef in compilationMemoryStatistic.cpp
Joel Sikström
- RFR: 8355616: Incorrect ifdef in compilationMemoryStatistic.cpp
Aleksey Shipilev
- RFR: 8355616: Incorrect ifdef in compilationMemoryStatistic.cpp
Thomas Stuefe
- RFR: 8355616: Incorrect ifdef in compilationMemoryStatistic.cpp
Julian Waters
- RFR: 8355616: Incorrect ifdef in compilationMemoryStatistic.cpp
Joel Sikström
- RFR: 8355635: Do not collect C strings in C2 scratch buffer
Vladimir Kozlov
- RFR: 8355635: Do not collect C strings in C2 scratch buffer
John R Rose
- RFR: 8355635: Do not collect C strings in C2 scratch buffer
Vladimir Kozlov
- RFR: 8355635: Do not collect C strings in C2 scratch buffer
Tobias Hartmann
- RFR: 8355635: Do not collect C strings in C2 scratch buffer
Aleksey Shipilev
- RFR: 8355654: RISC-V: Relax register constraint for some vector-scalar instructions
Gui Cao
- RFR: 8355654: RISC-V: Relax register constraint for some vector-scalar instructions [v2]
Gui Cao
- RFR: 8355654: RISC-V: Relax register constraint for some vector-scalar instructions [v3]
Gui Cao
- RFR: 8355654: RISC-V: Relax register constraint for some vector-scalar instructions [v4]
Gui Cao
- RFR: 8355654: RISC-V: Relax register constraint for some vector-scalar instructions [v4]
Fei Yang
- RFR: 8355654: RISC-V: Relax register constraint for some vector-scalar instructions [v4]
Dingli Zhang
- RFR: 8355654: RISC-V: Relax register constraint for some vector-scalar instructions [v5]
Gui Cao
- RFR: 8355654: RISC-V: Relax register constraint for some vector-scalar instructions [v5]
Fei Yang
- RFR: 8355654: RISC-V: Relax register constraint for some vector-scalar instructions [v5]
Gui Cao
- RFR: 8355654: RISC-V: Relax register constraint for some vector-scalar instructions [v5]
duke
- RFR: 8355657: RISC-V: Improve PrintOptoAssembly output of vector-scalar instructions
Anjian-Wen
- RFR: 8355657: RISC-V: Improve PrintOptoAssembly output of vector-scalar instructions
Fei Yang
- RFR: 8355657: RISC-V: Improve PrintOptoAssembly output of vector-scalar instructions [v2]
Anjian-Wen
- RFR: 8355657: RISC-V: Improve PrintOptoAssembly output of vector-scalar instructions [v2]
Gui Cao
- RFR: 8355657: RISC-V: Improve PrintOptoAssembly output of vector-scalar instructions [v2]
Fei Yang
- RFR: 8355657: RISC-V: Improve PrintOptoAssembly output of vector-scalar instructions [v2]
Anjian-Wen
- RFR: 8355667: RISC-V: Add backend implementation for unsigned vector Min / Max operations
Fei Yang
- RFR: 8355667: RISC-V: Add backend implementation for unsigned vector Min / Max operations
Gui Cao
- RFR: 8355667: RISC-V: Add backend implementation for unsigned vector Min / Max operations [v2]
Fei Yang
- RFR: 8355668: RISC-V: jdk/incubator/vector/Int256VectorTests.java fails when using RVV
Gui Cao
- RFR: 8355668: RISC-V: jdk/incubator/vector/Int256VectorTests.java fails when using RVV [v2]
Gui Cao
- RFR: 8355668: RISC-V: jdk/incubator/vector/Int256VectorTests.java fails when using RVV [v2]
Anjian-Wen
- RFR: 8355668: RISC-V: jdk/incubator/vector/Int256VectorTests.java fails when using RVV [v3]
Gui Cao
- RFR: 8355668: RISC-V: jdk/incubator/vector/Int256VectorTests.java fails when using RVV [v4]
Gui Cao
- RFR: 8355668: RISC-V: jdk/incubator/vector/Int256VectorTests.java fails when using RVV [v4]
Fei Yang
- RFR: 8355668: RISC-V: jdk/incubator/vector/Int256VectorTests.java fails when using RVV [v4]
Gui Cao
- RFR: 8355668: RISC-V: jdk/incubator/vector/Int256VectorTests.java fails when using RVV [v5]
Gui Cao
- RFR: 8355668: RISC-V: jdk/incubator/vector/Int256VectorTests.java fails when using RVV [v5]
Fei Yang
- RFR: 8355668: RISC-V: jdk/incubator/vector/Int256VectorTests.java fails when using RVV [v5]
Gui Cao
- RFR: 8355769: Optimize nmethod dependency recording
Aleksey Shipilev
- RFR: 8355769: Optimize nmethod dependency recording
Aleksey Shipilev
- RFR: 8355769: Optimize nmethod dependency recording
Andrew Dinn
- RFR: 8355796: RISC-V: compiler/vectorapi/AllBitsSetVectorMatchRuleTest.java fails after JDK-8355657
Anjian-Wen
- RFR: 8355796: RISC-V: compiler/vectorapi/AllBitsSetVectorMatchRuleTest.java fails after JDK-8355657
Fei Yang
- RFR: 8355796: RISC-V: compiler/vectorapi/AllBitsSetVectorMatchRuleTest.java fails after JDK-8355657 [v2]
Anjian-Wen
- RFR: 8355796: RISC-V: compiler/vectorapi/AllBitsSetVectorMatchRuleTest.java fails after JDK-8355657 [v2]
Anjian-Wen
- RFR: 8355796: RISC-V: compiler/vectorapi/AllBitsSetVectorMatchRuleTest.java fails after JDK-8355657 [v2]
Fei Yang
- RFR: 8355796: RISC-V: compiler/vectorapi/AllBitsSetVectorMatchRuleTest.java fails after JDK-8355657 [v2]
Gui Cao
- RFR: 8355878: RISC-V: jdk/incubator/vector/DoubleMaxVectorTests.java fails when using RVV
Gui Cao
- RFR: 8355878: RISC-V: jdk/incubator/vector/DoubleMaxVectorTests.java fails when using RVV
Fei Yang
- RFR: 8355878: RISC-V: jdk/incubator/vector/DoubleMaxVectorTests.java fails when using RVV
Dingli Zhang
- RFR: JDK-8354507: subnode.cpp:406:36: runtime error: negation of -9223372036854775808 cannot be represented in type 'long int'; cast to an unsigned type to negate this value to itself
Matthias Baesken
- RFR: JDK-8354507: subnode.cpp:406:36: runtime error: negation of -9223372036854775808 cannot be represented in type 'long int'; cast to an unsigned type to negate this value to itself
Martin Doerr
- RFR: JDK-8354507: subnode.cpp:406:36: runtime error: negation of -9223372036854775808 cannot be represented in type 'long int'; cast to an unsigned type to negate this value to itself
Tobias Hartmann
- RFR: JDK-8354507: subnode.cpp:406:36: runtime error: negation of -9223372036854775808 cannot be represented in type 'long int'; cast to an unsigned type to negate this value to itself
Matthias Baesken
- Withdrawn: 8341293: Split field loads through Nested Phis
duke
- Withdrawn: 8346836: C2: Introduce a way to verify the correctness of ConstraintCastNodes at runtime
duke
- Withdrawn: 8348556: Inlining fails earlier for MemorySegment::reinterpret
duke
- Withdrawn: 8350097: Make Compilation::current() and Compile::current() safer
duke
- Withdrawn: 8351623: VectorAPI: Refactor subword gather load and add SVE implementation
Xiaohong Gong
- Withdrawn: 8354130: Assert failure at CompilationPolicy::can_be_compiled after JDK-8334046
Yudi Zheng
Last message date:
Tue Apr 29 09:39:46 UTC 2025
Archived on: Tue Apr 29 09:39:53 UTC 2025
This archive was generated by
Pipermail 0.09 (Mailman edition).