master
8358748: Large page size initialization fails with assert "page_size must be a power of 2"
8365913: Support latest MSC_VER in abstract_vm_version.cpp
8303575: adjust Xen handling on Linux aarch64
8321479: java -D-D crashes
8219555: compiler/jvmci/compilerToVM/IsMatureTest.java fails with Unexpected isMature state for multiple times invoked method: expected false to equal true
8300265: Remove metaprogramming/isSigned.hpp
8256050: JVM crashes with -XX:+PrintDeoptimizationDetails
8264711: More runtime TRAPS cleanups
8314225: SIGSEGV in JavaThread::is_lock_owned
8273456: Do not hold ttyLock around stack walking 8273629: compiler/uncommontrap/TestDeoptOOM.java fails with release VMs
8264868: Reduce inclusion of registerMap.hpp and register.hpp
8243205: Modularize JVM flags declaration
8273342: Null pointer dereference in classFileParser.cpp:2817
8296956: [JVMCI] HotSpotResolvedJavaFieldImpl.getIndex returns wrong value
8267464: Circular-dependency resilient inline headers
8313796: AsyncGetCallTrace crash on unreadable interpreter method pointer
8268717: Upstream: 8268673: Stack walk across optimized entry frame on fresh native thread fails
8348561: Add aarch64 intrinsics for ML-DSA
8251462: Simplify compilation policy
8260307: Do not include method.hpp in frame.hpp
8263595: Remove oop type punning in JavaCallArguments
8325937: runtime/handshake/HandshakeDirectTest.java causes "monitor end should be strictly below the frame pointer" assertion failure on AArch64
8270085: Suspend during block transition may deadlock if lock held
8257731: Remove excessive include of stubRoutines.hpp
8216167: Update include guards to reflect correct directories
8229517: Support for optional asynchronous/buffered logging
8221392: Reduce ConcurrentGCThreads spinning during start up
8251505: Use of types in compiler shared code should be consistent.
8330464: hserr generic events - add entry for the before_exit calls
8290020: Deadlock in leakprofiler::emit_events during shutdown
8252685: APIs that require JavaThread should take JavaThread arguments
8270993: Missing forward declaration of ZeroFrame
8297106: Remove the -Xcheck:jni local reference capacity checking
8187443: Forest Consolidation: Move files to unified layout
8256754: Deoptimization::revoke_for_object_deoptimization: stack processing start call is redundant
8269466: Factor out the common code for initializing and starting internal VM JavaThreads
8267653: Remove Mutex::_safepoint_check_sometimes
8313081: MonitoringSupport_lock should be unconditionally initialized after 8304074
8304074: [JMX] Add an approximation of total bytes allocated on the Java heap by the JVM
8303861: Error handling step timeouts should never be blocked by OnError and others
8268164: Adopt cast notation for WorkerThread conversions
8283326: Implement SafeFetch statically
8281450: Remove unnecessary operator new and delete from ObjectMonitor
8221554: aarch64 cross-modifying code
8334502: gtest/GTestWrapper.java fails on armhf due to LogDecorations.iso8601_utctime_test
8338883: Show warning when CreateCoredumpOnCrash set, but core dump will not happen
8265101: Remove unnecessary functions in os*.inline.hpp
8229516: Thread.isInterrupted() always returns false after thread termination
8260306: Do not include osThread.hpp in thread.hpp
8234779: Provide idiom for declaring classes noncopyable
8223056: Remove Type-Stable-Memory support for Parkers
8296812: sprintf is deprecated in Xcode 14
8259882: Reduce the inclusion of perfData.hpp
8234748: Clean up atomic and orderAccess includes
8177107: Reduce memory footprint of java.lang.reflect.Constructor/Method
8260471: Change SystemDictionary::X_klass calls to vmClasses::X_klass
8260355: AArch64: deoptimization stub should save vector registers
8307331: Correctly update line maps when class redefine rewrites bytecodes
8223968: Add abort type description to RTM statistic counters
8306738: Select num workers for safepoint ParallelCleanupTask
8227060: Optimize safepoint cleanup subtask order
8273695: Safepoint deadlock on VMOperation_lock
8265932: Move safepoint related fields from class Thread to JavaThread
8228630: Remove always true parameter to NoSafepointVerifier
8244224: Implementation of JEP 381: Remove the Solaris and SPARC Ports
8264207: CodeStrings does not honour fixed address assumption. 8273539: [PPC64] gtest build error after JDK-8264207
8265783: Create a separate library for x86 Intel SVML assembly intrinsics
8199263: Split interfaceSupport.hpp to not require including .inline.hpp files
8265607: Avoid decrementing when no Symbol was created in ~SignatureStream
8253916: ResourceExhausted/resexhausted001 crashes on Linux-x64
8254189: Improve comments for StackOverFlow and fix in_xxx() functions
8263125: During deoptimization vectors should reassign scalarized payload after all objects are reallocated.
8253180: ZGC: Implementation of JEP 376: ZGC: Concurrent Thread-Stack Processing
8263589: Introduce JavaValue::get_oop/set_oop
8255231: Avoid upcalls when initializing the statSampler
8319048: Monitor deflation unlink phase prolongs time to safepoint
8260019: Move some Thread subtypes out of thread.hpp
8218753: Obsolete nonproduct flag ProfilerCheckIntervals
8352649: [17u] guarantee(is_result_safe || is_in_asgct()) failed inside AsyncGetCallTrace
8276799: Implementation of JEP 422: Linux/RISC-V Port 8282306: os::is_first_C_frame(frame*) crashes on invalid link access 8282477: [x86, aarch64] vmassert(_last_Java_pc == NULL, "already walkable"); fails with async profiler 8283865: riscv: Break down -XX:+UseRVB into seperate options for each bitmanip extension 8284068: riscv: should call Atomic::release_store in JavaThread::set_thread_state 8284937: riscv: should not allocate special register for temp 8285303: riscv: Incorrect register mask in call_native_base 8287418: riscv: Fix correctness issue of MacroAssembler::movptr 8297644: RISC-V: Compilation error when shenandoah is disabled 8291952: riscv: Remove PRAGMA_NONNULL_IGNORED 8285437: riscv: Fix MachNode size mismatch for MacroAssembler::verify_oops* 8285699: riscv: Provide information when hitting a HaltNode 8285711: riscv: RVC: Support disassembler show-bytes option 8287425: Remove unnecessary register push for MacroAssembler::check_klass_subtype_slow_path 8287552: riscv: Fix comment typo in li64 8287970: riscv: jdk/incubator/vector/*VectorTests failing 8290137: riscv: small refactoring for add_memory_int32/64 8290164: compiler/runtime/TestConstantsInError.java fails on riscv 8290496: riscv: Fix build warnings-as-errors with GCC 11 8291893: riscv: remove fence.i used in user space 8291947: riscv: fail to build after JDK-8290840 8292867: RISC-V: Simplify weak CAS return value handling 8293050: RISC-V: Remove redundant non-null assertions about macro-assembler 8293100: RISC-V: Need to save and restore callee-saved FloatRegisters in StubGenerator::generate_call_stub 8293474: RISC-V: Unify the way of moving function pointer 8293524: RISC-V: Use macro-assembler functions as appropriate 8293566: RISC-V: Clean up push and pop registers 8294012: RISC-V: get/put_native_u8 missing the case when address&7 is 6 8294083: RISC-V: Minimal build failed with --disable-precompiled-headers 8294086: RISC-V: Cleanup InstructionMark usages in the backend 8294087: RISC-V: RVC: Fix a potential alignment issue and add more alignment assertions for the patchable calls/nops 8294187: RISC-V: Unify all relocations for the backend into AbstractAssembler::relocate() 8294366: RISC-V: Partially mark out incompressible regions 8294430: RISC-V: Small refactoring for movptr_with_offset 8294492: RISC-V: Use li instead of patchable movptr at non-patchable callsites 8294679: RISC-V: Misc crash dump improvements 8295110: RISC-V: Mark out relocations as incompressible 8295270: RISC-V: Clean up and refactoring for assembler functions 8295396: RISC-V: Cleanup useless CompressibleRegions 8295926: RISC-V: C1: Fix LIRGenerator::do_LibmIntrinsic 8295968: RISC-V: Rename some assembler intrinsic functions for RVV 1.0 8296435: RISC-V: Small refactoring for increment/decrement 8296447: RISC-V: Make the operands order of vrsub_vx/vrsub_vi consistent with RVV 1.0 spec 8296448: RISC-V: Fix temp usages of heapbase register killed by MacroAssembler::en/decode_klass_not_null 8296602: RISC-V: improve performance of copy_memory stub 8296771: RISC-V: C2: assert(false) failed: bad AD file 8296916: RISC-V: Move some small macro-assembler functions to header file 8297359: RISC-V: improve performance of floating Max Min intrinsics 8297697: RISC-V: Add support for SATP mode detection 8301067: RISC-V: better error message when reporting unsupported satp modes 8297715: RISC-V: C2: Use single-bit instructions from the Zbs extension 8299168: RISC-V: Fix MachNode size mismatch for MacroAssembler::_verify_oops* 8299847: RISC-V: Improve PrintOptoAssembly output of CMoveI/L nodes 8300109: RISC-V: Improve code generation for MinI/MaxI nodes 8301033: RISC-V: Handle special cases for MinI/MaxI nodes for Zbb 8301036: RISC-V: Factor out functions baseOffset & baseOffset32 from MacroAssembler 8301153: RISC-V: pipeline class for several instructions is not set correctly 8301313: RISC-V: C2: assert(false) failed: bad AD file due to missing match rule 8301628: RISC-V: c2 fix pipeline class for several instructions 8301818: RISC-V: Factor out function mvw from MacroAssembler 8302114: RISC-V: Several foreign jtreg tests fail with debug build after JDK-8301818 8301852: RISC-V: Optimize class atomic when order is memory_order_relaxed 8302289: RISC-V: Use bgez instruction in arraycopy_simple_check when possible 8302776: RISC-V: Fix typo CSR_INSTERT to CSR_INSTRET 8304293: RISC-V: JDK-8276799 missed atomic intrinsic support for C1 8305006: Use correct register in riscv_enc_fast_unlock() 8305008: RISC-V: Factor out immediate checking functions from assembler_riscv.inline.hpp 8305112: RISC-V: Typo fix for RVC description 8305512: RISC-V: Enable RVC extension by default on supported hardware 8305728: RISC-V: Use bexti instruction to do single-bit testing 8306667: RISC-V: Fix storeImmN0 matching rule by using zr register 8307150: RISC-V: Remove remaining StoreLoad barrier with UseCondCardMark for Serial/Parallel GC 8307446: RISC-V: Improve performance of floating point to integer conversion 8307651: RISC-V: stringL_indexof_char instruction has wrong format string 8308089: [riscv-port-jdk17u] Intrinsify Unsafe.storeStoreFence 8308277: RISC-V: Improve vectorization of Match.sqrt() on floats 8308997: RISC-V: Sign extend when comparing 32-bit value with zero instead of testing the sign bit 8309427: [riscv-port-jdk17u] Remove unused RoundDoubleModeV C2 node 8305236: Some LoadLoad barriers in the interpreter are unnecessary after JDK-8220051 8285630: Fix a configure error in RISC-V cross build 8277417: C1 LIR instruction for load-klass
8259288: Debug build failure with clang-10 due to -Wimplicit-int-float-conversion
8255455: Pre-generate ThreadHeapSampler::_log_table
8350616: Skip ValidateHazardPtrsClosure in non-debug builds
8305670: Performance regression in LockSupport.unpark with lots of idle threads
8235741: Inappropriate uses of os::javaTimeMillis()
8256017: Remove unused elapsedTimer constructor
8293114: JVM should trim the native heap
8267396: Avoid recording "pc" in unhandled oops detector for better performance
8264805: Remove the experimental Ahead-of-Time Compiler
8227745: Enable Escape Analysis for Better Performance in the Presence of JVMTI Agents 8233915: JVMTI FollowReferences: Java Heap Leak not found because of C2 Scalar Replacement
8278146: G1: Rework VM_G1Concurrent VMOp to clearly identify it as pause
8280784: VM_Cleanup unnecessarily processes all thread oops
8294902: Undefined Behavior in C2 regalloc with null references
8295274: HelidonAppTest.java fails "assert(event->should_commit()) failed: invariant" from compiled frame"
8261125: Move VM_Operation to vmOperation.hpp
8254335: logging/logStream.hpp includes memory/resourceArea.hpp but doesn't need it
8233787: Break cycle in vm_version* includes