master
8266950: Remove vestigial support for non-strict floating-point execution
8276177: nsk/jvmti/RedefineClasses/StressRedefineWithoutBytecodeCorruption failed with "assert(def_ik->is_being_redefined()) failed: should be being redefined to get here"
8253148: Fix terminology in align_down comment
8245226: Clean-up FlagSetting and remove misuse
8281297: TestStressG1Humongous fails with guarantee(is_range_uncommitted)
8251322: Improve BitMap::iterate
8267464: Circular-dependency resilient inline headers
8253167: ARM32 builds fail after JDK-8247910 8213483: ARM32: runtime/ErrorHandling/ShowRegistersOnAssertTest.java jtreg test fail
8216167: Update include guards to reflect correct directories
8331352: error: template-id not allowed for constructor/destructor in C++20
8230168: Use ClasspathStream for FileMapInfo::create_path_array
8270083: -Wnonnull errors happen with GCC 11.1.1
8218164: Improve local control of compiler warnings
8233380: CHT: Node allocation and freeing
8300264: Remove metaprogramming/isPointer.hpp
8187443: Forest Consolidation: Move files to unified layout
8279822: CI: Constant pool entries in error state are not supported
8257731: Remove excessive include of stubRoutines.hpp
8236772: Fix build for windows 32-bit after 8212160 and 8234331
8257985: count_trailing_zeros doesn't handle 64-bit values on 32-bit JVM
8342607: Enhance register printing on x86_64 platforms
8266404: Fatal error report generated with -XX:+CrashOnOutOfMemoryError should not contain suggestion to submit a bug report
8258479: Minor cleanups in VMError
8213399: DecoderLocker is unused
8192061: Clean up allocation.inline.hpp includes
8244224: Implementation of JEP 381: Remove the Solaris and SPARC Ports
8232365: Implementation for JEP 363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector
8208671: Runtime, JFR, Serviceability changes to allow enabling -Wreorder
8258810: Improve enum traits
8329605: hs errfile generic events - move memory protections and nmethod flushes to separate sections
8324861: Exceptions::wrap_dynamic_exception() doesn't have ResourceMark
8252685: APIs that require JavaThread should take JavaThread arguments
8266557: assert(SafepointMechanism::local_poll_armed(_handshakee)) failed: Must be
8189610: Reconcile jvm.h and all jvm_md.h between java.base and hotspot
8259894: refactor parts of jvm.h into jvm_io.h and jvm_constants.h
8234796: Refactor Handshake::execute to take a more complex type than ThreadClosure
8213177: GlobalCounter::CSContext could be an enum class
8293691: converting a defined BasicType value to a string should not crash the VM
8354941: Build failure with glibc 2.42 due to uabs() name collision
8294902: Undefined Behavior in C2 regalloc with null references
8298298: NMT: count deltas are printed with 32-bit signed size
8259372: remove AIX related USE_LIBRARY_BASED_TLS_ONLY and THREAD_LOCAL special handling
8247755: Leaner and more versatile GrowableArray classes
8332473: ubsan: growableArray.hpp:290:10: runtime error: null pointer passed as argument 1, which is declared to never be null
8229517: Support for optional asynchronous/buffered logging
8263976: Remove block allocation from BasicHashtable
8263551: Provide shared lock-free FIFO queue implementation
8234779: Provide idiom for declaring classes noncopyable
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
8296437: NMT incurs costs if disabled
8252859: Inconsistent use of alpha in class AbsSeq
8298730: Refactor subsystem_file_line_contents and add docs and tests
8300265: Remove metaprogramming/isSigned.hpp
8292903: enhance round_up_power_of_2 assertion output
8259486: Replace PreserveExceptionMark with implementation for CautiouslyPreserveExceptionMark
8271506: Add ResourceHashtable support for deleting selected entries
8234740: Harmonize parameter order in Atomic - cmpxchg
8253555: Make ByteSize and WordSize typed scoped enums
8214180: Need better granularity for sleeping
8247747: Remove macro definition of "inline" in stack.hpp
8204055: SIGSEGV in java -XX:
8223599: minimal build fails after JDK-8185525
8185525: Add JFR event for DictionarySizes
8203287: Zero fails to build after JDK-8199712 (Flight Recorder)
8241160: Concurrent class unloading reports GCTraceTime events as JFR pause sub-phase events
8151779: Some intrinsic flags could be replaced with one general flag
Merge
8241371: Refactor and consolidate package_from_name
8248132: ZGC: Unify handling of all OopStorage instances in root processing
8229836: Remove include of globals.hpp from allocation.hpp
8222720: Provide extended VMWare/vSphere virtualization related info in the hs_error file on linux/windows x86_64
8260471: Change SystemDictionary::X_klass calls to vmClasses::X_klass
8338883: Show warning when CreateCoredumpOnCrash set, but core dump will not happen
8274986: max code printed in hs-err logs should be configurable
8299254: Support dealing with standard assert macro
8318986: Improve GenericWaitBarrier performance
8261125: Move VM_Operation to vmOperation.hpp
8233913: Remove implicit conversion from Method* to methodHandle