master
8347909: Automatic precompiled.hpp inclusion
8311821: Simplify ParallelGCThreadsConstraintFunc after CMS removal
8386705: Parallel: Allow NUMA with explicit huge pages and adaptive resizing
8379506: Parallel: Move Parallel specific flags to parallel_globals.hpp
8376357: Parallel: Convert MutableSpace classes to use Atomic<T>
8346005: Parallel: Incorrect page size calculation with UseLargePages
8374316: Update copyright year to 2025 for hotspot in files where it was missed
8328364: Remove redundant fields in 'BOTConstants'
8378266: Update atomicAccess include after Atomic<T> changes
8355692: Refactor stream indentation
8345795: Update copyright year to 2024 for hotspot in files where it was missed
8378348: Obsolete ParallelRefProcEnabled
8372150: Parallel: Tighten requirements around heap sizes with NUMA and Large Pages
8358294: Remove unnecessary GenAlignment
8328139: Prefer 'override' to 'virtual' in subclasses of 'GCInitLogger'
8387387: Parallel: Clean up startup allocation locking
8367541: Parallel: Make young and old generation fields nonstatic in ParallelScavengeHeap
8377561: Parallel: Large allocations cause Full GC storm without heap expansion
8380590: Parallel: Improve tenuring-threshold heuristics
8383807: Parallel: Improve Young GC stack trimming
8376356: Parallel: Convert PSCardTable to use Atomic<T>
8367629: Parallel: Remove logging in PSAdjustWeakRootsClosure
8389219: Implement JEP 401: Value Objects (Preview) 8389220: Implement JEP 539: Strict Field Initialization in the JVM (Preview)
8386323: Remove unused MemoryPool allocation availability state
8378535: Parallel: Replace SpaceCounters with HSpaceCounters
8380564: Parallel: Rename allocate to cas_allocate_with_expansion in PSOldGen
8305895: Implement JEP 450: Compact Object Headers (Experimental)
8355617: Remove historical debug_only macro in favor of DEBUG_ONLY
8301180: Replace NULL with nullptr in share/gc/parallel/
8387129: Parallel: Wrong TaskTerminator in ParallelScavengeRefProcProxyTask
8280503: Use allStatic.hpp instead of allocation.hpp where possible
8267185: Add string deduplication support to ParallelGC
8360024: Reorganize GC VM operations and implement is_gc_operation
8353564: Fail fatally if os::release_memory or os::uncommit_memory fails