master
8313785: Fix -Wconversion warnings in prims code
8254693: Add Panama feature to pass heap segments to native code
8320275: assert(_chunk->bitmap().at(index)) failed: Bit not set at index
8301076: Replace NULL with nullptr in share/prims/
8314694: Separate checked_cast from globalDefinitions.hpp
8289780: Avoid formatting stub names when Forte is not enabled
8323243: JNI invocation of an abstract instance method corrupts the stack
8216167: Update include guards to reflect correct directories
8187443: Forest Consolidation: Move files to unified layout
8280503: Use allStatic.hpp instead of allocation.hpp where possible
8322538: remove fatal from JVM_VirtualThread functions for !INCLUDE_JVMTI
8233091: Backout JDK-8212117: Class.forName loads a class but not linked if class is not initialized
8320860: add-opens/add-exports require '=' in JAVA_TOOL_OPTIONS
8296265: Use modern HTML in the JVMTI spec
8318484: Initial version of cdsConfig.hpp
8315706: com/sun/tools/attach/warnings/DynamicLoadWarningTest.java real fix for failure on AIX
8301997: Move method resolution information out of the cpCache
8311077: Fix -Wconversion warnings in jvmti code
8267464: Circular-dependency resilient inline headers
8310948: Fix ignored-qualifiers warning in Hotspot
8319244: implement JVMTI handshakes support for virtual threads
8264800: cleanup Threads_lock comments in JVM/TI function headers
8321685: Missing ResourceMark in code called from JvmtiEnvBase::get_vthread_jvf
8284903: Fix typos in hotspot
8316233: VirtualThreadStart events should not be thread-filtered
8312174: missing JVMTI events from vthreads parked during JVMTI attach
8319935: Ensure only one JvmtiThreadState is created for one JavaThread associated with attached native thread
8304919: Implementation of Virtual Threads
8314502: Change the comparator taking version of GrowableArray::find to be a template method
8250042: Clean up methodOop and method_oop names from the code
8313202: MutexLocker should disallow null Mutexes
8305590: Remove nothrow exception specifications from operator new
8308762: Metaspace leak with Instrumentation.retransform
8309663: test fails "assert(check_alignment(result)) failed: address not aligned: 0x00000008baadbabe"
8292741: Convert JvmtiTagMapTable to ResourceHashtable
8309599: WeakHandle and OopHandle release should clear obj pointer
8321219: runtime/jni/FastGetField: assert(is_interpreted_frame()) failed: interpreted frame expected
8308614: Enabling JVMTI ClassLoad event slows down vthread creation by factor 10
8321069: JvmtiThreadState::state_for_while_locked() returns nullptr for an attached JNI thread with a java.lang.Thread object after JDK-8319935
8261125: Move VM_Operation to vmOperation.hpp
8310076: Reduce inclusion of bytecodeStream.hpp
8268829: Provide an optimized way to walk the stack with Class object only 8210375: StackWalker::getCallerClass throws UnsupportedOperationException
8300926: Several startup regressions ~6-70% in 21-b6 all platforms
8318586: Explicitly handle upcall stub allocation failure 8318653: UpcallTestHelper::runInNewProcess waits for forked process without timeout
8309390: [JVMCI] improve copying system properties into libgraal
8294907: Remove unused NativeLookup::dll_load
8310644: Make panama memory segment close use async handshakes
8256380: JDK-8254162 broke 32bit windows build
8316698: build failure caused by JDK-8316456
8316456: StackWalker may skip Continuation::yield0 frame mistakenly
8320886: Unsafe_SetMemory0 is not guarded
8286825: Linker naming cleanup
8310459: [BACKOUT] 8304450: [vectorapi] Refactor VectorShuffle implementation
8296477: Foreign linker implementation update following JEP 434
8320935: Move CDS config initialization code to cdsConfig.cpp
8296886: Fix various include sort order issues