Prompted by a discussion on build-dev if the current set of header files included in the PCH are optimal (which it most definitely is not!), I collected some statistics. Here's a list of the current set of header files in hotspot with the number of times it is included, directly or indirectly, in a C++ file (as determined by the gcc dependency tracking). It is sorted in descending order, so for example allocation.hpp is included 586 times, while globalDefinitions.hpp is included 579 times. For comparison, there are 922 compilation units (C++ files).

All numbers is from my linux build, so they might differ slightly between platforms or build configurations, but the overall picture is likely to remain the same.

One way to tackle this information is to conclude that almost single header file is ever included in more than 50% of the compilations, so PCHs are not worth it at all. Another way is to conclude that there are 34 header files that are each included more than 150 times, and that means that it is reasonable to include it in the PCH. Or or some other cutoff, like 13 files over 300 times; this looks like a Pareto distribution, so the fewer files you include, they will be exponentially more useful.

/Magnus
hotspot/share/memory/allocation.hpp: 586
hotspot/share/utilities/globalDefinitions.hpp: 579
hotspot/share/runtime/os.hpp: 444
hotspot/share/utilities/align.hpp: 434
hotspot/share/utilities/macros.hpp: 407
hotspot/share/runtime/atomic.hpp: 390
hotspot/share/oops/oop.inline.hpp: 374
hotspot/share/services/memTracker.hpp: 361
hotspot/share/memory/resourceArea.hpp: 354
hotspot/share/memory/allocation.inline.hpp: 339
hotspot/share/logging/log.hpp: 311
hotspot/share/utilities/debug.hpp: 303
hotspot/share/oops/oop.hpp: 303
hotspot/share/utilities/growableArray.hpp: 285
hotspot/share/classfile/systemDictionary.hpp: 244
hotspot/share/oops/oopsHierarchy.hpp: 237
hotspot/share/utilities/ostream.hpp: 234
hotspot/share/runtime/handles.hpp: 227
hotspot/share/memory/universe.hpp: 226
hotspot/share/runtime/thread.hpp: 215
hotspot/share/oops/access.inline.hpp: 212
hotspot/share/gc/shared/collectedHeap.hpp: 212
hotspot/share/oops/instanceKlass.hpp: 204
hotspot/share/classfile/javaClasses.hpp: 197
hotspot/share/runtime/orderAccess.hpp: 196
hotspot/share/runtime/timer.hpp: 192
hotspot/share/runtime/handles.inline.hpp: 192
hotspot/share/oops/objArrayOop.hpp: 179
hotspot/share/runtime/globals.hpp: 175
hotspot/share/memory/iterator.hpp: 168
hotspot/share/utilities/copy.hpp: 163
hotspot/share/utilities/ticks.hpp: 156
hotspot/share/oops/method.hpp: 156
hotspot/share/oops/klass.hpp: 153
hotspot/share/runtime/mutex.hpp: 150
hotspot/share/memory/memRegion.hpp: 149
hotspot/share/classfile/classLoaderData.hpp: 149
hotspot/share/gc/shared/gcCause.hpp: 147
hotspot/share/utilities/bitMap.hpp: 140
hotspot/share/utilities/exceptions.hpp: 137
hotspot/share/oops/objArrayKlass.hpp: 131
hotspot/share/runtime/thread.inline.hpp: 128
hotspot/share/utilities/bitMap.inline.hpp: 122
hotspot/share/oops/arrayOop.inline.hpp: 122
hotspot/share/gc/shared/gcId.hpp: 122
hotspot/share/runtime/mutexLocker.hpp: 121
hotspot/share/oops/objArrayOop.inline.hpp: 118
hotspot/share/classfile/javaClasses.inline.hpp: 116
hotspot/share/memory/referenceType.hpp: 115
java.base/jni.h: 114
hotspot/share/oops/weakHandle.hpp: 114
hotspot/share/oops/compressedOops.inline.hpp: 114
hotspot/share/gc/shared/barrierSet.hpp: 113
hotspot/share/utilities/stack.hpp: 112
hotspot/share/gc/g1/g1YCTypes.hpp: 111
hotspot/share/memory/padded.hpp: 110
hotspot/share/logging/logHandle.hpp: 110
hotspot/share/runtime/deoptimization.hpp: 109
hotspot/share/gc/shared/workgroup.hpp: 109
hotspot/share/interpreter/interpreter.hpp: 108
hotspot/share/gc/shared/collectorCounters.hpp: 108
hotspot/share/gc/shared/taskqueue.hpp: 107
hotspot/share/services/memoryUsage.hpp: 106
hotspot/share/services/memoryService.hpp: 104
hotspot/share/runtime/vm_operations.hpp: 104
hotspot/share/runtime/arguments.hpp: 102
hotspot/share/oops/typeArrayKlass.hpp: 102
hotspot/share/memory/metaspace.hpp: 102
hotspot/share/classfile/vmSymbols.hpp: 101
hotspot/share/oops/typeArrayOop.hpp: 100
hotspot/share/oops/instanceMirrorKlass.hpp: 100
hotspot/share/services/memoryManager.hpp: 99
hotspot/share/oops/oopHandle.hpp: 99
hotspot/share/gc/shared/oopStorageParState.hpp: 98
hotspot/share/runtime/safepoint.hpp: 97
hotspot/share/gc/shared/gcUtil.hpp: 97
hotspot/share/oops/arrayKlass.hpp: 95
hotspot/share/utilities/stack.inline.hpp: 94
hotspot/share/runtime/sharedRuntime.hpp: 94
hotspot/share/runtime/jniHandles.hpp: 92
hotspot/share/gc/shared/referenceProcessor.hpp: 92
hotspot/share/logging/logLevel.hpp: 91
hotspot/share/runtime/signature.hpp: 90
hotspot/share/logging/logStream.hpp: 90
hotspot/share/oops/symbol.hpp: 89
hotspot/share/oops/instanceRefKlass.hpp: 89
hotspot/share/gc/shared/preservedMarks.hpp: 88
hotspot/share/runtime/prefetch.inline.hpp: 87
hotspot/share/include/jvm.h: 86
hotspot/share/runtime/vmThread.hpp: 84
hotspot/share/gc/shared/space.hpp: 84
hotspot/share/utilities/numberSeq.hpp: 83
hotspot/share/gc/shared/softRefPolicy.hpp: 83
hotspot/share/gc/g1/g1BarrierSet.hpp: 83
hotspot/share/oops/instanceClassLoaderKlass.hpp: 82
hotspot/share/oops/instanceKlass.inline.hpp: 81
hotspot/share/gc/shared/generationCounters.hpp: 81
hotspot/share/oops/typeArrayKlass.inline.hpp: 80
hotspot/share/oops/objArrayKlass.inline.hpp: 80
hotspot/share/oops/instanceRefKlass.inline.hpp: 80
hotspot/share/oops/instanceMirrorKlass.inline.hpp: 79
hotspot/share/oops/instanceClassLoaderKlass.inline.hpp: 79
hotspot/share/memory/iterator.inline.hpp: 79
hotspot/share/gc/shared/plab.hpp: 79
hotspot/share/gc/shared/gcHeapSummary.hpp: 79
hotspot/share/gc/shared/cardTableBarrierSet.hpp: 79
hotspot/share/gc/g1/heapRegion.hpp: 79
hotspot/share/code/codeCache.hpp: 79
hotspot/share/interpreter/bytecode.hpp: 78
hotspot/share/classfile/symbolTable.hpp: 78
hotspot/share/runtime/interfaceSupport.inline.hpp: 77
hotspot/share/memory/virtualspace.hpp: 76
hotspot/share/gc/g1/g1CardTable.hpp: 76
hotspot/share/runtime/java.hpp: 75
hotspot/share/gc/g1/g1RegionToSpaceMapper.hpp: 73
hotspot/share/gc/g1/dirtyCardQueue.hpp: 73
hotspot/share/oops/markOop.hpp: 71
hotspot/share/prims/jvmtiExport.hpp: 70
hotspot/share/oops/oopHandle.inline.hpp: 70
hotspot/share/gc/g1/g1BiasedArray.hpp: 70
hotspot/share/oops/array.hpp: 69
hotspot/share/oops/accessDecorators.hpp: 69
hotspot/share/gc/shared/referenceProcessorStats.hpp: 69
hotspot/share/gc/shared/gcWhen.hpp: 69
hotspot/share/gc/g1/g1OopClosures.hpp: 69
hotspot/share/utilities/pair.hpp: 68
hotspot/share/interpreter/linkResolver.hpp: 68
hotspot/share/gc/g1/g1InCSetState.hpp: 68
hotspot/share/gc/g1/evacuationInfo.hpp: 67
hotspot/share/utilities/hashtable.hpp: 66
hotspot/share/runtime/frame.hpp: 66
hotspot/share/gc/shared/workerDataArray.hpp: 66
hotspot/share/gc/shared/oopStorage.hpp: 66
hotspot/share/gc/shared/markBitMap.hpp: 66
hotspot/share/gc/g1/g1SurvivorRegions.hpp: 66
hotspot/share/gc/g1/g1RegionMarkStatsCache.hpp: 66
hotspot/share/gc/g1/g1EvacStats.hpp: 66
hotspot/share/compiler/compileBroker.hpp: 66
hotspot/share/utilities/sizes.hpp: 65
hotspot/share/runtime/javaCalls.hpp: 65
hotspot/share/memory/oopFactory.hpp: 65
hotspot/share/gc/shared/taskqueue.inline.hpp: 65
hotspot/share/gc/shared/copyFailedInfo.hpp: 65
hotspot/share/gc/g1/heapRegionSet.hpp: 65
hotspot/share/gc/g1/heapRegionManager.hpp: 65
hotspot/share/gc/g1/g1MonitoringSupport.hpp: 65
hotspot/share/gc/g1/g1HRPrinter.hpp: 65
hotspot/share/gc/g1/g1HeapVerifier.hpp: 65
hotspot/share/gc/g1/g1HeapTransition.hpp: 65
hotspot/share/gc/g1/g1EvacFailure.hpp: 65
hotspot/share/gc/g1/g1EdenRegions.hpp: 65
hotspot/share/gc/g1/g1ConcurrentMarkObjArrayProcessor.hpp: 65
hotspot/share/gc/g1/g1ConcurrentMark.hpp: 65
hotspot/share/gc/g1/g1ConcurrentMarkBitMap.hpp: 65
hotspot/share/gc/g1/g1CollectorState.hpp: 65
hotspot/share/gc/g1/g1CollectionSet.hpp: 65
hotspot/share/gc/g1/g1CollectedHeap.hpp: 65
hotspot/share/gc/g1/collectionSetChooser.hpp: 65
hotspot/share/ci/ciMethodData.hpp: 65
hotspot/share/gc/shared/referenceProcessorPhaseTimes.hpp: 64
hotspot/share/ci/ciMethod.hpp: 64
hotspot/share/runtime/frame.inline.hpp: 63
hotspot/share/gc/shared/gcName.hpp: 63
hotspot/share/utilities/resourceHash.hpp: 62
hotspot/share/gc/shared/gcTrace.hpp: 62
hotspot/share/gc/shared/collectedHeap.inline.hpp: 62
hotspot/share/jfr/utilities/jfrAllocation.hpp: 61
hotspot/share/gc/shared/ageTable.hpp: 61
hotspot/share/utilities/concurrentHashTable.hpp: 60
hotspot/share/utilities/bytes.hpp: 60
hotspot/share/classfile/classLoader.hpp: 60
hotspot/share/gc/shared/gcTimer.hpp: 59
hotspot/share/gc/g1/heapRegionType.hpp: 59
hotspot/share/code/stubs.hpp: 59
hotspot/share/gc/shared/weakProcessorPhases.hpp: 58
hotspot/share/gc/shared/suspendibleThreadSet.hpp: 58
hotspot/share/oops/weakHandle.inline.hpp: 57
hotspot/share/gc/shared/weakProcessorPhaseTimes.hpp: 57
hotspot/share/gc/shared/memset_with_concurrent_readers.hpp: 57
hotspot/share/gc/g1/g1YoungGenSizer.hpp: 57
hotspot/share/gc/g1/g1FromCardCache.hpp: 57
hotspot/share/gc/g1/g1CodeCacheRemSet.hpp: 57
hotspot/share/gc/g1/g1BlockOffsetTable.hpp: 57
hotspot/share/runtime/threadSMR.hpp: 56
hotspot/share/opto/loopnode.hpp: 56
hotspot/share/gc/g1/sparsePRT.hpp: 56
hotspot/share/gc/g1/heapRegionRemSet.hpp: 56
hotspot/share/gc/g1/g1Predictions.hpp: 56
hotspot/share/gc/g1/g1MMUTracker.hpp: 56
hotspot/share/code/nmethod.hpp: 56
hotspot/share/classfile/stringTable.hpp: 56
gensrc/jvmtifiles/jvmti.h: 56
hotspot/share/runtime/stubRoutines.hpp: 55
hotspot/share/opto/addnode.hpp: 55
hotspot/share/gc/shared/markBitMap.inline.hpp: 55
hotspot/share/gc/g1/g1RemSetTrackingPolicy.hpp: 55
hotspot/share/gc/g1/g1RemSetSummary.hpp: 55
hotspot/share/gc/g1/g1RemSet.hpp: 55
hotspot/share/gc/g1/g1RegionMarkStatsCache.inline.hpp: 55
hotspot/share/gc/g1/g1Policy.hpp: 55
hotspot/share/gc/g1/g1InitialMarkToMixedTimeTracker.hpp: 55
hotspot/share/gc/g1/g1GCPhaseTimes.hpp: 55
hotspot/share/runtime/globals_extension.hpp: 54
hotspot/share/opto/phaseX.hpp: 54
hotspot/share/gc/g1/heapRegionSet.inline.hpp: 54
hotspot/share/gc/g1/heapRegionManager.inline.hpp: 54
hotspot/share/gc/g1/heapRegion.inline.hpp: 54
hotspot/share/gc/g1/g1ParScanThreadState.inline.hpp: 54
hotspot/share/gc/g1/g1ParScanThreadState.hpp: 54
hotspot/share/gc/g1/g1OopClosures.inline.hpp: 54
hotspot/share/gc/g1/g1ConcurrentMarkObjArrayProcessor.inline.hpp: 54
hotspot/share/gc/g1/g1ConcurrentMark.inline.hpp: 54
hotspot/share/gc/g1/g1ConcurrentMarkBitMap.inline.hpp: 54
hotspot/share/gc/g1/g1CollectedHeap.inline.hpp: 54
hotspot/share/gc/g1/g1BlockOffsetTable.inline.hpp: 54
hotspot/share/opto/cfgnode.hpp: 53
hotspot/share/asm/macroAssembler.hpp: 53
hotspot/share/opto/node.hpp: 52
hotspot/share/opto/callnode.hpp: 52
hotspot/share/classfile/classLoaderData.inline.hpp: 52
hotspot/share/runtime/synchronizer.hpp: 51
hotspot/share/opto/compile.hpp: 51
hotspot/share/oops/annotations.hpp: 51
hotspot/share/gc/z/zGlobals.hpp: 51
hotspot/share/runtime/perfData.hpp: 50
hotspot/share/opto/opcodes.hpp: 50
hotspot/share/opto/subnode.hpp: 49
hotspot/share/gc/shared/genCollectedHeap.hpp: 49
hotspot/share/opto/memnode.hpp: 48
hotspot/share/jfr/utilities/jfrTypes.hpp: 48
hotspot/share/code/nativeInst.hpp: 47
hotspot/share/jfr/jfrEvents.hpp: 46
hotspot/share/runtime/init.hpp: 45
hotspot/share/memory/metaspaceShared.hpp: 45
hotspot/share/classfile/compactHashtable.hpp: 45
hotspot/share/ci/ciField.hpp: 45
hotspot/share/runtime/fieldDescriptor.hpp: 44
hotspot/share/opto/type.hpp: 44
hotspot/share/oops/methodData.hpp: 44
hotspot/share/jfr/utilities/jfrTime.hpp: 44
hotspot/share/c1/c1_FrameMap.hpp: 44
hotspot/share/runtime/safepointVerifiers.hpp: 43
hotspot/share/interpreter/bytecodeStream.hpp: 43
hotspot/share/gc/shared/concurrentGCThread.hpp: 43
hotspot/share/opto/connode.hpp: 42
hotspot/share/metaprogramming/primitiveConversions.hpp: 42
hotspot/share/runtime/vframe.hpp: 41
hotspot/share/opto/mulnode.hpp: 41
hotspot/share/interpreter/bytecodes.hpp: 41
hotspot/share/gc/shared/spaceDecorator.hpp: 41
hotspot/share/utilities/events.hpp: 40
hotspot/share/services/memoryPool.hpp: 40
hotspot/share/prims/jvmtiEventController.hpp: 40
hotspot/share/c1/c1_LIR.hpp: 40
hotspot/share/runtime/objectMonitor.hpp: 39
hotspot/share/opto/matcher.hpp: 39
hotspot/share/memory/heapInspection.hpp: 39
hotspot/share/code/pcDesc.hpp: 39
hotspot/share/ci/ciEnv.hpp: 39
hotspot/share/services/management.hpp: 38
hotspot/share/runtime/jniHandles.inline.hpp: 38
hotspot/share/opto/runtime.hpp: 38
hotspot/share/include/jmm.h: 38
hotspot/share/gc/shared/c2/barrierSetC2.hpp: 38
hotspot/share/compiler/compileLog.hpp: 38
hotspot/share/c1/c1_ValueType.hpp: 38
hotspot/share/c1/c1_Compilation.hpp: 38
hotspot/share/utilities/xmlstream.hpp: 37
hotspot/share/runtime/os.inline.hpp: 37
hotspot/share/runtime/flags/jvmFlag.hpp: 37
hotspot/share/opto/multnode.hpp: 37
hotspot/share/libadt/vectset.hpp: 37
hotspot/share/code/vmreg.hpp: 37
hotspot/share/ci/ciStreams.hpp: 37
hotspot/share/prims/jvmtiThreadState.hpp: 36
hotspot/share/jfr/writers/jfrStorageAdapter.hpp: 36
hotspot/share/jfr/writers/jfrMemoryWriterHost.inline.hpp: 36
hotspot/share/gc/z/zBitField.hpp: 36
hotspot/share/gc/shared/genOopClosures.hpp: 36
hotspot/share/gc/shared/collectorPolicy.hpp: 36
hotspot/share/classfile/moduleEntry.hpp: 36
hotspot/share/c1/c1_Runtime1.hpp: 36
hotspot/share/utilities/dtrace.hpp: 35
hotspot/share/runtime/vm_version.hpp: 35
hotspot/share/oops/constantPool.hpp: 35
gensrc/dtracefiles/hs_private.h: 35
gensrc/dtracefiles/hotspot_jni.h: 35
gensrc/dtracefiles/hotspot.h: 35
hotspot/share/oops/generateOopMap.hpp: 34
hotspot/share/ci/ciUtilities.inline.hpp: 34
hotspot/share/oops/typeArrayOop.inline.hpp: 33
hotspot/share/oops/markOop.inline.hpp: 33
hotspot/share/oops/arrayOop.hpp: 33
hotspot/share/gc/z/zOop.inline.hpp: 33
hotspot/share/gc/z/zAddress.inline.hpp: 33
hotspot/share/ci/ciExceptionHandler.hpp: 33
hotspot/share/c1/c1_Instruction.hpp: 33
hotspot/share/runtime/stackValueCollection.hpp: 32
hotspot/share/opto/machnode.hpp: 32
hotspot/share/opto/divnode.hpp: 32
hotspot/share/opto/castnode.hpp: 32
hotspot/share/jfr/recorder/storage/jfrBuffer.hpp: 32
hotspot/share/gc/z/zMarkStack.hpp: 32
hotspot/share/gc/z/zMarkStackEntry.hpp: 32
hotspot/share/gc/serial/markSweep.hpp: 32
hotspot/share/code/debugInfo.hpp: 32
hotspot/share/jfr/support/jfrIntrinsics.hpp: 31
hotspot/share/gc/z/zNUMA.hpp: 31
hotspot/share/gc/z/zMemory.hpp: 31
hotspot/share/gc/z/zList.hpp: 31
hotspot/share/compiler/disassembler.hpp: 31
hotspot/share/opto/rootnode.hpp: 30
hotspot/share/logging/logTag.hpp: 30
hotspot/share/gc/z/zUtils.hpp: 30
hotspot/share/gc/shared/gcLocker.hpp: 30
hotspot/share/utilities/vmError.hpp: 29
hotspot/share/prims/jvmtiUtil.hpp: 29
hotspot/share/prims/jvmtiEnvThreadState.hpp: 29
hotspot/share/metaprogramming/integralConstant.hpp: 29
hotspot/share/gc/shared/generation.hpp: 29
hotspot/share/gc/shared/cardTable.hpp: 29
hotspot/share/ci/ciKlass.hpp: 29
hotspot/share/asm/codeBuffer.hpp: 29
hotspot/os_cpu/linux_x86/gc/z/zBackingFile_linux_x86.hpp: 29
hotspot/share/runtime/fieldDescriptor.inline.hpp: 28
hotspot/share/prims/jvmtiTrace.hpp: 28
hotspot/share/prims/jvmtiImpl.hpp: 28
hotspot/share/jfr/recorder/checkpoint/jfrCheckpointBlob.hpp: 28
hotspot/share/gc/z/zVirtualMemory.hpp: 28
hotspot/share/gc/z/zPhysicalMemory.hpp: 28
hotspot/share/gc/z/zMarkStackAllocator.hpp: 28
hotspot/share/gc/z/zLock.hpp: 28
hotspot/os_cpu/linux_x86/gc/z/zPhysicalMemoryBacking_linux_x86.hpp: 28
hotspot/share/runtime/semaphore.hpp: 27
hotspot/share/runtime/monitorChunk.hpp: 27
hotspot/share/oops/cpCache.hpp: 27
hotspot/share/oops/access.hpp: 27
hotspot/share/gc/z/zForwardingTable.hpp: 27
hotspot/share/gc/z/zForwardingTableEntry.hpp: 27
hotspot/share/gc/shared/vmGCOperations.hpp: 27
hotspot/share/gc/shared/gcTraceTime.hpp: 27
hotspot/share/gc/serial/defNewGeneration.hpp: 27
hotspot/share/c1/c1_IR.hpp: 27
hotspot/share/runtime/biasedLocking.hpp: 26
hotspot/share/prims/jvmtiEnvBase.hpp: 26
hotspot/share/opto/regmask.hpp: 26
hotspot/share/opto/graphKit.hpp: 26
hotspot/share/opto/convertnode.hpp: 26
hotspot/share/oops/compiledICHolder.hpp: 26
hotspot/share/gc/z/zThread.hpp: 26
hotspot/share/gc/z/zPage.hpp: 26
hotspot/share/gc/z/zMarkTerminate.hpp: 26
hotspot/share/gc/z/zMark.hpp: 26
hotspot/share/gc/z/zLiveMap.hpp: 26
hotspot/share/gc/z/zCPU.hpp: 26
hotspot/share/gc/z/zBitMap.hpp: 26
hotspot/share/gc/shared/gcTraceTime.inline.hpp: 26
hotspot/share/gc/shared/blockOffsetTable.hpp: 26
hotspot/share/compiler/abstractCompiler.hpp: 26
hotspot/share/jfr/writers/jfrWriterHost.inline.hpp: 25
hotspot/share/gc/z/zUtils.inline.hpp: 25
hotspot/share/gc/z/zPhysicalMemory.inline.hpp: 25
hotspot/share/gc/z/zMemory.inline.hpp: 25
hotspot/share/gc/z/zHash.inline.hpp: 25
hotspot/share/gc/z/zHash.hpp: 25
hotspot/share/gc/serial/markSweep.inline.hpp: 25
hotspot/share/gc/parallel/parallelScavengeHeap.hpp: 25
hotspot/share/gc/parallel/mutableSpace.hpp: 25
hotspot/cpu/x86/vm_version_x86.hpp: 25
gensrc/jvmtifiles/jvmtiEnv.hpp: 25
hotspot/share/utilities/formatBuffer.hpp: 24
hotspot/share/runtime/timerTrace.hpp: 24
hotspot/share/runtime/flags/flagSetting.hpp: 24
hotspot/share/opto/phase.hpp: 24
hotspot/share/oops/method.inline.hpp: 24
hotspot/share/logging/logTagSet.hpp: 24
hotspot/share/gc/z/zVirtualMemory.inline.hpp: 24
hotspot/share/gc/z/zValue.hpp: 24
hotspot/share/gc/z/zForwardingTable.inline.hpp: 24
hotspot/share/gc/z/zArray.hpp: 24
hotspot/share/gc/shared/referenceDiscoverer.hpp: 24
hotspot/share/gc/shared/cardTableRS.hpp: 24
hotspot/share/gc/g1/g1_globals.hpp: 24
hotspot/share/utilities/defaultStream.hpp: 23
hotspot/share/services/diagnosticArgument.hpp: 23
hotspot/share/runtime/threadCritical.hpp: 23
hotspot/share/prims/methodHandles.hpp: 23
hotspot/share/opto/regalloc.hpp: 23
hotspot/share/metaprogramming/conditional.hpp: 23
hotspot/share/gc/z/zRelocationSet.hpp: 23
hotspot/share/gc/z/zPage.inline.hpp: 23
hotspot/share/gc/z/zLiveMap.inline.hpp: 23
hotspot/share/gc/z/zBitMap.inline.hpp: 23
hotspot/share/gc/z/zAllocationFlags.hpp: 23
hotspot/share/gc/z/zAddressRangeMap.hpp: 23
hotspot/share/gc/shared/space.inline.hpp: 23
hotspot/share/gc/shared/blockOffsetTable.inline.hpp: 23
hotspot/share/compiler/methodLiveness.hpp: 23
hotspot/share/asm/assembler.hpp: 23
hotspot/share/utilities/preserveException.hpp: 22
hotspot/share/services/diagnosticFramework.hpp: 22
hotspot/share/runtime/osThread.hpp: 22
hotspot/share/runtime/compilationPolicy.hpp: 22
hotspot/share/memory/metadataFactory.hpp: 22
hotspot/share/memory/filemap.hpp: 22
hotspot/share/logging/logDecorators.hpp: 22
hotspot/share/include/cds.h: 22
hotspot/share/gc/z/zWorkers.hpp: 22
hotspot/share/gc/z/zRootsIterator.hpp: 22
hotspot/share/gc/z/zRelocationSetSelector.hpp: 22
hotspot/share/gc/z/zPreMappedMemory.hpp: 22
hotspot/share/gc/z/zPageTable.hpp: 22
hotspot/share/gc/z/zPageTableEntry.hpp: 22
hotspot/share/gc/z/zPageCache.hpp: 22
hotspot/share/gc/shared/strongRootsScope.hpp: 22
hotspot/share/gc/shared/stringdedup/stringDedupStat.hpp: 22
hotspot/share/gc/shared/satbMarkQueue.hpp: 22
hotspot/share/gc/parallel/objectStartArray.hpp: 22
hotspot/share/code/scopeDesc.hpp: 22
hotspot/share/classfile/packageEntry.hpp: 22
hotspot/share/ci/ciMethodBlocks.hpp: 22
hotspot/share/ci/ciInstance.hpp: 22
hotspot/share/oops/fieldInfo.hpp: 21
hotspot/share/memory/metaspaceClosure.hpp: 21
hotspot/share/jvmci/jvmciRuntime.hpp: 21
hotspot/share/jfr/writers/jfrStreamWriterHost.inline.hpp: 21
hotspot/share/jfr/writers/jfrStreamWriterHost.hpp: 21
hotspot/share/jfr/recorder/repository/jfrChunkWriter.hpp: 21
hotspot/share/gc/z/zWeakRootsProcessor.hpp: 21
hotspot/share/gc/z/zThreadLocalData.hpp: 21
hotspot/share/gc/z/zServiceability.hpp: 21
hotspot/share/gc/z/zRelocate.hpp: 21
hotspot/share/gc/z/zReferenceProcessor.hpp: 21
hotspot/share/gc/z/zPageAllocator.hpp: 21
hotspot/share/gc/z/zObjectAllocator.hpp: 21
hotspot/share/gc/z/zMetronome.hpp: 21
hotspot/share/gc/z/zHeap.hpp: 21
hotspot/share/gc/z/zBarrierSet.hpp: 21
hotspot/share/gc/epsilon/epsilon_globals.hpp: 21
hotspot/share/compiler/compilerDirectives.hpp: 21
hotspot/share/code/compiledIC.hpp: 21
hotspot/share/classfile/protectionDomainCache.hpp: 21
hotspot/share/asm/macroAssembler.inline.hpp: 21
hotspot/share/aot/aotLoader.hpp: 21
hotspot/cpu/x86/macroAssembler_x86.inline.hpp: 21
hotspot/share/runtime/stubCodeGenerator.hpp: 20
hotspot/share/runtime/reflection.hpp: 20
hotspot/share/opto/block.hpp: 20
hotspot/share/gc/z/zStat.hpp: 20
hotspot/share/gc/shared/stringdedup/stringDedupTable.hpp: 20
hotspot/share/gc/shared/stringdedup/stringDedupQueue.hpp: 20
hotspot/share/gc/shared/stringdedup/stringDedup.hpp: 20
hotspot/share/gc/shared/barrierSetAssembler.hpp: 20
hotspot/share/gc/parallel/psVirtualspace.hpp: 20
hotspot/share/compiler/oopMap.hpp: 20
hotspot/share/services/threadService.hpp: 19
hotspot/share/oops/metadata.hpp: 19
hotspot/share/oops/klass.inline.hpp: 19
hotspot/share/oops/instanceOop.hpp: 19
hotspot/share/jfr/writers/jfrEventWriterHost.inline.hpp: 19
hotspot/share/gc/z/zMarkStack.inline.hpp: 19
hotspot/share/gc/z/zBarrier.inline.hpp: 19
hotspot/share/gc/z/zAddressRangeMap.inline.hpp: 19
hotspot/share/code/codeBlob.hpp: 19
hotspot/share/ci/ciTypeFlow.hpp: 19
hotspot/share/c1/c1_LIRGenerator.hpp: 19
hotspot/share/c1/c1_Decorators.hpp: 19
hotspot/cpu/x86/vmreg_x86.inline.hpp: 19
hotspot/share/services/diagnosticCommand.hpp: 18
hotspot/share/runtime/safepointMechanism.hpp: 18
hotspot/share/oops/cpCache.inline.hpp: 18
hotspot/share/metaprogramming/isRegisteredEnum.hpp: 18
hotspot/share/jfr/support/jfrThreadLocal.hpp: 18
hotspot/share/jfr/recorder/jfrRecorder.hpp: 18
hotspot/share/jfr/jni/jfrJavaSupport.hpp: 18
hotspot/share/jfr/jni/jfrJavaCall.hpp: 18
hotspot/share/interpreter/interpreterRuntime.hpp: 18
hotspot/share/gc/z/zPageTable.inline.hpp: 18
hotspot/share/gc/shared/plab.inline.hpp: 18
hotspot/share/gc/parallel/psOldGen.hpp: 18
hotspot/share/compiler/compilerOracle.hpp: 18
hotspot/share/code/relocInfo.hpp: 18
hotspot/share/code/debugInfoRec.hpp: 18
hotspot/share/classfile/dictionary.hpp: 18
hotspot/share/c1/c1_ValueStack.hpp: 18
hotspot/cpu/x86/interpreterRT_x86.hpp: 18
gensrc/jfrfiles/jfrTypes.hpp: 18
hotspot/share/utilities/compilerWarnings.hpp: 17
hotspot/share/runtime/fieldType.hpp: 17
hotspot/share/opto/movenode.hpp: 17
hotspot/share/memory/heap.hpp: 17
hotspot/share/jfr/utilities/jfrDoublyLinkedList.hpp: 17
hotspot/share/jfr/recorder/service/jfrOptionSet.hpp: 17
hotspot/share/interpreter/templateTable.hpp: 17
hotspot/share/gc/z/zMark.inline.hpp: 17
hotspot/share/gc/z/zHeap.inline.hpp: 17
hotspot/share/gc/shared/adaptiveSizePolicy.hpp: 17
hotspot/share/gc/g1/g1AllocRegion.inline.hpp: 17
hotspot/share/gc/g1/g1AllocRegion.hpp: 17
hotspot/share/code/icBuffer.hpp: 17
hotspot/share/classfile/classFileStream.hpp: 17
hotspot/share/c1/c1_globals.hpp: 17
hotspot/cpu/x86/macroAssembler_x86.hpp: 17
java.base/linux/jni_md.h: 16
hotspot/share/utilities/histogram.hpp: 16
hotspot/share/utilities/hashtable.inline.hpp: 16
hotspot/share/utilities/globalDefinitions_gcc.hpp: 16
hotspot/share/utilities/breakpoint.hpp: 16
hotspot/share/services/mallocTracker.hpp: 16
hotspot/share/runtime/vframe.inline.hpp: 16
hotspot/share/runtime/task.hpp: 16
hotspot/share/runtime/icache.hpp: 16
hotspot/share/runtime/globals_ext.hpp: 16
hotspot/share/opto/opaquenode.hpp: 16
hotspot/share/memory/metaspaceChunkFreeListSummary.hpp: 16
hotspot/share/jfr/utilities/jfrIterator.hpp: 16
hotspot/share/gc/z/z_globals.hpp: 16
hotspot/share/gc/shared/threadLocalAllocBuffer.hpp: 16
hotspot/share/gc/shared/isGCActiveMark.hpp: 16
hotspot/share/gc/shared/gc_globals.hpp: 16
hotspot/share/gc/serial/serial_globals.hpp: 16
hotspot/share/gc/parallel/parMarkBitMap.hpp: 16
hotspot/share/gc/parallel/parallel_globals.hpp: 16
hotspot/share/gc/g1/g1Allocator.inline.hpp: 16
hotspot/share/gc/g1/g1Allocator.hpp: 16
hotspot/share/gc/cms/parOopClosures.hpp: 16
hotspot/share/gc/cms/cms_globals.hpp: 16
hotspot/share/ci/ciUtilities.hpp: 16
hotspot/os/linux/globals_linux.hpp: 16
hotspot/os/linux/c2_globals_linux.hpp: 16
hotspot/os/linux/c1_globals_linux.hpp: 16
hotspot/os_cpu/linux_x86/os_linux_x86.hpp: 16
hotspot/os_cpu/linux_x86/globals_linux_x86.hpp: 16
hotspot/cpu/x86/globals_x86.hpp: 16
hotspot/cpu/x86/globalDefinitions_x86.hpp: 16
hotspot/cpu/x86/c2_globals_x86.hpp: 16
hotspot/cpu/x86/c1_globals_x86.hpp: 16
java.base/classfile_constants.h: 15
hotspot/share/utilities/chunkedList.hpp: 15
hotspot/share/runtime/vframeArray.hpp: 15
hotspot/share/runtime/perfMemory.hpp: 15
hotspot/share/runtime/os_ext.hpp: 15
hotspot/share/runtime/extendedPC.hpp: 15
hotspot/share/runtime/basicLock.hpp: 15
hotspot/share/opto/parse.hpp: 15
hotspot/share/opto/c2_globals.hpp: 15
hotspot/share/oops/klassVtable.hpp: 15
hotspot/share/metaprogramming/removeCV.hpp: 15
hotspot/share/metaprogramming/isSigned.hpp: 15
hotspot/share/metaprogramming/isIntegral.hpp: 15
hotspot/share/metaprogramming/isFloatingPoint.hpp: 15
hotspot/share/metaprogramming/enableIf.hpp: 15
hotspot/share/logging/logPrefix.hpp: 15
hotspot/share/jvmci/jvmciJavaClasses.hpp: 15
hotspot/share/jfr/support/jfrThreadId.hpp: 15
hotspot/share/jfr/recorder/storage/jfrMemorySpaceRetrieval.hpp: 15
hotspot/share/jfr/recorder/storage/jfrMemorySpace.hpp: 15
hotspot/share/jfr/recorder/checkpoint/jfrCheckpointWriter.hpp: 15
hotspot/share/interpreter/oopMapCache.hpp: 15
hotspot/share/interpreter/bytecodeHistogram.hpp: 15
hotspot/share/gc/g1/g1StringDedup.hpp: 15
hotspot/share/gc/cms/concurrentMarkSweepGeneration.hpp: 15
hotspot/share/code/dependencies.hpp: 15
hotspot/share/c1/c1_CodeStubs.hpp: 15
hotspot/share/asm/register.hpp: 15
hotspot/share/asm/assembler.inline.hpp: 15
hotspot/os/posix/os_posix.hpp: 15
hotspot/os/posix/include/jvm_md.h: 15
hotspot/os/linux/os_linux.hpp: 15
hotspot/share/utilities/accessFlags.hpp: 14
hotspot/share/runtime/safepointMechanism.inline.hpp: 14
hotspot/share/runtime/reflectionUtils.hpp: 14
hotspot/share/opto/narrowptrnode.hpp: 14
hotspot/share/opto/indexSet.hpp: 14
hotspot/share/logging/logConfiguration.hpp: 14
hotspot/share/jvmci/jvmciCompiler.hpp: 14
hotspot/share/jfr/periodic/sampling/jfrThreadSampler.hpp: 14
hotspot/share/jfr/jfr.hpp: 14
hotspot/share/interpreter/interp_masm.hpp: 14
hotspot/share/gc/shared/referencePolicy.hpp: 14
hotspot/share/gc/shared/genOopClosures.inline.hpp: 14
hotspot/share/gc/shared/c1/barrierSetC1.hpp: 14
hotspot/share/gc/serial/defNewGeneration.inline.hpp: 14
hotspot/share/gc/g1/g1ThreadLocalData.hpp: 14
hotspot/share/code/vmreg.inline.hpp: 14
hotspot/share/ci/ciObject.hpp: 14
hotspot/os/linux/os_linux.inline.hpp: 14
hotspot/cpu/x86/nativeInst_x86.hpp: 14
gensrc/jfrfiles/jfrEventIds.hpp: 14
hotspot/share/utilities/utf8.hpp: 13
hotspot/share/utilities/nativeCallStack.hpp: 13
hotspot/share/services/nmtCommon.hpp: 13
hotspot/share/runtime/handshake.hpp: 13
hotspot/share/opto/live.hpp: 13
hotspot/share/opto/chaitin.hpp: 13
hotspot/share/oops/constMethod.hpp: 13
hotspot/share/memory/binaryTreeDictionary.hpp: 13
hotspot/share/memory/arena.hpp: 13
hotspot/share/jvmci/jvmci_globals.hpp: 13
hotspot/share/jfr/recorder/stacktrace/jfrStackTraceRepository.hpp: 13
hotspot/share/jfr/recorder/checkpoint/types/traceid/jfrTraceId.inline.hpp: 13
hotspot/share/jfr/recorder/checkpoint/types/traceid/jfrTraceIdEpoch.hpp: 13
hotspot/share/gc/shared/weakProcessor.hpp: 13
hotspot/share/gc/shared/preservedMarks.inline.hpp: 13
hotspot/share/gc/parallel/psYoungGen.hpp: 13
hotspot/share/gc/parallel/psCardTable.hpp: 13
hotspot/share/gc/parallel/parMarkBitMap.inline.hpp: 13
hotspot/share/gc/epsilon/epsilonBarrierSet.hpp: 13
hotspot/share/gc/cms/compactibleFreeListSpace.hpp: 13
hotspot/share/compiler/compilerDefinitions.hpp: 13
hotspot/share/c1/c1_MacroAssembler.hpp: 13
hotspot/cpu/x86/register_x86.hpp: 13
java.base/share/native/libjimage/jimage.hpp: 12
hotspot/share/utilities/decoder.hpp: 12
hotspot/share/utilities/constantTag.hpp: 12
hotspot/share/services/virtualMemoryTracker.hpp: 12
hotspot/share/runtime/vframe_hp.hpp: 12
hotspot/share/runtime/sweeper.hpp: 12
hotspot/share/runtime/registerMap.hpp: 12
hotspot/share/prims/nativeLookup.hpp: 12
hotspot/share/prims/jvm_misc.hpp: 12
hotspot/share/opto/idealGraphPrinter.hpp: 12
hotspot/share/opto/c2compiler.hpp: 12
hotspot/share/oops/methodCounters.hpp: 12
hotspot/share/oops/constantPool.inline.hpp: 12
hotspot/share/oops/accessBackend.hpp: 12
hotspot/share/metaprogramming/removeReference.hpp: 12
hotspot/share/metaprogramming/removePointer.hpp: 12
hotspot/share/metaprogramming/isVolatile.hpp: 12
hotspot/share/metaprogramming/isSame.hpp: 12
hotspot/share/metaprogramming/isPointer.hpp: 12
hotspot/share/metaprogramming/decay.hpp: 12
hotspot/share/memory/metaspace/metabase.hpp: 12
hotspot/share/memory/freeList.hpp: 12
hotspot/share/logging/logTag_ext.hpp: 12
hotspot/share/logging/logDecorations.hpp: 12
hotspot/share/jfr/support/jfrTraceIdExtension.hpp: 12
hotspot/share/jfr/instrumentation/jfrEventClassTransformer.hpp: 12
hotspot/share/interpreter/invocationCounter.hpp: 12
hotspot/share/interpreter/bytecodeInterpreter.hpp: 12
hotspot/share/gc/shared/generationSpec.hpp: 12
hotspot/share/gc/shared/gcStats.hpp: 12
hotspot/share/gc/shared/gcPolicyCounters.hpp: 12
hotspot/share/gc/shared/barrierSetConfig.hpp: 12
hotspot/share/gc/parallel/psScavenge.hpp: 12
hotspot/share/gc/cms/parNewGeneration.hpp: 12
hotspot/share/code/vtableStubs.hpp: 12
hotspot/share/code/compressedStream.hpp: 12
hotspot/share/code/compiledMethod.inline.hpp: 12
hotspot/share/code/compiledMethod.hpp: 12
hotspot/share/classfile/verificationType.hpp: 12
hotspot/share/ci/ciSymbol.hpp: 12
hotspot/share/ci/ciInstanceKlass.hpp: 12
hotspot/share/ci/ciConstant.hpp: 12
hotspot/os_cpu/linux_x86/atomic_linux_x86.hpp: 12
gensrc/adfiles/ad_x86.hpp: 12
hotspot/share/utilities/count_trailing_zeros.hpp: 11
hotspot/share/runtime/threadHeapSampler.hpp: 11
hotspot/share/runtime/rtmLocking.hpp: 11
hotspot/share/opto/vectornode.hpp: 11
hotspot/share/opto/locknode.hpp: 11
hotspot/share/opto/intrinsicnode.hpp: 11
hotspot/share/opto/arraycopynode.hpp: 11
hotspot/share/oops/fieldStreams.hpp: 11
hotspot/share/metaprogramming/isConst.hpp: 11
hotspot/share/logging/logOutputList.hpp: 11
hotspot/share/logging/logMessageBuffer.hpp: 11
hotspot/share/jvmci/jvmciEnv.hpp: 11
hotspot/share/jfr/support/jfrKlassExtension.hpp: 11
hotspot/share/jfr/recorder/checkpoint/types/traceid/jfrTraceId.hpp: 11
hotspot/share/interpreter/templateInterpreter.hpp: 11
hotspot/share/gc/z/zRuntimeWorkers.hpp: 11
hotspot/share/gc/z/zInitialize.hpp: 11
hotspot/share/gc/z/zCollectorPolicy.hpp: 11
hotspot/share/gc/shared/oopStorage.inline.hpp: 11
hotspot/share/gc/shared/cardGeneration.hpp: 11
hotspot/share/gc/serial/cSpaceCounters.hpp: 11
hotspot/share/classfile/systemDictionaryShared.hpp: 11
hotspot/share/classfile/modules.hpp: 11
hotspot/share/classfile/classFileParser.hpp: 11
hotspot/share/ci/ciObjArrayKlass.hpp: 11
hotspot/share/ci/ciCallSite.hpp: 11
hotspot/share/utilities/stringUtils.hpp: 10
hotspot/share/utilities/linkedlist.hpp: 10
hotspot/share/services/lowMemoryDetector.hpp: 10
hotspot/share/services/allocationSite.hpp: 10
hotspot/share/runtime/unhandledOops.hpp: 10
hotspot/share/runtime/threadStatisticalInfo.hpp: 10
hotspot/share/runtime/threadLocalStorage.hpp: 10
hotspot/share/runtime/park.hpp: 10
hotspot/share/runtime/javaFrameAnchor.hpp: 10
hotspot/share/runtime/flags/jvmFlagConstraintList.hpp: 10
hotspot/share/prims/jvmtiRedefineClasses.hpp: 10
hotspot/share/opto/adlcVMDeps.hpp: 10
hotspot/share/opto/ad.hpp: 10
hotspot/share/memory/metaspace/metaspaceCommon.hpp: 10
hotspot/share/jvmci/vmSymbols_jvmci.hpp: 10
hotspot/share/jfr/utilities/jfrRefCountPointer.hpp: 10
hotspot/share/jfr/support/jfrThreadExtension.hpp: 10
hotspot/share/jfr/recorder/checkpoint/types/traceid/jfrTraceIdMacros.hpp: 10
hotspot/share/jfr/recorder/checkpoint/types/traceid/jfrTraceIdBits.inline.hpp: 
10
hotspot/share/jfr/leakprofiler/chains/edge.hpp: 10
hotspot/share/interpreter/bytecodeTracer.hpp: 10
hotspot/share/interpreter/abstractInterpreter.hpp: 10
hotspot/share/gc/z/zMessagePort.hpp: 10
hotspot/share/gc/z/zFuture.hpp: 10
hotspot/share/gc/z/zDriver.hpp: 10
hotspot/share/gc/z/zDirector.hpp: 10
hotspot/share/gc/z/zCollectedHeap.hpp: 10
hotspot/share/gc/shared/gcArguments.hpp: 10
hotspot/share/gc/parallel/spaceCounters.hpp: 10
hotspot/share/gc/parallel/psParallelCompact.inline.hpp: 10
hotspot/share/gc/parallel/psParallelCompact.hpp: 10
hotspot/share/gc/parallel/psAdaptiveSizePolicy.hpp: 10
hotspot/share/gc/parallel/gcTaskManager.hpp: 10
hotspot/share/gc/g1/g1SATBMarkQueueSet.hpp: 10
hotspot/share/gc/cms/promotionInfo.hpp: 10
hotspot/share/gc/cms/cmsHeap.hpp: 10
hotspot/share/code/oopRecorder.hpp: 10
hotspot/share/classfile/verifier.hpp: 10
hotspot/share/classfile/altHashing.hpp: 10
hotspot/share/ci/ciTypeArrayKlass.hpp: 10
hotspot/share/ci/ciNullObject.hpp: 10
hotspot/share/c1/c1_LIRAssembler.hpp: 10
hotspot/share/c1/c1_Defs.hpp: 10
hotspot/os/posix/semaphore_posix.hpp: 10
hotspot/os/linux/osThread_linux.hpp: 10
hotspot/os_cpu/linux_x86/orderAccess_linux_x86.hpp: 10
hotspot/os_cpu/linux_x86/bytes_linux_x86.inline.hpp: 10
hotspot/cpu/x86/vmreg_x86.hpp: 10
hotspot/cpu/x86/stubRoutines_x86.hpp: 10
hotspot/cpu/x86/registerMap_x86.hpp: 10
hotspot/cpu/x86/javaFrameAnchor_x86.hpp: 10
hotspot/cpu/x86/frame_x86.hpp: 10
hotspot/cpu/x86/c1_LIRAssembler_x86.hpp: 10
hotspot/cpu/x86/bytes_x86.hpp: 10
java.base/jvmticmlr.h: 9
hotspot/share/utilities/elfFile.hpp: 9
hotspot/share/opto/idealKit.hpp: 9
hotspot/share/memory/metaspace/metachunk.hpp: 9
hotspot/share/jvmci/systemDictionary_jvmci.hpp: 9
hotspot/share/jfr/utilities/jfrHashtable.hpp: 9
hotspot/share/jfr/recorder/checkpoint/jfrCheckpointManager.hpp: 9
hotspot/share/interpreter/cppInterpreter.hpp: 9
hotspot/share/gc/z/zResurrection.hpp: 9
hotspot/share/gc/z/zAddress.hpp: 9
hotspot/share/gc/shared/oopStorageParState.inline.hpp: 9
hotspot/share/gc/shared/gcThreadLocalData.hpp: 9
hotspot/share/gc/shared/gcConfig.hpp: 9
hotspot/share/gc/g1/g1StringDedupQueue.hpp: 9
hotspot/share/gc/g1/g1FullGCOopClosures.hpp: 9
hotspot/share/gc/g1/g1FullGCMarker.hpp: 9
hotspot/share/gc/g1/g1BarrierSet.inline.hpp: 9
hotspot/share/gc/cms/concurrentMarkSweepThread.hpp: 9
hotspot/share/ci/ciMethodHandle.hpp: 9
hotspot/share/ci/ciCallProfile.hpp: 9
hotspot/share/ci/ciArrayKlass.hpp: 9
hotspot/share/ci/ciArray.hpp: 9
hotspot/share/c1/c1_InstructionPrinter.hpp: 9
hotspot/os_cpu/linux_x86/thread_linux_x86.hpp: 9
hotspot/cpu/x86/templateTable_x86.hpp: 9
hotspot/cpu/x86/relocInfo_x86.hpp: 9
hotspot/cpu/x86/codeBuffer_x86.hpp: 9
hotspot/cpu/x86/assembler_x86.hpp: 9
hotspot/share/runtime/objectMonitor.inline.hpp: 8
hotspot/share/runtime/flags/jvmFlagWriteableList.hpp: 8
hotspot/share/runtime/flags/jvmFlagRangeList.hpp: 8
hotspot/share/opto/optoreg.hpp: 8
hotspot/share/oops/accessBackend.inline.hpp: 8
hotspot/share/libadt/dict.hpp: 8
hotspot/share/jfr/leakprofiler/leakProfiler.hpp: 8
hotspot/share/gc/z/zOopClosures.inline.hpp: 8
hotspot/share/gc/z/zOopClosures.hpp: 8
hotspot/share/gc/shared/ptrQueue.hpp: 8
hotspot/share/gc/shared/modRefBarrierSet.hpp: 8
hotspot/share/gc/shared/concurrentGCPhaseManager.hpp: 8
hotspot/share/gc/shared/cardTableBarrierSet.inline.hpp: 8
hotspot/share/gc/shared/accessBarrierSupport.inline.hpp: 8
hotspot/share/gc/parallel/psPromotionLAB.hpp: 8
hotspot/share/gc/parallel/psMarkSweep.hpp: 8
hotspot/share/gc/g1/g1RootProcessor.hpp: 8
hotspot/share/gc/g1/g1PageBasedVirtualSpace.hpp: 8
hotspot/share/gc/g1/g1FullGCScope.hpp: 8
hotspot/share/gc/g1/g1FullGCCompactionPoint.hpp: 8
hotspot/share/gc/g1/g1ConcurrentRefine.hpp: 8
hotspot/share/compiler/methodMatcher.hpp: 8
hotspot/share/classfile/classLoaderExt.hpp: 8
hotspot/share/ci/ciObjArray.hpp: 8
hotspot/share/c1/c1_ValueSet.hpp: 8
hotspot/os_cpu/linux_x86/gc/z/zGlobals_linux_x86.hpp: 8
hotspot/share/utilities/fakeRttiSupport.hpp: 7
hotspot/share/services/runtimeService.hpp: 7
hotspot/share/services/memBaseline.hpp: 7
hotspot/share/services/classLoadingService.hpp: 7
hotspot/share/services/attachListener.hpp: 7
hotspot/share/runtime/threadSMR.inline.hpp: 7
hotspot/share/prims/resolvedMethodTable.hpp: 7
hotspot/share/prims/jvmtiEventController.inline.hpp: 7
hotspot/share/prims/forte.hpp: 7
hotspot/share/opto/macro.hpp: 7
hotspot/share/opto/callGenerator.hpp: 7
hotspot/share/memory/metaspace/virtualSpaceNode.hpp: 7
hotspot/share/memory/metaspace/metaspaceStatistics.hpp: 7
hotspot/share/memory/metaspaceCounters.hpp: 7
hotspot/share/jfr/recorder/service/jfrPostBox.hpp: 7
hotspot/share/jfr/recorder/jfrEventSetting.inline.hpp: 7
hotspot/share/jfr/leakprofiler/utilities/unifiedOop.hpp: 7
hotspot/share/jfr/leakprofiler/chains/edgeStore.hpp: 7
hotspot/share/interpreter/bytecodeInterpreter.inline.hpp: 7
hotspot/share/gc/z/zTask.hpp: 7
hotspot/share/gc/z/zResurrection.inline.hpp: 7
hotspot/share/gc/z/zOop.hpp: 7
hotspot/share/gc/z/zBarrierSet.inline.hpp: 7
hotspot/share/gc/z/zBarrierSetAssembler.hpp: 7
hotspot/share/gc/z/zBarrier.hpp: 7
hotspot/share/gc/z/c2/zBarrierSetC2.hpp: 7
hotspot/share/gc/shared/modRefBarrierSet.inline.hpp: 7
hotspot/share/gc/shared/barrierSetConfig.inline.hpp: 7
hotspot/share/gc/shared/accessBarrierSupport.hpp: 7
hotspot/share/gc/serial/tenuredGeneration.hpp: 7
hotspot/share/gc/parallel/psPromotionManager.hpp: 7
hotspot/share/gc/parallel/psCompactionManager.hpp: 7
hotspot/share/gc/parallel/generationSizer.hpp: 7
hotspot/share/gc/g1/g1FullGCTask.hpp: 7
hotspot/share/gc/g1/g1FullGCOopClosures.inline.hpp: 7
hotspot/share/gc/g1/g1FullGCMarker.inline.hpp: 7
hotspot/share/gc/g1/g1FullCollector.hpp: 7
hotspot/share/gc/g1/g1ConcurrentMarkThread.hpp: 7
hotspot/share/gc/g1/g1CardCounts.hpp: 7
hotspot/share/gc/cms/cmsLockVerifier.hpp: 7
hotspot/share/compiler/compileTask.hpp: 7
hotspot/share/code/location.hpp: 7
hotspot/share/code/exceptionHandlerTable.hpp: 7
hotspot/share/classfile/metadataOnStackMark.hpp: 7
hotspot/share/ci/ciReplay.hpp: 7
hotspot/share/ci/ciMetadata.hpp: 7
hotspot/share/ci/ciClassList.hpp: 7
hotspot/share/c1/c1_ValueMap.hpp: 7
hotspot/os_cpu/linux_x86/gc/z/zAddress_linux_x86.inline.hpp: 7
hotspot/cpu/x86/icache_x86.hpp: 7
hotspot/cpu/x86/gc/shared/barrierSetAssembler_x86.hpp: 7
hotspot/cpu/x86/frame_x86.inline.hpp: 7
hotspot/share/utilities/json.hpp: 6
hotspot/share/services/memReporter.hpp: 6
hotspot/share/services/mallocSiteTable.hpp: 6
hotspot/share/services/heapDumper.hpp: 6
hotspot/share/runtime/stackValue.hpp: 6
hotspot/share/runtime/jfieldIDWorkaround.hpp: 6
hotspot/share/prims/privilegedStack.hpp: 6
hotspot/share/prims/jvmtiThreadState.inline.hpp: 6
hotspot/share/opto/mathexactnode.hpp: 6
hotspot/share/opto/countbitsnode.hpp: 6
hotspot/share/oops/verifyOopClosure.hpp: 6
hotspot/share/memory/padded.inline.hpp: 6
hotspot/share/memory/metaspaceShared.inline.hpp: 6
hotspot/share/memory/heapShared.hpp: 6
hotspot/share/jvmci/jvmciCompilerToVM.hpp: 6
hotspot/share/jfr/recorder/stringpool/jfrStringPoolBuffer.hpp: 6
hotspot/share/jfr/recorder/storage/jfrStorage.hpp: 6
hotspot/share/jfr/metadata/jfrSerializer.hpp: 6
hotspot/share/gc/z/zTracer.hpp: 6
hotspot/share/gc/z/zLargePages.hpp: 6
hotspot/share/gc/shared/modRefBarrierSetAssembler.hpp: 6
hotspot/share/gc/shared/jvmFlagConstraintsGC.hpp: 6
hotspot/share/gc/shared/gcArguments.inline.hpp: 6
hotspot/share/gc/shared/c2/modRefBarrierSetC2.hpp: 6
hotspot/share/gc/shared/c1/modRefBarrierSetC1.hpp: 6
hotspot/share/gc/parallel/psPromotionManager.inline.hpp: 6
hotspot/share/gc/parallel/psPromotionLAB.inline.hpp: 6
hotspot/share/gc/parallel/psMarkSweepProxy.hpp: 6
hotspot/share/gc/parallel/psMarkSweepDecorator.hpp: 6
hotspot/share/gc/g1/g1HotCardCache.hpp: 6
hotspot/share/gc/g1/g1HeapRegionTraceType.hpp: 6
hotspot/share/gc/cms/promotionInfo.inline.hpp: 6
hotspot/share/gc/cms/concurrentMarkSweepGeneration.inline.hpp: 6
hotspot/share/gc/cms/compactibleFreeListSpace.inline.hpp: 6
hotspot/share/classfile/javaAssertions.hpp: 6
hotspot/share/ci/ciType.hpp: 6
hotspot/share/ci/ciTypeArray.hpp: 6
hotspot/share/ci/ciSignature.hpp: 6
hotspot/share/ci/ciObjectFactory.hpp: 6
hotspot/share/ci/ciFlags.hpp: 6
hotspot/share/ci/ciConstantPoolCache.hpp: 6
hotspot/share/ci/ciBaseObject.hpp: 6
hotspot/share/c1/c1_FpuStackSim.hpp: 6
hotspot/share/c1/c1_Compiler.hpp: 6
hotspot/cpu/x86/jniTypes_x86.hpp: 6
hotspot/cpu/x86/interp_masm_x86.hpp: 6
hotspot/cpu/x86/gc/shared/modRefBarrierSetAssembler_x86.hpp: 6
hotspot/cpu/x86/c1_FpuStackSim_x86.hpp: 6
hotspot/share/utilities/singleWriterSynchronizer.hpp: 5
hotspot/share/runtime/statSampler.hpp: 5
hotspot/share/runtime/flags/jvmFlagConstraintsRuntime.hpp: 5
hotspot/share/runtime/flags/jvmFlagConstraintsCompiler.hpp: 5
hotspot/share/prims/jvmtiRawMonitor.hpp: 5
hotspot/share/prims/jniFastGetField.hpp: 5
hotspot/share/opto/classes.hpp: 5
hotspot/share/memory/metaspace/metablock.hpp: 5
hotspot/share/memory/metaspace/chunkManager.hpp: 5
hotspot/share/memory/heapShared.inline.hpp: 5
hotspot/share/memory/freeList.inline.hpp: 5
hotspot/share/logging/logOutput.hpp: 5
hotspot/share/logging/logMessage.hpp: 5
hotspot/share/logging/logFileStreamOutput.hpp: 5
hotspot/share/jfr/writers/jfrMemoryWriterHost.hpp: 5
hotspot/share/jfr/writers/jfrJavaEventWriter.hpp: 5
hotspot/share/jfr/writers/jfrEventWriterHost.hpp: 5
hotspot/share/jfr/writers/jfrEncoding.hpp: 5
hotspot/share/jfr/support/jfrFlush.hpp: 5
hotspot/share/jfr/support/jfrEventClass.hpp: 5
hotspot/share/jfr/recorder/stringpool/jfrStringPool.hpp: 5
hotspot/share/jfr/leakprofiler/sampling/objectSampler.hpp: 5
hotspot/share/jfr/leakprofiler/sampling/objectSample.hpp: 5
hotspot/share/jfr/dcmd/jfrDcmds.hpp: 5
hotspot/share/gc/z/zErrno.hpp: 5
hotspot/share/gc/shared/weakProcessor.inline.hpp: 5
hotspot/share/gc/shared/c2/cardTableBarrierSetC2.hpp: 5
hotspot/share/gc/parallel/psTasks.hpp: 5
hotspot/share/gc/parallel/psGCAdaptivePolicyCounters.hpp: 5
hotspot/share/gc/parallel/parallelScavengeHeap.inline.hpp: 5
hotspot/share/gc/parallel/jvmFlagConstraintsParallel.hpp: 5
hotspot/share/gc/parallel/immutableSpace.hpp: 5
hotspot/share/gc/parallel/asPSYoungGen.hpp: 5
hotspot/share/gc/parallel/asPSOldGen.hpp: 5
hotspot/share/gc/g1/jvmFlagConstraintsG1.hpp: 5
hotspot/share/gc/g1/heapRegionTracer.hpp: 5
hotspot/share/gc/g1/g1RootClosures.hpp: 5
hotspot/share/gc/g1/g1ConcurrentMarkThread.inline.hpp: 5
hotspot/share/gc/g1/g1Analytics.hpp: 5
hotspot/share/gc/epsilon/epsilonMonitoringSupport.hpp: 5
hotspot/share/gc/epsilon/epsilonHeap.hpp: 5
hotspot/share/gc/epsilon/epsilonCollectorPolicy.hpp: 5
hotspot/share/gc/cms/jvmFlagConstraintsCMS.hpp: 5
hotspot/share/gc/cms/freeChunk.hpp: 5
hotspot/share/compiler/directivesParser.hpp: 5
hotspot/share/code/dependencyContext.hpp: 5
hotspot/share/classfile/stackMapFrame.hpp: 5
hotspot/share/classfile/placeholders.hpp: 5
hotspot/share/ci/bcEscapeAnalyzer.hpp: 5
hotspot/share/c1/c1_LinearScan.hpp: 5
hotspot/share/c1/c1_Canonicalizer.hpp: 5
hotspot/os_cpu/linux_x86/copy_linux_x86.inline.hpp: 5
hotspot/cpu/x86/methodHandles_x86.hpp: 5
hotspot/cpu/x86/copy_x86.hpp: 5
hotspot/cpu/x86/c1_LinearScan_x86.hpp: 5
hotspot/share/utilities/spinYield.hpp: 4
hotspot/share/utilities/quickSort.hpp: 4
hotspot/share/services/writeableFlags.hpp: 4
hotspot/share/services/gcNotifier.hpp: 4
hotspot/share/runtime/serviceThread.hpp: 4
hotspot/share/runtime/relocator.hpp: 4
hotspot/share/runtime/os_perf.hpp: 4
hotspot/share/prims/whitebox.hpp: 4
hotspot/share/prims/jvmtiTagMap.hpp: 4
hotspot/share/prims/jvmtiManageCapabilities.hpp: 4
hotspot/share/prims/jniCheck.hpp: 4
hotspot/share/opto/replacednodes.hpp: 4
hotspot/share/oops/reflectionAccessorImplKlassHelper.hpp: 4
hotspot/share/memory/metaspace/smallBlocks.hpp: 4
hotspot/share/memory/metaspace/occupancyMap.hpp: 4
hotspot/share/memory/binaryTreeDictionary.inline.hpp: 4
hotspot/share/logging/logSelection.hpp: 4
hotspot/share/libadt/set.hpp: 4
hotspot/share/jvmci/jvmciCodeInstaller.hpp: 4
hotspot/share/jvmci/compilerRuntime.hpp: 4
hotspot/share/jfr/writers/jfrNativeEventWriter.hpp: 4
hotspot/share/jfr/recorder/service/jfrRecorderService.hpp: 4
hotspot/share/jfr/recorder/service/jfrEvent.hpp: 4
hotspot/share/jfr/recorder/repository/jfrRepository.hpp: 4
hotspot/share/jfr/recorder/jfrEventSetting.hpp: 4
hotspot/share/jfr/periodic/jfrOSInterface.hpp: 4
hotspot/share/jfr/leakprofiler/utilities/rootType.hpp: 4
hotspot/share/jfr/leakprofiler/utilities/granularTimer.hpp: 4
hotspot/share/jfr/leakprofiler/checkpoint/objectSampleCheckpoint.hpp: 4
hotspot/share/jfr/leakprofiler/chains/edgeQueue.hpp: 4
hotspot/share/jfr/leakprofiler/chains/bitset.hpp: 4
hotspot/share/interpreter/templateInterpreterGenerator.hpp: 4
hotspot/share/interpreter/rewriter.hpp: 4
hotspot/share/gc/z/zTracer.inline.hpp: 4
hotspot/share/gc/z/zNMethodTable.hpp: 4
hotspot/share/gc/z/zNMethodTableEntry.hpp: 4
hotspot/share/gc/z/zList.inline.hpp: 4
hotspot/share/gc/z/zBarrierSetRuntime.hpp: 4
hotspot/share/gc/shared/workerDataArray.inline.hpp: 4
hotspot/share/gc/shared/threadLocalAllocBuffer.inline.hpp: 4
hotspot/share/gc/shared/softRefGenPolicy.hpp: 4
hotspot/share/gc/shared/gcUtil.inline.hpp: 4
hotspot/share/gc/shared/gcLocker.inline.hpp: 4
hotspot/share/gc/shared/allocTracer.hpp: 4
hotspot/share/gc/serial/serialHeap.hpp: 4
hotspot/share/gc/parallel/psScavenge.inline.hpp: 4
hotspot/share/gc/parallel/psGenerationCounters.hpp: 4
hotspot/share/gc/parallel/psCompactionManager.inline.hpp: 4
hotspot/share/gc/parallel/objectStartArray.inline.hpp: 4
hotspot/share/gc/parallel/gcAdaptivePolicyCounters.hpp: 4
hotspot/share/gc/parallel/adjoiningVirtualSpaces.hpp: 4
hotspot/share/gc/g1/survRateGroup.hpp: 4
hotspot/share/gc/g1/g1ConcurrentRefineThread.hpp: 4
hotspot/share/gc/g1/g1CollectorPolicy.hpp: 4
hotspot/share/gc/cms/yieldingWorkgroup.hpp: 4
hotspot/share/gc/cms/gSpaceCounters.hpp: 4
hotspot/share/gc/cms/cmsOopClosures.hpp: 4
hotspot/share/gc/cms/allocationStats.hpp: 4
hotspot/share/gc/cms/adaptiveFreeList.hpp: 4
hotspot/share/classfile/stackMapTable.hpp: 4
hotspot/share/classfile/resolutionErrors.hpp: 4
hotspot/share/classfile/klassFactory.hpp: 4
hotspot/share/classfile/classListParser.hpp: 4
hotspot/share/ci/compilerInterface.hpp: 4
hotspot/share/ci/ciMemberName.hpp: 4
hotspot/share/c1/c1_CFGPrinter.hpp: 4
hotspot/cpu/x86/disassembler_x86.hpp: 4
hotspot/cpu/x86/c1_FrameMap_x86.hpp: 4
hotspot/cpu/x86/c1_Defs_x86.hpp: 4
gensrc/adfiles/adGlobals_x86.hpp: 4
hotspot/share/utilities/globalCounter.hpp: 3
hotspot/share/utilities/elfFuncDescTable.hpp: 3
hotspot/share/utilities/decoder_elf.hpp: 3
hotspot/share/runtime/vmStructs.hpp: 3
hotspot/share/runtime/semaphore.inline.hpp: 3
hotspot/share/runtime/prefetch.hpp: 3
hotspot/share/runtime/perfData.inline.hpp: 3
hotspot/share/runtime/memprofiler.hpp: 3
hotspot/share/prims/unsafe.hpp: 3
hotspot/share/prims/methodComparator.hpp: 3
hotspot/share/prims/jvmtiExtensions.hpp: 3
hotspot/share/prims/jvmtiCodeBlobEvents.hpp: 3
hotspot/share/prims/jvmtiAgentThread.hpp: 3
hotspot/share/precompiled/precompiled.hpp: 3
hotspot/share/opto/superword.hpp: 3
hotspot/share/opto/phasetype.hpp: 3
hotspot/share/opto/output.hpp: 3
hotspot/share/opto/escape.hpp: 3
hotspot/share/opto/coalesce.hpp: 3
hotspot/share/oops/arrayKlass.inline.hpp: 3
hotspot/share/memory/resourceArea.inline.hpp: 3
hotspot/share/memory/metaspace/virtualSpaceList.hpp: 3
hotspot/share/memory/metaspaceGCThresholdUpdater.hpp: 3
hotspot/share/memory/metaspace/blockFreelist.hpp: 3
hotspot/share/jvmci/vmStructs_jvmci.hpp: 3
hotspot/share/jfr/writers/jfrWriterHost.hpp: 3
hotspot/share/jfr/writers/jfrStorageHost.inline.hpp: 3
hotspot/share/jfr/writers/jfrStorageHost.hpp: 3
hotspot/share/jfr/writers/jfrPosition.inline.hpp: 3
hotspot/share/jfr/writers/jfrPosition.hpp: 3
hotspot/share/jfr/writers/jfrEncoders.hpp: 3
hotspot/share/jfr/utilities/jfrTimeConverter.hpp: 3
hotspot/share/jfr/recorder/storage/jfrVirtualMemory.hpp: 3
hotspot/share/jfr/recorder/storage/jfrStorageUtils.inline.hpp: 3
hotspot/share/jfr/recorder/storage/jfrStorageUtils.hpp: 3
hotspot/share/jfr/recorder/storage/jfrStorageControl.hpp: 3
hotspot/share/jfr/recorder/storage/jfrMemorySpace.inline.hpp: 3
hotspot/share/jfr/recorder/service/jfrRecorderThread.hpp: 3
hotspot/share/jfr/recorder/repository/jfrChunkState.hpp: 3
hotspot/share/jfr/recorder/repository/jfrChunkSizeNotifier.hpp: 3
hotspot/share/jfr/recorder/checkpoint/types/jfrTypeSetUtils.hpp: 3
hotspot/share/jfr/recorder/checkpoint/jfrMetadataEvent.hpp: 3
hotspot/share/jfr/periodic/jfrThreadCPULoadEvent.hpp: 3
hotspot/share/jfr/periodic/jfrNetworkUtilization.hpp: 3
hotspot/share/jfr/leakprofiler/chains/rootSetClosure.hpp: 3
hotspot/share/jfr/leakprofiler/chains/edgeUtils.hpp: 3
hotspot/share/jfr/leakprofiler/chains/dfsClosure.hpp: 3
hotspot/share/jfr/jni/jfrUpcalls.hpp: 3
hotspot/share/jfr/jni/jfrGetAllEventClasses.hpp: 3
hotspot/share/jfr/instrumentation/jfrJvmtiAgent.hpp: 3
hotspot/share/gc/z/zWorkers.inline.hpp: 3
hotspot/share/gc/z/zStatTLAB.hpp: 3
hotspot/share/gc/z/zLock.inline.hpp: 3
hotspot/share/gc/z/zLargePages.inline.hpp: 3
hotspot/share/gc/z/zArray.inline.hpp: 3
hotspot/share/gc/z/c1/zBarrierSetC1.hpp: 3
hotspot/share/gc/shared/stringdedup/stringDedupThread.hpp: 3
hotspot/share/gc/shared/referenceProcessor.inline.hpp: 3
hotspot/share/gc/shared/objectCountEventSender.hpp: 3
hotspot/share/gc/shared/hSpaceCounters.hpp: 3
hotspot/share/gc/shared/genMemoryPools.hpp: 3
hotspot/share/gc/shared/cardGeneration.inline.hpp: 3
hotspot/share/gc/shared/ageTable.inline.hpp: 3
hotspot/share/gc/serial/tenuredGeneration.inline.hpp: 3
hotspot/share/gc/serial/genMarkSweep.hpp: 3
hotspot/share/gc/parallel/adjoiningGenerations.hpp: 3
hotspot/share/gc/g1/vm_operations_g1.hpp: 3
hotspot/share/gc/g1/heapRegionBounds.inline.hpp: 3
hotspot/share/gc/g1/heapRegionBounds.hpp: 3
hotspot/share/gc/g1/g1YoungRemSetSamplingThread.hpp: 3
hotspot/share/gc/g1/g1MemoryPool.hpp: 3
hotspot/share/gc/g1/g1HeapSizingPolicy.hpp: 3
hotspot/share/gc/g1/g1FullGCReferenceProcessorExecutor.hpp: 3
hotspot/share/gc/g1/g1EvacStats.inline.hpp: 3
hotspot/share/gc/g1/g1CodeBlobClosure.hpp: 3
hotspot/share/gc/g1/g1BarrierSetRuntime.hpp: 3
hotspot/share/gc/g1/g1BarrierSetAssembler.hpp: 3
hotspot/share/gc/g1/c1/g1BarrierSetC1.hpp: 3
hotspot/share/gc/cms/vmCMSOperations.hpp: 3
hotspot/share/gc/cms/cmsCollectorPolicy.hpp: 3
hotspot/share/code/codeHeapState.hpp: 3
hotspot/share/classfile/sharedPathsMiscInfo.hpp: 3
hotspot/share/classfile/loaderConstraints.hpp: 3
hotspot/share/classfile/defaultMethods.hpp: 3
hotspot/share/classfile/classLoaderStats.hpp: 3
hotspot/share/classfile/classLoader.inline.hpp: 3
hotspot/share/ci/ciMethodType.hpp: 3
hotspot/share/c1/c1_GraphBuilder.hpp: 3
hotspot/share/aot/compiledIC_aot.hpp: 3
hotspot/share/aot/aotCompiledMethod.hpp: 3
hotspot/share/aot/aotCodeHeap.hpp: 3
hotspot/os/linux/osContainer_linux.hpp: 3
hotspot/os_cpu/linux_x86/prefetch_linux_x86.inline.hpp: 3
hotspot/cpu/x86/vm_version_ext_x86.hpp: 3
hotspot/cpu/x86/rdtsc_x86.hpp: 3
hotspot/cpu/x86/gc/z/zBarrierSetAssembler_x86.hpp: 3
hotspot/cpu/x86/gc/g1/g1BarrierSetAssembler_x86.hpp: 3
hotspot/cpu/x86/c1_MacroAssembler_x86.hpp: 3
hotspot/cpu/x86/assembler_x86.inline.hpp: 3
gensrc/jfrfiles/jfrEventControl.hpp: 3
gensrc/jfrfiles/jfrEventClasses.hpp: 3
hotspot/share/utilities/intHisto.hpp: 2
hotspot/share/utilities/globalCounter.inline.hpp: 2
hotspot/share/utilities/elfSymbolTable.hpp: 2
hotspot/share/utilities/elfStringTable.hpp: 2
hotspot/share/utilities/concurrentHashTableTasks.inline.hpp: 2
hotspot/share/utilities/concurrentHashTable.inline.hpp: 2
hotspot/share/services/nmtDCmd.hpp: 2
hotspot/share/services/mallocTracker.inline.hpp: 2
hotspot/share/services/dtraceAttacher.hpp: 2
hotspot/share/runtime/tieredThresholdPolicy.hpp: 2
hotspot/share/runtime/sharedRuntimeMath.hpp: 2
hotspot/share/runtime/rframe.hpp: 2
hotspot/share/runtime/jniPeriodicChecker.hpp: 2
hotspot/share/prims/whitebox.inline.hpp: 2
hotspot/share/prims/wbtestmethods/parserTests.hpp: 2
hotspot/share/prims/stackwalk.hpp: 2
hotspot/share/prims/jvmtiGetLoadedClasses.hpp: 2
hotspot/share/prims/jvmtiEnter.inline.hpp: 2
hotspot/share/prims/jvmtiClassFileReconstituter.hpp: 2
hotspot/share/prims/cdsoffsets.hpp: 2
hotspot/share/opto/stringopts.hpp: 2
hotspot/share/memory/metaspaceTracer.hpp: 2
hotspot/share/memory/metaspace/spaceManager.hpp: 2
hotspot/share/memory/metaspace/printMetaspaceInfoKlassClosure.hpp: 2
hotspot/share/memory/metaspace/printCLDMetaspaceInfoClosure.hpp: 2
hotspot/share/memory/metaspace/metaspaceDCmd.hpp: 2
hotspot/share/memory/metaspace/metaDebug.hpp: 2
hotspot/share/memory/guardedMemory.hpp: 2
hotspot/share/logging/logTagSetDescriptions.hpp: 2
hotspot/share/logging/logSelectionList.hpp: 2
hotspot/share/logging/logFileOutput.hpp: 2
hotspot/share/logging/logDiagnosticCommand.hpp: 2
hotspot/share/jfr/writers/jfrBigEndianWriter.hpp: 2
hotspot/share/jfr/utilities/jfrTryLock.hpp: 2
hotspot/share/jfr/utilities/jfrJavaLog.hpp: 2
hotspot/share/jfr/utilities/jfrBigEndian.hpp: 2
hotspot/share/jfr/support/jfrAllocationTracer.hpp: 2
hotspot/share/jfr/recorder/stringpool/jfrStringPoolWriter.hpp: 2
hotspot/share/jfr/recorder/service/jfrMemorySizer.hpp: 2
hotspot/share/jfr/recorder/repository/jfrEmergencyDump.hpp: 2
hotspot/share/jfr/recorder/checkpoint/types/jfrTypeSetWriter.hpp: 2
hotspot/share/jfr/recorder/checkpoint/types/jfrTypeSet.hpp: 2
hotspot/share/jfr/recorder/checkpoint/types/jfrTypeManager.hpp: 2
hotspot/share/jfr/recorder/checkpoint/types/jfrType.hpp: 2
hotspot/share/jfr/recorder/checkpoint/types/jfrThreadState.hpp: 2
hotspot/share/jfr/recorder/checkpoint/types/jfrThreadGroup.hpp: 2
hotspot/share/jfr/periodic/sampling/jfrCallTrace.hpp: 2
hotspot/share/jfr/periodic/jfrThreadDumpEvent.hpp: 2
hotspot/share/jfr/periodic/jfrModuleEvent.hpp: 2
hotspot/share/jfr/leakprofiler/utilities/saveRestore.hpp: 2
hotspot/share/jfr/leakprofiler/sampling/samplePriorityQueue.hpp: 2
hotspot/share/jfr/leakprofiler/sampling/sampleList.hpp: 2
hotspot/share/jfr/leakprofiler/emitEventOperation.hpp: 2
hotspot/share/jfr/leakprofiler/checkpoint/rootResolver.hpp: 2
hotspot/share/jfr/leakprofiler/checkpoint/objectSampleWriter.hpp: 2
hotspot/share/jfr/leakprofiler/checkpoint/objectSampleDescription.hpp: 2
hotspot/share/jfr/leakprofiler/chains/objectSampleMarker.hpp: 2
hotspot/share/jfr/leakprofiler/chains/bfsClosure.hpp: 2
hotspot/share/jfr/jni/jfrJniMethodRegistration.hpp: 2
hotspot/share/interpreter/cppInterpreterGenerator.hpp: 2
hotspot/share/interpreter/bytecodeInterpreterProfiling.hpp: 2
hotspot/share/interpreter/bytecode.inline.hpp: 2
hotspot/share/gc/z/zRelocationSet.inline.hpp: 2
hotspot/share/gc/z/zPreMappedMemory.inline.hpp: 2
hotspot/share/gc/z/zMarkCache.inline.hpp: 2
hotspot/share/gc/z/zMarkCache.hpp: 2
hotspot/share/gc/z/zHeapIterator.hpp: 2
hotspot/share/gc/z/zFuture.inline.hpp: 2
hotspot/share/gc/z/zArguments.hpp: 2
hotspot/share/gc/z/vmStructs_z.hpp: 2
hotspot/share/gc/shared/workerManager.hpp: 2
hotspot/share/gc/shared/stringdedup/stringDedupQueue.inline.hpp: 2
hotspot/share/gc/shared/parallelCleaning.hpp: 2
hotspot/share/gc/shared/memAllocator.hpp: 2
hotspot/share/gc/shared/gcConfiguration.hpp: 2
hotspot/share/gc/shared/cardTableBarrierSetAssembler.hpp: 2
hotspot/share/gc/shared/c1/cardTableBarrierSetC1.hpp: 2
hotspot/share/gc/shared/ageTableTracer.hpp: 2
hotspot/share/gc/serial/serialArguments.hpp: 2
hotspot/share/gc/parallel/vmPSOperations.hpp: 2
hotspot/share/gc/parallel/psMemoryPool.hpp: 2
hotspot/share/gc/parallel/pcTasks.hpp: 2
hotspot/share/gc/parallel/parallelArguments.hpp: 2
hotspot/share/gc/parallel/mutableNUMASpace.hpp: 2
hotspot/share/gc/parallel/gcTaskThread.hpp: 2
hotspot/share/gc/g1/g1StringDedupStat.hpp: 2
hotspot/share/gc/g1/g1IHOPControl.hpp: 2
hotspot/share/gc/g1/g1HeapRegionEventSender.hpp: 2
hotspot/share/gc/g1/g1FullGCPrepareTask.hpp: 2
hotspot/share/gc/g1/g1FullGCMarkTask.hpp: 2
hotspot/share/gc/g1/g1FullGCCompactTask.hpp: 2
hotspot/share/gc/g1/g1FullGCAdjustTask.hpp: 2
hotspot/share/gc/g1/g1CardTable.inline.hpp: 2
hotspot/share/gc/g1/g1Arguments.hpp: 2
hotspot/share/gc/g1/c2/g1BarrierSetC2.hpp: 2
hotspot/share/gc/epsilon/epsilonThreadLocalData.hpp: 2
hotspot/share/gc/epsilon/epsilonMemoryPool.hpp: 2
hotspot/share/gc/epsilon/epsilonArguments.hpp: 2
hotspot/share/gc/cms/cmsGCStats.hpp: 2
hotspot/share/gc/cms/cmsCardTable.hpp: 2
hotspot/share/gc/cms/cmsArguments.hpp: 2
hotspot/share/classfile/stackMapTableFormat.hpp: 2
hotspot/share/classfile/classLoaderHierarchyDCmd.hpp: 2
hotspot/share/classfile/bytecodeAssembler.hpp: 2
hotspot/share/c1/c1_ValueSet.inline.hpp: 2
hotspot/share/c1/c1_RangeCheckElimination.hpp: 2
hotspot/share/c1/c1_Optimizer.hpp: 2
hotspot/os/linux/os_share_linux.hpp: 2
hotspot/os_cpu/linux_x86/gc/z/zBackingPath_linux_x86.hpp: 2
hotspot/cpu/x86/gc/shared/cardTableBarrierSetAssembler_x86.hpp: 2
hotspot/cpu/x86/depChecker_x86.hpp: 2
hotspot/cpu/x86/crc32c.h: 2
gensrc/jfrfiles/jfrPeriodic.hpp: 2
hotspot/share/utilities/internalVMTests.hpp: 1
hotspot/share/prims/jniExport.hpp: 1
hotspot/share/oops/methodData.inline.hpp: 1
hotspot/share/oops/array.inline.hpp: 1
hotspot/share/jvmci/vmStructs_compiler_runtime.hpp: 1
hotspot/share/jfr/utilities/jfrResourceManager.hpp: 1
hotspot/share/jfr/utilities/jfrLogTagSets.hpp: 1
hotspot/share/jfr/support/jfrStackTraceMark.hpp: 1
hotspot/share/jfr/leakprofiler/stopOperation.hpp: 1
hotspot/share/jfr/leakprofiler/startOperation.hpp: 1
hotspot/share/jfr/jni/jfrJniMethod.hpp: 1
hotspot/share/gc/z/zPageCache.inline.hpp: 1
hotspot/share/gc/z/zMessagePort.inline.hpp: 1
hotspot/share/gc/z/zMarkTerminate.inline.hpp: 1
hotspot/share/gc/shared/vmStructs_gc.hpp: 1
hotspot/share/gc/shared/stringdedup/stringDedupThread.inline.hpp: 1
hotspot/share/gc/shared/stringdedup/stringDedup.inline.hpp: 1
hotspot/share/gc/serial/vmStructs_serial.hpp: 1
hotspot/share/gc/serial/serialHeap.inline.hpp: 1
hotspot/share/gc/parallel/vmStructs_parallelgc.hpp: 1
hotspot/share/gc/g1/vmStructs_g1.hpp: 1
hotspot/share/gc/g1/g1SharedClosures.hpp: 1
hotspot/share/gc/g1/g1CodeRootSetTable.hpp: 1
hotspot/share/gc/epsilon/vmStructs_epsilon.hpp: 1
hotspot/share/gc/cms/vmStructs_cms.hpp: 1
hotspot/share/gc/cms/parOopClosures.inline.hpp: 1
hotspot/share/gc/cms/parNewGeneration.inline.hpp: 1
hotspot/share/gc/cms/cmsOopClosures.inline.hpp: 1
hotspot/share/gc/cms/cmsHeap.inline.hpp: 1
hotspot/share/code/relocInfo_ext.hpp: 1
hotspot/share/classfile/dictionary.inline.hpp: 1
hotspot/share/aot/aotLoader.inline.hpp: 1
hotspot/os/linux/vmStructs_linux.hpp: 1
hotspot/os_cpu/linux_x86/vmStructs_linux_x86.hpp: 1
hotspot/os_cpu/linux_x86/os_linux_x86.inline.hpp: 1
hotspot/cpu/x86/vmStructs_x86.hpp: 1




Reply via email to