1.参数级别

其一是标准参数(-)

所有的JVM实现都必须实现这些参数的功能,而且向后兼容;

其二是非标准参数(-X)

默认jvm实现这些参数的功能,但是并不保证所有jvm实现都满足,且不保证向后兼容;

其三是非Stable参数(-XX)

此类参数各个jvm实现会有所不同,将来可能会随时取消,需要慎重使用;

2.在命令行中可以输出所有XX参数和值


-XX:+PrintCommandLineFlags

  1. -XX:InitialHeapSize=264819328
  2. -XX:MaxHeapSize=4237109248
  3. -XX:+PrintCommandLineFlags
  4. -XX:+UseCompressedClassPointers
  5. -XX:+UseCompressedOops
  6. -XX:-UseLargePagesIndividualAllocation
  7. -XX:+UseParallelGC

-XX:+PrintFlagsFinal and -XX:+PrintFlagsInitial

3 .常见参数

BiasedLockingBulkRebiasThreshold = 20 偏置锁定批量重新偏置阈值
同一个类的对象,撤销偏向锁升级为轻量级锁 次数达到20,批量重新偏向到当前线程。
BiasedLockingBulkRevokeThreshold = 40 偏置锁定批量撤销阈值
同一个类的对象,撤销偏向锁升级为轻量级锁 次数超过40,全部批量撤销,升级为轻量级锁。
-XX:+PrintGCDetails -XX:BiasedLockingStartupDelay=0 -XX:+TraceBiasedLocking -XX:+PrintGCApplicationStoppedTime

4 .附录

728行

  1. intx ActiveProcessorCount = -1 {product}
  2. uintx AdaptiveSizeDecrementScaleFactor = 4 {product}
  3. uintx AdaptiveSizeMajorGCDecayTimeScale = 10 {product}
  4. uintx AdaptiveSizePausePolicy = 0 {product}
  5. uintx AdaptiveSizePolicyCollectionCostMargin = 50 {product}
  6. uintx AdaptiveSizePolicyInitializingSteps = 20 {product}
  7. uintx AdaptiveSizePolicyOutputInterval = 0 {product}
  8. uintx AdaptiveSizePolicyWeight = 10 {product}
  9. uintx AdaptiveSizeThroughPutPolicy = 0 {product}
  10. uintx AdaptiveTimeWeight = 25 {product}
  11. bool AdjustConcurrency = false {product}
  12. bool AggressiveHeap = false {product}
  13. bool AggressiveOpts = false {product}
  14. intx AliasLevel = 3 {C2 product}
  15. bool AlignVector = true {C2 product}
  16. intx AllocateInstancePrefetchLines = 1 {product}
  17. intx AllocatePrefetchDistance = -1 {product}
  18. intx AllocatePrefetchInstr = 0 {product}
  19. intx AllocatePrefetchLines = 3 {product}
  20. intx AllocatePrefetchStepSize = 16 {product}
  21. intx AllocatePrefetchStyle = 1 {product}
  22. bool AllowJNIEnvProxy = false {product}
  23. bool AllowNonVirtualCalls = false {product}
  24. bool AllowParallelDefineClass = false {product}
  25. bool AllowUserSignalHandlers = false {product}
  26. bool AlwaysActAsServerClassMachine = false {product}
  27. bool AlwaysCompileLoopMethods = false {product}
  28. bool AlwaysLockClassLoader = false {product}
  29. bool AlwaysPreTouch = false {product}
  30. bool AlwaysRestoreFPU = false {product}
  31. bool AlwaysTenure = false {product}
  32. bool AssertOnSuspendWaitFailure = false {product}
  33. bool AssumeMP = false {product}
  34. intx AutoBoxCacheMax = 128 {C2 product}
  35. uintx AutoGCSelectPauseMillis = 5000 {product}
  36. intx BCEATraceLevel = 0 {product}
  37. intx BackEdgeThreshold = 100000 {pd product}
  38. bool BackgroundCompilation = true {pd product}
  39. uintx BaseFootPrintEstimate = 268435456 {product}
  40. intx BiasedLockingBulkRebiasThreshold = 20 {product}
  41. intx BiasedLockingBulkRevokeThreshold = 40 {product}
  42. intx BiasedLockingDecayTime = 25000 {product}
  43. intx BiasedLockingStartupDelay = 4000 {product}
  44. bool BindGCTaskThreadsToCPUs = false {product}
  45. bool BlockLayoutByFrequency = true {C2 product}
  46. intx BlockLayoutMinDiamondPercentage = 20 {C2 product}
  47. bool BlockLayoutRotateLoops = true {C2 product}
  48. bool BranchOnRegister = false {C2 product}
  49. bool BytecodeVerificationLocal = false {product}
  50. bool BytecodeVerificationRemote = true {product}
  51. bool C1OptimizeVirtualCallProfiling = true {C1 product}
  52. bool C1ProfileBranches = true {C1 product}
  53. bool C1ProfileCalls = true {C1 product}
  54. bool C1ProfileCheckcasts = true {C1 product}
  55. bool C1ProfileInlinedCalls = true {C1 product}
  56. bool C1ProfileVirtualCalls = true {C1 product}
  57. bool C1UpdateMethodData = true {C1 product}
  58. intx CICompilerCount = 2 {product}
  59. bool CICompilerCountPerCPU = false {product}
  60. bool CITime = false {product}
  61. bool CMSAbortSemantics = false {product}
  62. uintx CMSAbortablePrecleanMinWorkPerIteration = 100 {product}
  63. intx CMSAbortablePrecleanWaitMillis = 100 {manageable}
  64. uintx CMSBitMapYieldQuantum = 10485760 {product}
  65. uintx CMSBootstrapOccupancy = 50 {product}
  66. bool CMSClassUnloadingEnabled = true {product}
  67. uintx CMSClassUnloadingMaxInterval = 0 {product}
  68. bool CMSCleanOnEnter = true {product}
  69. bool CMSCompactWhenClearAllSoftRefs = true {product}
  70. uintx CMSConcMarkMultiple = 32 {product}
  71. bool CMSConcurrentMTEnabled = true {product}
  72. uintx CMSCoordinatorYieldSleepCount = 10 {product}
  73. bool CMSDumpAtPromotionFailure = false {product}
  74. bool CMSEdenChunksRecordAlways = true {product}
  75. uintx CMSExpAvgFactor = 50 {product}
  76. bool CMSExtrapolateSweep = false {product}
  77. uintx CMSFullGCsBeforeCompaction = 0 {product}
  78. uintx CMSIncrementalDutyCycle = 10 {product}
  79. uintx CMSIncrementalDutyCycleMin = 0 {product}
  80. bool CMSIncrementalMode = false {product}
  81. uintx CMSIncrementalOffset = 0 {product}
  82. bool CMSIncrementalPacing = true {product}
  83. uintx CMSIncrementalSafetyFactor = 10 {product}
  84. uintx CMSIndexedFreeListReplenish = 4 {product}
  85. intx CMSInitiatingOccupancyFraction = -1 {product}
  86. uintx CMSIsTooFullPercentage = 98 {product}
  87. double CMSLargeCoalSurplusPercent = 0.950000 {product}
  88. double CMSLargeSplitSurplusPercent = 1.000000 {product}
  89. bool CMSLoopWarn = false {product}
  90. uintx CMSMaxAbortablePrecleanLoops = 0 {product}
  91. intx CMSMaxAbortablePrecleanTime = 5000 {product}
  92. uintx CMSOldPLABMax = 1024 {product}
  93. uintx CMSOldPLABMin = 16 {product}
  94. uintx CMSOldPLABNumRefills = 4 {product}
  95. uintx CMSOldPLABReactivityFactor = 2 {product}
  96. bool CMSOldPLABResizeQuicker = false {product}
  97. uintx CMSOldPLABToleranceFactor = 4 {product}
  98. bool CMSPLABRecordAlways = true {product}
  99. uintx CMSParPromoteBlocksToClaim = 16 {product}
  100. bool CMSParallelInitialMarkEnabled = true {product}
  101. bool CMSParallelRemarkEnabled = true {product}
  102. bool CMSParallelSurvivorRemarkEnabled = true {product}
  103. uintx CMSPrecleanDenominator = 3 {product}
  104. uintx CMSPrecleanIter = 3 {product}
  105. uintx CMSPrecleanNumerator = 2 {product}
  106. bool CMSPrecleanRefLists1 = true {product}
  107. bool CMSPrecleanRefLists2 = false {product}
  108. bool CMSPrecleanSurvivors1 = false {product}
  109. bool CMSPrecleanSurvivors2 = true {product}
  110. uintx CMSPrecleanThreshold = 1000 {product}
  111. bool CMSPrecleaningEnabled = true {product}
  112. bool CMSPrintChunksInDump = false {product}
  113. bool CMSPrintEdenSurvivorChunks = false {product}
  114. bool CMSPrintObjectsInDump = false {product}
  115. uintx CMSRemarkVerifyVariant = 1 {product}
  116. bool CMSReplenishIntermediate = true {product}
  117. uintx CMSRescanMultiple = 32 {product}
  118. uintx CMSSamplingGrain = 16384 {product}
  119. bool CMSScavengeBeforeRemark = false {product}
  120. uintx CMSScheduleRemarkEdenPenetration = 50 {product}
  121. uintx CMSScheduleRemarkEdenSizeThreshold = 2097152 {product}
  122. uintx CMSScheduleRemarkSamplingRatio = 5 {product}
  123. double CMSSmallCoalSurplusPercent = 1.050000 {product}
  124. double CMSSmallSplitSurplusPercent = 1.100000 {product}
  125. bool CMSSplitIndexedFreeListBlocks = true {product}
  126. intx CMSTriggerInterval = -1 {manageable}
  127. uintx CMSTriggerRatio = 80 {product}
  128. intx CMSWaitDuration = 2000 {manageable}
  129. uintx CMSWorkQueueDrainThreshold = 10 {product}
  130. bool CMSYield = true {product}
  131. uintx CMSYieldSleepCount = 0 {product}
  132. uintx CMSYoungGenPerWorker = 67108864 {pd product}
  133. uintx CMS_FLSPadding = 1 {product}
  134. uintx CMS_FLSWeight = 75 {product}
  135. uintx CMS_SweepPadding = 1 {product}
  136. uintx CMS_SweepTimerThresholdMillis = 10 {product}
  137. uintx CMS_SweepWeight = 75 {product}
  138. bool CheckEndorsedAndExtDirs = false {product}
  139. bool CheckJNICalls = false {product}
  140. bool ClassUnloading = true {product}
  141. bool ClassUnloadingWithConcurrentMark = true {product}
  142. intx ClearFPUAtPark = 0 {product}
  143. bool ClipInlining = true {product}
  144. uintx CodeCacheExpansionSize = 65536 {pd product}
  145. uintx CodeCacheMinimumFreeSpace = 512000 {product}
  146. bool CollectGen0First = false {product}
  147. bool CompactFields = true {product}
  148. intx CompilationPolicyChoice = 0 {product}
  149. ccstrlist CompileCommand = {product}
  150. ccstr CompileCommandFile = {product}
  151. ccstrlist CompileOnly = {product}
  152. intx CompileThreshold = 10000 {pd product}
  153. bool CompilerThreadHintNoPreempt = true {product}
  154. intx CompilerThreadPriority = -1 {product}
  155. intx CompilerThreadStackSize = 0 {pd product}
  156. uintx CompressedClassSpaceSize = 1073741824 {product}
  157. uintx ConcGCThreads = 0 {product}
  158. intx ConditionalMoveLimit = 3 {C2 pd product}
  159. intx ContendedPaddingWidth = 128 {product}
  160. bool ConvertSleepToYield = true {pd product}
  161. bool ConvertYieldToSleep = false {product}
  162. bool CrashOnOutOfMemoryError = false {product}
  163. bool CreateMinidumpOnCrash = false {product}
  164. bool CriticalJNINatives = true {product}
  165. bool DTraceAllocProbes = false {product}
  166. bool DTraceMethodProbes = false {product}
  167. bool DTraceMonitorProbes = false {product}
  168. bool Debugging = false {product}
  169. uintx DefaultMaxRAMFraction = 4 {product}
  170. intx DefaultThreadPriority = -1 {product}
  171. intx DeferPollingPageLoopCount = -1 {product}
  172. intx DeferThrSuspendLoopCount = 4000 {product}
  173. bool DeoptimizeRandom = false {product}
  174. bool DisableAttachMechanism = false {product}
  175. bool DisableExplicitGC = false {product}
  176. bool DisplayVMOutputToStderr = false {product}
  177. bool DisplayVMOutputToStdout = false {product}
  178. bool DoEscapeAnalysis = true {C2 product}
  179. bool DontCompileHugeMethods = true {product}
  180. bool DontYieldALot = false {pd product}
  181. ccstr DumpLoadedClassList = {product}
  182. bool DumpReplayDataOnError = true {product}
  183. bool DumpSharedSpaces = false {product}
  184. bool EagerXrunInit = false {product}
  185. intx EliminateAllocationArraySizeLimit = 64 {C2 product}
  186. bool EliminateAllocations = true {C2 product}
  187. bool EliminateAutoBox = true {C2 product}
  188. bool EliminateLocks = true {C2 product}
  189. bool EliminateNestedLocks = true {C2 product}
  190. intx EmitSync = 0 {product}
  191. bool EnableContended = true {product}
  192. bool EnableResourceManagementTLABCache = true {product}
  193. bool EnableSharedLookupCache = true {product}
  194. bool EnableTracing = false {product}
  195. uintx ErgoHeapSizeLimit = 0 {product}
  196. ccstr ErrorFile = {product}
  197. ccstr ErrorReportServer = {product}
  198. double EscapeAnalysisTimeout = 20.000000 {C2 product}
  199. bool EstimateArgEscape = true {product}
  200. bool ExitOnOutOfMemoryError = false {product}
  201. bool ExplicitGCInvokesConcurrent = false {product}
  202. bool ExplicitGCInvokesConcurrentAndUnloadsClasses = false {product}
  203. bool ExtendedDTraceProbes = false {product}
  204. ccstr ExtraSharedClassListFile = {product}
  205. bool FLSAlwaysCoalesceLarge = false {product}
  206. uintx FLSCoalescePolicy = 2 {product}
  207. double FLSLargestBlockCoalesceProximity = 0.990000 {product}
  208. bool FailOverToOldVerifier = true {product}
  209. bool FastTLABRefill = true {product}
  210. intx FenceInstruction = 0 {ARCH product}
  211. intx FieldsAllocationStyle = 1 {product}
  212. bool FilterSpuriousWakeups = true {product}
  213. ccstr FlightRecorderOptions = {product}
  214. bool ForceNUMA = false {product}
  215. bool ForceTimeHighResolution = false {product}
  216. intx FreqInlineSize = 325 {pd product}
  217. double G1ConcMarkStepDurationMillis = 10.000000 {product}
  218. uintx G1ConcRSHotCardLimit = 4 {product}
  219. uintx G1ConcRSLogCacheSize = 10 {product}
  220. intx G1ConcRefinementGreenZone = 0 {product}
  221. intx G1ConcRefinementRedZone = 0 {product}
  222. intx G1ConcRefinementServiceIntervalMillis = 300 {product}
  223. uintx G1ConcRefinementThreads = 0 {product}
  224. intx G1ConcRefinementThresholdStep = 0 {product}
  225. intx G1ConcRefinementYellowZone = 0 {product}
  226. uintx G1ConfidencePercent = 50 {product}
  227. uintx G1HeapRegionSize = 0 {product}
  228. uintx G1HeapWastePercent = 5 {product}
  229. uintx G1MixedGCCountTarget = 8 {product}
  230. intx G1RSetRegionEntries = 0 {product}
  231. uintx G1RSetScanBlockSize = 64 {product}
  232. intx G1RSetSparseRegionEntries = 0 {product}
  233. intx G1RSetUpdatingPauseTimePercent = 10 {product}
  234. intx G1RefProcDrainInterval = 10 {product}
  235. uintx G1ReservePercent = 10 {product}
  236. uintx G1SATBBufferEnqueueingThresholdPercent = 60 {product}
  237. intx G1SATBBufferSize = 1024 {product}
  238. intx G1UpdateBufferSize = 256 {product}
  239. bool G1UseAdaptiveConcRefinement = true {product}
  240. uintx GCDrainStackTargetSize = 64 {product}
  241. uintx GCHeapFreeLimit = 2 {product}
  242. uintx GCLockerEdenExpansionPercent = 5 {product}
  243. bool GCLockerInvokesConcurrent = false {product}
  244. uintx GCLogFileSize = 8192 {product}
  245. uintx GCPauseIntervalMillis = 0 {product}
  246. uintx GCTaskTimeStampEntries = 200 {product}
  247. uintx GCTimeLimit = 98 {product}
  248. uintx GCTimeRatio = 99 {product}
  249. uintx HeapBaseMinAddress = 2147483648 {pd product}
  250. bool HeapDumpAfterFullGC = false {manageable}
  251. bool HeapDumpBeforeFullGC = false {manageable}
  252. bool HeapDumpOnOutOfMemoryError = false {manageable}
  253. ccstr HeapDumpPath = {manageable}
  254. uintx HeapFirstMaximumCompactionCount = 3 {product}
  255. uintx HeapMaximumCompactionInterval = 20 {product}
  256. uintx HeapSizePerGCThread = 87241520 {product}
  257. bool IgnoreEmptyClassPaths = false {product}
  258. bool IgnoreUnrecognizedVMOptions = false {product}
  259. uintx IncreaseFirstTierCompileThresholdAt = 50 {product}
  260. bool IncrementalInline = true {C2 product}
  261. uintx InitialBootClassLoaderMetaspaceSize = 4194304 {product}
  262. uintx InitialCodeCacheSize = 2555904 {pd product}
  263. uintx InitialHeapSize = 0 {product}
  264. uintx InitialRAMFraction = 64 {product}
  265. double InitialRAMPercentage = 1.562500 {product}
  266. uintx InitialSurvivorRatio = 8 {product}
  267. uintx InitialTenuringThreshold = 7 {product}
  268. uintx InitiatingHeapOccupancyPercent = 45 {product}
  269. bool Inline = true {product}
  270. ccstr InlineDataFile = {product}
  271. intx InlineSmallCode = 1000 {pd product}
  272. bool InlineSynchronizedMethods = true {C1 product}
  273. bool InsertMemBarAfterArraycopy = true {C2 product}
  274. intx InteriorEntryAlignment = 16 {C2 pd product}
  275. intx InterpreterProfilePercentage = 33 {product}
  276. bool JNIDetachReleasesMonitors = true {product}
  277. bool JavaMonitorsInStackTrace = true {product}
  278. intx JavaPriority10_To_OSPriority = -1 {product}
  279. intx JavaPriority1_To_OSPriority = -1 {product}
  280. intx JavaPriority2_To_OSPriority = -1 {product}
  281. intx JavaPriority3_To_OSPriority = -1 {product}
  282. intx JavaPriority4_To_OSPriority = -1 {product}
  283. intx JavaPriority5_To_OSPriority = -1 {product}
  284. intx JavaPriority6_To_OSPriority = -1 {product}
  285. intx JavaPriority7_To_OSPriority = -1 {product}
  286. intx JavaPriority8_To_OSPriority = -1 {product}
  287. intx JavaPriority9_To_OSPriority = -1 {product}
  288. bool LIRFillDelaySlots = false {C1 pd product}
  289. uintx LargePageHeapSizeThreshold = 134217728 {product}
  290. uintx LargePageSizeInBytes = 0 {product}
  291. bool LazyBootClassLoader = true {product}
  292. intx LiveNodeCountInliningCutoff = 40000 {C2 product}
  293. bool LogCommercialFeatures = false {product}
  294. intx LoopMaxUnroll = 16 {C2 product}
  295. intx LoopOptsCount = 43 {C2 product}
  296. intx LoopUnrollLimit = 60 {C2 pd product}
  297. intx LoopUnrollMin = 4 {C2 product}
  298. bool LoopUnswitching = true {C2 product}
  299. bool ManagementServer = false {product}
  300. uintx MarkStackSize = 4194304 {product}
  301. uintx MarkStackSizeMax = 536870912 {product}
  302. uintx MarkSweepAlwaysCompactCount = 4 {product}
  303. uintx MarkSweepDeadRatio = 5 {product}
  304. intx MaxBCEAEstimateLevel = 5 {product}
  305. intx MaxBCEAEstimateSize = 150 {product}
  306. uintx MaxDirectMemorySize = 0 {product}
  307. bool MaxFDLimit = true {product}
  308. uintx MaxGCMinorPauseMillis = 4294967295 {product}
  309. uintx MaxGCPauseMillis = 4294967295 {product}
  310. uintx MaxHeapFreeRatio = 70 {manageable}
  311. uintx MaxHeapSize = 130862280 {product}
  312. intx MaxInlineLevel = 9 {product}
  313. intx MaxInlineSize = 35 {product}
  314. intx MaxJNILocalCapacity = 65536 {product}
  315. intx MaxJavaStackTraceDepth = 1024 {product}
  316. intx MaxJumpTableSize = 65000 {C2 product}
  317. intx MaxJumpTableSparseness = 5 {C2 product}
  318. intx MaxLabelRootDepth = 1100 {C2 product}
  319. intx MaxLoopPad = 15 {C2 product}
  320. uintx MaxMetaspaceExpansion = 5452592 {product}
  321. uintx MaxMetaspaceFreeRatio = 70 {product}
  322. uintx MaxMetaspaceSize = 4294967295 {product}
  323. uintx MaxNewSize = 4294967295 {product}
  324. intx MaxNodeLimit = 80000 {C2 product}
  325. uint64_t MaxRAM = 0 {pd product}
  326. uintx MaxRAMFraction = 4 {product}
  327. double MaxRAMPercentage = 25.000000 {product}
  328. intx MaxRecursiveInlineLevel = 1 {product}
  329. uintx MaxTenuringThreshold = 15 {product}
  330. intx MaxTrivialSize = 6 {product}
  331. intx MaxVectorSize = 32 {C2 product}
  332. uintx MetaspaceSize = 21810376 {pd product}
  333. bool MethodFlushing = true {product}
  334. uintx MinHeapDeltaBytes = 170392 {product}
  335. uintx MinHeapFreeRatio = 40 {manageable}
  336. intx MinInliningThreshold = 250 {product}
  337. intx MinJumpTableSize = 10 {C2 pd product}
  338. uintx MinMetaspaceExpansion = 340784 {product}
  339. uintx MinMetaspaceFreeRatio = 40 {product}
  340. uintx MinRAMFraction = 2 {product}
  341. double MinRAMPercentage = 50.000000 {product}
  342. uintx MinSurvivorRatio = 3 {product}
  343. uintx MinTLABSize = 2048 {product}
  344. intx MonitorBound = 0 {product}
  345. bool MonitorInUseLists = false {product}
  346. intx MultiArrayExpandLimit = 6 {C2 product}
  347. bool MustCallLoadClassInternal = false {product}
  348. uintx NUMAChunkResizeWeight = 20 {product}
  349. uintx NUMAInterleaveGranularity = 2097152 {product}
  350. uintx NUMAPageScanRate = 256 {product}
  351. uintx NUMASpaceResizeRate = 1073741824 {product}
  352. bool NUMAStats = false {product}
  353. ccstr NativeMemoryTracking = off {product}
  354. bool NeedsDeoptSuspend = false {pd product}
  355. bool NeverActAsServerClassMachine = false {pd product}
  356. bool NeverTenure = false {product}
  357. uintx NewRatio = 2 {product}
  358. uintx NewSize = 1363144 {product}
  359. uintx NewSizeThreadIncrease = 5320 {pd product}
  360. intx NmethodSweepActivity = 10 {product}
  361. intx NmethodSweepCheckInterval = 5 {product}
  362. intx NmethodSweepFraction = 16 {product}
  363. intx NodeLimitFudgeFactor = 2000 {C2 product}
  364. uintx NumberOfGCLogFiles = 0 {product}
  365. intx NumberOfLoopInstrToAlign = 4 {C2 product}
  366. intx ObjectAlignmentInBytes = 8 {lp64_product}
  367. uintx OldPLABSize = 1024 {product}
  368. uintx OldPLABWeight = 50 {product}
  369. uintx OldSize = 5452592 {product}
  370. bool OmitStackTraceInFastThrow = true {product}
  371. ccstrlist OnError = {product}
  372. ccstrlist OnOutOfMemoryError = {product}
  373. intx OnStackReplacePercentage = 140 {pd product}
  374. bool OptimizeFill = true {C2 product}
  375. bool OptimizePtrCompare = true {C2 product}
  376. bool OptimizeStringConcat = true {C2 product}
  377. bool OptoBundling = false {C2 pd product}
  378. intx OptoLoopAlignment = 16 {pd product}
  379. bool OptoScheduling = false {C2 pd product}
  380. uintx PLABWeight = 75 {product}
  381. bool PSChunkLargeArrays = true {product}
  382. intx ParGCArrayScanChunk = 50 {product}
  383. uintx ParGCDesiredObjsFromOverflowList = 20 {product}
  384. bool ParGCTrimOverflow = true {product}
  385. bool ParGCUseLocalOverflow = false {product}
  386. uintx ParallelGCBufferWastePct = 10 {product}
  387. uintx ParallelGCThreads = 0 {product}
  388. bool ParallelGCVerbose = false {product}
  389. uintx ParallelOldDeadWoodLimiterMean = 50 {product}
  390. uintx ParallelOldDeadWoodLimiterStdDev = 80 {product}
  391. bool ParallelRefProcBalancingEnabled = true {product}
  392. bool ParallelRefProcEnabled = false {product}
  393. bool PartialPeelAtUnsignedTests = true {C2 product}
  394. bool PartialPeelLoop = true {C2 product}
  395. intx PartialPeelNewPhiDelta = 0 {C2 product}
  396. uintx PausePadding = 1 {product}
  397. intx PerBytecodeRecompilationCutoff = 200 {product}
  398. intx PerBytecodeTrapLimit = 4 {product}
  399. intx PerMethodRecompilationCutoff = 400 {product}
  400. intx PerMethodTrapLimit = 100 {product}
  401. bool PerfAllowAtExitRegistration = false {product}
  402. bool PerfBypassFileSystemCheck = false {product}
  403. intx PerfDataMemorySize = 32768 {product}
  404. intx PerfDataSamplingInterval = 50 {product}
  405. ccstr PerfDataSaveFile = {product}
  406. bool PerfDataSaveToFile = false {product}
  407. bool PerfDisableSharedMem = false {product}
  408. intx PerfMaxStringConstLength = 1024 {product}
  409. intx PreInflateSpin = 10 {pd product}
  410. bool PreferInterpreterNativeStubs = false {pd product}
  411. intx PrefetchCopyIntervalInBytes = -1 {product}
  412. intx PrefetchFieldsAhead = -1 {product}
  413. intx PrefetchScanIntervalInBytes = -1 {product}
  414. bool PreserveAllAnnotations = false {product}
  415. bool PreserveFramePointer = false {pd product}
  416. uintx PretenureSizeThreshold = 0 {product}
  417. bool PrintAdaptiveSizePolicy = false {product}
  418. bool PrintCMSInitiationStatistics = false {product}
  419. intx PrintCMSStatistics = 0 {product}
  420. bool PrintClassHistogram = false {manageable}
  421. bool PrintClassHistogramAfterFullGC = false {manageable}
  422. bool PrintClassHistogramBeforeFullGC = false {manageable}
  423. bool PrintCodeCache = false {product}
  424. bool PrintCodeCacheOnCompilation = false {product}
  425. bool PrintCommandLineFlags = false {product}
  426. bool PrintCompilation = false {product}
  427. bool PrintConcurrentLocks = false {manageable}
  428. intx PrintFLSCensus = 0 {product}
  429. intx PrintFLSStatistics = 0 {product}
  430. bool PrintFlagsFinal = false {product}
  431. bool PrintFlagsInitial = false {product}
  432. bool PrintGC = false {manageable}
  433. bool PrintGCApplicationConcurrentTime = false {product}
  434. bool PrintGCApplicationStoppedTime = false {product}
  435. bool PrintGCCause = true {product}
  436. bool PrintGCDateStamps = false {manageable}
  437. bool PrintGCDetails = false {manageable}
  438. bool PrintGCID = false {manageable}
  439. bool PrintGCTaskTimeStamps = false {product}
  440. bool PrintGCTimeStamps = false {manageable}
  441. bool PrintHeapAtGC = false {product rw}
  442. bool PrintHeapAtGCExtended = false {product rw}
  443. bool PrintHeapAtSIGBREAK = true {product}
  444. bool PrintJNIGCStalls = false {product}
  445. bool PrintJNIResolving = false {product}
  446. bool PrintOldPLAB = false {product}
  447. bool PrintOopAddress = false {product}
  448. bool PrintPLAB = false {product}
  449. bool PrintParallelOldGCPhaseTimes = false {product}
  450. bool PrintPromotionFailure = false {product}
  451. bool PrintReferenceGC = false {product}
  452. bool PrintSafepointStatistics = false {product}
  453. intx PrintSafepointStatisticsCount = 300 {product}
  454. intx PrintSafepointStatisticsTimeout = -1 {product}
  455. bool PrintSharedArchiveAndExit = false {product}
  456. bool PrintSharedDictionary = false {product}
  457. bool PrintSharedSpaces = false {product}
  458. bool PrintStringDeduplicationStatistics = false {product}
  459. bool PrintStringTableStatistics = false {product}
  460. bool PrintTLAB = false {product}
  461. bool PrintTenuringDistribution = false {product}
  462. bool PrintTieredEvents = false {product}
  463. bool PrintVMOptions = false {product}
  464. bool PrintVMQWaitTime = false {product}
  465. bool PrintWarnings = true {product}
  466. uintx ProcessDistributionStride = 4 {product}
  467. bool ProfileInterpreter = true {pd product}
  468. bool ProfileIntervals = false {product}
  469. intx ProfileIntervalsTicks = 100 {product}
  470. intx ProfileMaturityPercentage = 20 {product}
  471. bool ProfileVM = false {product}
  472. bool ProfilerPrintByteCodeStatistics = false {product}
  473. bool ProfilerRecordPC = false {product}
  474. uintx PromotedPadding = 3 {product}
  475. uintx QueuedAllocationWarningCount = 0 {product}
  476. uintx RTMRetryCount = 5 {ARCH product}
  477. bool RangeCheckElimination = true {product}
  478. intx ReadPrefetchInstr = 0 {ARCH product}
  479. bool ReassociateInvariants = true {C2 product}
  480. bool ReduceBulkZeroing = true {C2 product}
  481. bool ReduceFieldZeroing = true {C2 product}
  482. bool ReduceInitialCardMarks = true {C2 product}
  483. bool ReduceSignalUsage = false {product}
  484. intx RefDiscoveryPolicy = 0 {product}
  485. bool ReflectionWrapResolutionErrors = true {product}
  486. bool RegisterFinalizersAtInit = true {product}
  487. bool RelaxAccessControlCheck = false {product}
  488. ccstr ReplayDataFile = {product}
  489. bool RequireSharedSpaces = false {product}
  490. uintx ReservedCodeCacheSize = 50331648 {pd product}
  491. bool ResizeOldPLAB = true {product}
  492. bool ResizePLAB = true {product}
  493. bool ResizeTLAB = true {pd product}
  494. bool RestoreMXCSROnJNICalls = false {product}
  495. bool RestrictContended = true {product}
  496. bool RewriteBytecodes = true {pd product}
  497. bool RewriteFrequentPairs = true {pd product}
  498. intx SafepointPollOffset = 256 {C1 pd product}
  499. intx SafepointSpinBeforeYield = 2000 {product}
  500. bool SafepointTimeout = false {product}
  501. intx SafepointTimeoutDelay = 10000 {product}
  502. bool ScavengeBeforeFullGC = true {product}
  503. intx SelfDestructTimer = 0 {product}
  504. uintx SharedBaseAddress = 0 {product}
  505. ccstr SharedClassListFile = {product}
  506. uintx SharedMiscCodeSize = 122880 {product}
  507. uintx SharedMiscDataSize = 4194304 {product}
  508. uintx SharedReadOnlySize = 16777216 {product}
  509. uintx SharedReadWriteSize = 16777216 {product}
  510. bool ShowMessageBoxOnError = false {product}
  511. intx SoftRefLRUPolicyMSPerMB = 1000 {product}
  512. bool SpecialEncodeISOArray = true {C2 product}
  513. bool SplitIfBlocks = true {C2 product}
  514. intx StackRedPages = 1 {pd product}
  515. intx StackShadowPages = 6 {pd product}
  516. bool StackTraceInThrowable = true {product}
  517. intx StackYellowPages = 3 {pd product}
  518. bool StartAttachListener = false {product}
  519. intx StarvationMonitorInterval = 200 {product}
  520. bool StressLdcRewrite = false {product}
  521. uintx StringDeduplicationAgeThreshold = 3 {product}
  522. uintx StringTableSize = 60013 {product}
  523. bool SuppressFatalErrorMessage = false {product}
  524. uintx SurvivorPadding = 3 {product}
  525. uintx SurvivorRatio = 8 {product}
  526. intx SuspendRetryCount = 50 {product}
  527. intx SuspendRetryDelay = 5 {product}
  528. intx SyncFlags = 0 {product}
  529. ccstr SyncKnobs = {product}
  530. intx SyncVerbose = 0 {product}
  531. uintx TLABAllocationWeight = 35 {product}
  532. uintx TLABRefillWasteFraction = 64 {product}
  533. uintx TLABSize = 0 {product}
  534. bool TLABStats = true {product}
  535. uintx TLABWasteIncrement = 4 {product}
  536. uintx TLABWasteTargetPercent = 1 {product}
  537. uintx TargetPLABWastePct = 10 {product}
  538. uintx TargetSurvivorRatio = 50 {product}
  539. uintx TenuredGenerationSizeIncrement = 20 {product}
  540. uintx TenuredGenerationSizeSupplement = 80 {product}
  541. uintx TenuredGenerationSizeSupplementDecay = 2 {product}
  542. intx ThreadPriorityPolicy = 0 {product}
  543. bool ThreadPriorityVerbose = false {product}
  544. uintx ThreadSafetyMargin = 52428800 {product}
  545. intx ThreadStackSize = 0 {pd product}
  546. uintx ThresholdTolerance = 10 {product}
  547. intx Tier0BackedgeNotifyFreqLog = 10 {product}
  548. intx Tier0InvokeNotifyFreqLog = 7 {product}
  549. intx Tier0ProfilingStartPercentage = 200 {product}
  550. intx Tier23InlineeNotifyFreqLog = 20 {product}
  551. intx Tier2BackEdgeThreshold = 0 {product}
  552. intx Tier2BackedgeNotifyFreqLog = 14 {product}
  553. intx Tier2CompileThreshold = 0 {product}
  554. intx Tier2InvokeNotifyFreqLog = 11 {product}
  555. intx Tier3BackEdgeThreshold = 60000 {product}
  556. intx Tier3BackedgeNotifyFreqLog = 13 {product}
  557. intx Tier3CompileThreshold = 2000 {product}
  558. intx Tier3DelayOff = 2 {product}
  559. intx Tier3DelayOn = 5 {product}
  560. intx Tier3InvocationThreshold = 200 {product}
  561. intx Tier3InvokeNotifyFreqLog = 10 {product}
  562. intx Tier3LoadFeedback = 5 {product}
  563. intx Tier3MinInvocationThreshold = 100 {product}
  564. intx Tier4BackEdgeThreshold = 40000 {product}
  565. intx Tier4CompileThreshold = 15000 {product}
  566. intx Tier4InvocationThreshold = 5000 {product}
  567. intx Tier4LoadFeedback = 3 {product}
  568. intx Tier4MinInvocationThreshold = 600 {product}
  569. bool TieredCompilation = true {pd product}
  570. intx TieredCompileTaskTimeout = 50 {product}
  571. intx TieredRateUpdateMaxTime = 25 {product}
  572. intx TieredRateUpdateMinTime = 1 {product}
  573. intx TieredStopAtLevel = 4 {product}
  574. bool TimeLinearScan = false {C1 product}
  575. bool TraceBiasedLocking = false {product}
  576. bool TraceClassLoading = false {product rw}
  577. bool TraceClassLoadingPreorder = false {product}
  578. bool TraceClassPaths = false {product}
  579. bool TraceClassResolution = false {product}
  580. bool TraceClassUnloading = false {product rw}
  581. bool TraceDynamicGCThreads = false {product}
  582. bool TraceGen0Time = false {product}
  583. bool TraceGen1Time = false {product}
  584. ccstr TraceJVMTI = {product}
  585. bool TraceLoaderConstraints = false {product rw}
  586. bool TraceMetadataHumongousAllocation = false {product}
  587. bool TraceMonitorInflation = false {product}
  588. bool TraceParallelOldGCTasks = false {product}
  589. intx TraceRedefineClasses = 0 {product}
  590. bool TraceSafepointCleanupTime = false {product}
  591. bool TraceSharedLookupCache = false {product}
  592. bool TraceSuspendWaitFailures = false {product}
  593. intx TrackedInitializationLimit = 50 {C2 product}
  594. bool TransmitErrorReport = false {product}
  595. bool TrapBasedNullChecks = false {pd product}
  596. bool TrapBasedRangeChecks = false {C2 pd product}
  597. intx TypeProfileArgsLimit = 2 {product}
  598. uintx TypeProfileLevel = 111 {pd product}
  599. intx TypeProfileMajorReceiverPercent = 90 {C2 product}
  600. intx TypeProfileParmsLimit = 2 {product}
  601. intx TypeProfileWidth = 2 {product}
  602. intx UnguardOnExecutionViolation = 0 {product}
  603. bool UnlinkSymbolsALot = false {product}
  604. bool Use486InstrsOnly = false {ARCH product}
  605. bool UseAES = false {product}
  606. bool UseAESIntrinsics = false {product}
  607. intx UseAVX = 99 {ARCH product}
  608. bool UseAdaptiveGCBoundary = false {product}
  609. bool UseAdaptiveGenerationSizePolicyAtMajorCollection = true {product}
  610. bool UseAdaptiveGenerationSizePolicyAtMinorCollection = true {product}
  611. bool UseAdaptiveNUMAChunkSizing = true {product}
  612. bool UseAdaptiveSizeDecayMajorGCCost = true {product}
  613. bool UseAdaptiveSizePolicy = true {product}
  614. bool UseAdaptiveSizePolicyFootprintGoal = true {product}
  615. bool UseAdaptiveSizePolicyWithSystemGC = false {product}
  616. bool UseAddressNop = false {ARCH product}
  617. bool UseAltSigs = false {product}
  618. bool UseAutoGCSelectPolicy = false {product}
  619. bool UseBMI1Instructions = false {ARCH product}
  620. bool UseBMI2Instructions = false {ARCH product}
  621. bool UseBiasedLocking = true {product}
  622. bool UseBimorphicInlining = true {C2 product}
  623. bool UseBoundThreads = true {product}
  624. bool UseCLMUL = false {ARCH product}
  625. bool UseCMSBestFit = true {product}
  626. bool UseCMSCollectionPassing = true {product}
  627. bool UseCMSCompactAtFullCollection = true {product}
  628. bool UseCMSInitiatingOccupancyOnly = false {product}
  629. bool UseCRC32Intrinsics = false {product}
  630. bool UseCodeCacheFlushing = true {product}
  631. bool UseCompiler = true {product}
  632. bool UseCompilerSafepoints = true {product}
  633. bool UseCompressedClassPointers = false {lp64_product}
  634. bool UseCompressedOops = false {lp64_product}
  635. bool UseConcMarkSweepGC = false {product}
  636. bool UseCondCardMark = false {C2 product}
  637. bool UseCountLeadingZerosInstruction = false {ARCH product}
  638. bool UseCountTrailingZerosInstruction = false {ARCH product}
  639. bool UseCountedLoopSafepoints = false {C2 product}
  640. bool UseCounterDecay = true {product}
  641. bool UseDivMod = true {C2 product}
  642. bool UseDynamicNumberOfGCThreads = false {product}
  643. bool UseFPUForSpilling = false {C2 product}
  644. bool UseFastAccessorMethods = true {product}
  645. bool UseFastEmptyMethods = true {product}
  646. bool UseFastJNIAccessors = true {product}
  647. bool UseFastStosb = false {ARCH product}
  648. bool UseG1GC = false {product}
  649. bool UseGCLogFileRotation = false {product}
  650. bool UseGCOverheadLimit = true {product}
  651. bool UseGCTaskAffinity = false {product}
  652. bool UseHeavyMonitors = false {product}
  653. bool UseInlineCaches = true {product}
  654. bool UseInterpreter = true {product}
  655. bool UseJumpTables = true {C2 product}
  656. bool UseLWPSynchronization = true {product}
  657. bool UseLargePages = false {pd product}
  658. bool UseLargePagesInMetaspace = false {product}
  659. bool UseLargePagesIndividualAllocation := false {pd product}
  660. bool UseLockedTracing = false {product}
  661. bool UseLoopCounter = true {product}
  662. bool UseLoopInvariantCodeMotion = true {C1 product}
  663. bool UseLoopPredicate = true {C2 product}
  664. bool UseMathExactIntrinsics = true {C2 product}
  665. bool UseMaximumCompactionOnSystemGC = true {product}
  666. bool UseMembar = false {pd product}
  667. bool UseMontgomeryMultiplyIntrinsic = false {C2 product}
  668. bool UseMontgomerySquareIntrinsic = false {C2 product}
  669. bool UseMulAddIntrinsic = false {C2 product}
  670. bool UseMultiplyToLenIntrinsic = false {C2 product}
  671. bool UseNUMA = false {product}
  672. bool UseNUMAInterleaving = false {product}
  673. bool UseNewLongLShift = false {ARCH product}
  674. bool UseOSErrorReporting = false {pd product}
  675. bool UseOldInlining = true {C2 product}
  676. bool UseOnStackReplacement = true {pd product}
  677. bool UseOnlyInlinedBimorphic = true {C2 product}
  678. bool UseOptoBiasInlining = true {C2 product}
  679. bool UsePSAdaptiveSurvivorSizePolicy = true {product}
  680. bool UseParNewGC = false {product}
  681. bool UseParallelGC = false {product}
  682. bool UseParallelOldGC = false {product}
  683. bool UsePerfData = true {product}
  684. bool UsePopCountInstruction = false {product}
  685. bool UseRDPCForConstantTableBase = false {C2 product}
  686. bool UseRTMDeopt = false {ARCH product}
  687. bool UseRTMLocking = false {ARCH product}
  688. bool UseSHA = false {product}
  689. bool UseSHA1Intrinsics = false {product}
  690. bool UseSHA256Intrinsics = false {product}
  691. bool UseSHA512Intrinsics = false {product}
  692. intx UseSSE = 99 {product}
  693. bool UseSSE42Intrinsics = false {product}
  694. bool UseSerialGC = false {product}
  695. bool UseSharedSpaces = true {product}
  696. bool UseSignalChaining = true {product}
  697. bool UseSquareToLenIntrinsic = false {C2 product}
  698. bool UseStoreImmI16 = true {ARCH product}
  699. bool UseStringDeduplication = false {product}
  700. bool UseSuperWord = true {C2 product}
  701. bool UseTLAB = true {pd product}
  702. bool UseThreadPriorities = true {pd product}
  703. bool UseTypeProfile = true {product}
  704. bool UseTypeSpeculation = true {C2 product}
  705. bool UseUTCFileTimestamp = true {product}
  706. bool UseUnalignedLoadStores = false {ARCH product}
  707. bool UseVMInterruptibleIO = false {product}
  708. bool UseXMMForArrayCopy = false {product}
  709. bool UseXmmI2D = false {ARCH product}
  710. bool UseXmmI2F = false {ARCH product}
  711. bool UseXmmLoadAndClearUpper = true {ARCH product}
  712. bool UseXmmRegToRegMoveAll = false {ARCH product}
  713. bool VMThreadHintNoPreempt = false {product}
  714. intx VMThreadPriority = -1 {product}
  715. intx VMThreadStackSize = 0 {pd product}
  716. intx ValueMapInitialSize = 11 {C1 product}
  717. intx ValueMapMaxLoopSize = 8 {C1 product}
  718. intx ValueSearchLimit = 1000 {C2 product}
  719. bool VerifyMergedCPBytecodes = true {product}
  720. bool VerifySharedSpaces = false {product}
  721. intx WorkAroundNPTLTimedWaitHang = 1 {product}
  722. uintx YoungGenerationSizeIncrement = 20 {product}
  723. uintx YoungGenerationSizeSupplement = 80 {product}
  724. uintx YoungGenerationSizeSupplementDecay = 8 {product}
  725. uintx YoungPLABSize = 4096 {product}
  726. bool ZeroTLAB = false {product}
  727. intx hashCode = 5 {product}