forked from eclipse-openj9/openj9-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
519 lines (476 loc) · 41.9 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
# Copyright (c) 2017, 2024 IBM Corp. and others
#
# This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution and is available at
# https://www.eclipse.org/legal/epl-2.0/ or the Apache
# License, Version 2.0 which accompanies this distribution and
# is available at https://www.apache.org/licenses/LICENSE-2.0.
#
# This Source Code may also be made available under the
# following Secondary Licenses when the conditions for such
# availability set forth in the Eclipse Public License, v. 2.0
# are satisfied: GNU General Public License, version 2 with
# the GNU Classpath Exception [1] and GNU General Public
# License, version 2 with the OpenJDK Assembly Exception [2].
#
# [1] https://www.gnu.org/software/classpath/license.html
# [2] https://openjdk.org/legal/assembly-exception.html
#
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0 OR GPL-2.0-only WITH OpenJDK-assembly-exception-1.0
#
# Eclipse OpenJ9 user documentation
site_name: ' '
site_url: https://www.eclipse.org/openj9/docs # the canonical URL of the site. This will add a link tag with the canonical URL to the generated HTML header.
repo_name: eclipse-openj9/openj9
repo_url : https://github.com/eclipse-openj9/openj9 # A link to your GitHub or Bitbucket repository on each page.
edit_uri: ""
site_description: Eclipse OpenJ9 documentation
theme:
name: material
custom_dir: theme
palette:
primary: teal # deep orange
accent: cyan # orange
font:
text: Roboto # 'Segoe Print' 'Kristen ITC' 'Tempus Sans ITC'
code: Roboto Mono # 'Consolas'
logo: cr/openj9_6b.png
language: en_custom
icon:
repo: fontawesome/brands/github
favicon: cr/openj9-logo.svg
docs_dir: 'docs'
site_dir: 'site'
plugins:
- search
- macros
extra_css:
- 'stylesheets/oj9.css'
extra_javascript:
- javascripts/oj9.js
extra:
version: 2.0
social:
- icon: fontawesome/brands/github
link: https://github.com/eclipse-openj9/openj9
name: OpenJ9 in GitHub
- icon: fontawesome/brands/slack
link: https://openj9.slack.com
name: OpenJ9 on Slack
- icon: fontawesome/brands/twitter
link: https://twitter.com/openj9
name: OpenJ9 on Twitter
- icon: fontawesome/brands/stack-overflow
link: https://stackoverflow.com/search?q=OpenJ9
name: OpenJ9 on StackOverflow
# Preview controls
dev_addr: '127.0.0.1:8008'
# Formatting options
markdown_extensions:
- def_list
- toc
- sane_lists
- attr_list
- pymdownx.emoji: # enable icons in markdown
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
nav:
- "About the docs" : index.md
- "OpenJ9 builds" : builds.md
- "Getting started" : introduction.md
- "New to OpenJ9?" : openj9_newuser.md
- "Release notes" :
- "Overview" : openj9_releases.md
- "Version 0.48.0" : version0.48.md
- "Version 0.47.0" : version0.47.md
- "Version 0.46.1" : version0.46.1.md
- "Version 0.46.0" : version0.46.md
- "Version 0.45.0" : version0.45.md
- "Version 0.44.0" : version0.44.md
- "Version 0.43.0" : version0.43.md
- "Version 0.42.0" : version0.42.md
- "Version 0.41.0" : version0.41.md
- "Version 0.40.0" : version0.40.md
- "Version 0.39.0" : version0.39.md
- "Version 0.38.0" : version0.38.md
- "Version 0.37.0" : version0.37.md
- "Earlier releases" :
- "Version 0.36.x" : version0.36.md
- "Version 0.35.0" : version0.35.md
- "Version 0.33.x" : version0.33.md
- "Version 0.32.0" : version0.32.md
- "Version 0.30.1" : version0.30.1.md
- "Version 0.30.0" : version0.30.md
- "Version 0.29.1" : version0.29.1.md
- "Version 0.29.0" : version0.29.md
- "Version 0.27.1" : version0.27.md
- "Version 0.26.0" : version0.26.md
- "Version 0.25.0" : version0.25.md
- "Version 0.24.0" : version0.24.md
- "Version 0.23.0" : version0.23.md
- "Version 0.22.0" : version0.22.md
- "Version 0.21.0" : version0.21.md
- "Version 0.20.0" : version0.20.md
- "Version 0.19.0" : version0.19.md
- "Version 0.18.1" : version0.18.md
- "Version 0.17.0" : version0.17.md
- "Version 0.16.0" : version0.16.md
- "Version 0.15.1" : version0.15.md
- "Version 0.14.0" : version0.14.md
- "Version 0.13.0" : version0.13.md
- "Version 0.12.0" : version0.12.md
- "Version 0.11.0" : version0.11.md
- "Version 0.10.0" : version0.10.md
- "Version 0.9.0" : version0.9.md
- "Version 0.8.0" : version0.8.md
- "Migrating" :
- "Migrating from Java 8 to Java 11" : migrating8to11.md
- "Migrating from Java 11 to Java 17" : migrating11to17.md
- "Migrating from Java 17 to Java 21" : migrating17to21.md
- "Configuring your system" : configuring.md
- "Memory management" :
- "Heap allocation" : allocation.md
- "Garbage Collection (GC)" : gc_overview.md
- "GC policies" : gc.md
- "Troubleshooting GC" :
- "Verbose GC logs" : vgclog.md
- "Log examples" : vgclog_examples.md
- "JIT Compiler" : jit.md
- "JITServer technology" : jitserver.md
- "JITServer tuning" : jitserver_tuning.md
- "AOT Compiler" : aot.md
- "Class data sharing" :
- "Introduction" : shrc.md
- "Diagnosing problems" : shrc_diag_util.md
- "CRIU" :
- "CRIU support" : criusupport.md
- "Command-line options" :
- "-Dorg.eclipse.openj9.criu.ImmutableEnvVars" : dorgeclipseopenj9criuimmutableenvvars.md
- "-Xrs:onRestore / -Xrs:syncOnRestore" : xrsonrestoresynconrestore.md
- "-Xshareclasses:disableOnRestore" : xshareclassesdisableonrestore.md
- "-XX:CheckpointGCThreads" : xxcheckpointgcthread.md
- "-XX:Compatibility" : xxcompatibility.md
- "-XX:[+|-]CRIURestoreNonPortableMode" : xxcriurestorenonportablemode.md
- "-XX:[+|-]CRIUSecProvider" : xxcriusecprovider.md
- "-XX:[+|-]EnableCRIUSupport" : xxenablecriusupport.md
- "-XX:[+|-]IgnoreUnrecognizedRestoreOptions" : xxignoreunrecognizedrestoreoptions.md
- "Java Attach API" : attachapi.md
- "Security" :
- "OpenSSL" : openssl.md
- "Enhancements to OpenJDK security" : enhancementstoopenjdksecurity.md
- "Diagnostics" :
- "Overview" : diag_overview.md
- "Dumps" :
# Move dump agents, events, xdump builder from -Xdump (link to -Xdump for detail) then...
- "Java dump" : dump_javadump.md
- "Heap dump" : dump_heapdump.md
- "System dump" : dump_systemdump.md
# - "Logs" :
# - "verboseGC" : logs_verboseGC.md (to be written)
# - "JIT logs" : (move from JIT)
# - "SHRC" : logs_shrc.md (to be written)
# - "Trace" :
# Move high level content and xtrace builder from -Xtrace (link to -Xtrace and -Xtgc for cmd line detail).
# - "Application trace" : trace_aplication.md (to be written)
# - "Method trace" : trace_method.md (to be written)
- "Tools" :
# 3rd party tools topic for IBM monitoring & diag tools & Eclipse MA (take from New to OpenJ9), then...
- "Dump extractor" : tool_jextract.md
- "Dump viewer" : tool_jdmpview.md
- "Trace formatter" : tool_traceformat.md
- "Option builder" : tool_builder.md
- "Java command (jcmd) tool" : tool_jcmd.md
- "Java memory map (jmap) tool" : tool_jmap.md
- "Java process status (jps)" : tool_jps.md
- "Java stack (jstack) tool" : tool_jstack.md
- "Java statistics monitoring (jstat) tool" : tool_jstat.md
- "Switching to OpenJ9" : tool_migration.md
- "Interfaces" :
- "JVMTI" : interface_jvmti.md
- "DTFJ" : interface_dtfj.md
- "Language Management" : interface_lang_management.md
- "Command-line options" :
- "Specifying options" : cmdline_specifying.md
- "Standard options" : cmdline_general.md
- "Switching to OpenJ9" : cmdline_migration.md
# System properties that are commented out are not supported at this time.
- "System property options" :
- "Using System properties" : d_jvm_commands.md
- "-Dcom.ibm.enableClassCaching" : dcomibmenableclasscaching.md
- "-Dcom.ibm.enableLegacyDumpSecurity" : dcomibmenablelegacydumpsecurity.md
- "-Dcom.ibm.enableLegacyLogSecurity" : dcomibmenablelegacylogsecurity.md
- "-Dcom.ibm.enableLegacyTraceSecurity" : dcomibmenablelegacytracesecurity.md
- "-Dcom.ibm.gpu.disable" : dcomibmgpudisable.md
- "-Dcom.ibm.gpu.enable" : dcomibmgpuenable.md
- "-Dcom.ibm.gpu.verbose" : dcomibmgpuverbose.md
- "-Dcom.ibm.lang.management.OperatingSystemMXBean.isCpuTime100ns" : dcomibmlangmanagementosmxbeaniscputime100ns.md
- "-Dcom.ibm.lang.management.verbose" : dcomibmlangmanagementverbose.md
- "-Dcom.ibm.oti.shared.SharedClassGlobalFilterClass" : dcomibmotisharedsharedclassglobalfilterclass.md
- "-Dcom.ibm.tools.attach.command_timeout" : dcomibmtoolsattachcommand_timeout.md
- "-Dcom.ibm.tools.attach.directory" : dcomibmtoolsattachdirectory.md
- "-Dcom.ibm.tools.attach.displayName" : dcomibmtoolsattachdisplayname.md
- "-Dcom.ibm.tools.attach.enable" : dcomibmtoolsattachenable.md
- "-Dcom.ibm.tools.attach.fileAccessUpdateTime" : dcomibmtoolsattachfileaccessupdatetime.md
- "-Dcom.ibm.tools.attach.id" : dcomibmtoolsattachid.md
- "-Dcom.ibm.tools.attach.logging" : dcomibmtoolsattachlogging.md
- "-Dcom.ibm.tools.attach.log.name" : dcomibmtoolsattachlogname.md
- "-Dcom.ibm.tools.attach.retry" : dcomibmtoolsattachretry.md
- "-Dcom.ibm.tools.attach.shutdown_timeout" : dcomibmtoolsattachshutdown_timeout.md
- "-Dcom.ibm.tools.attach.timeout" : dcomibmtoolsattachtimeout.md
- "-Dfile.encoding" : dfileencoding.md
- "-Djava.compiler" : djavacompiler.md
- "-Djava.lang.string.substring.nocopy" : djavalangstringsubstringnocopy.md
- "-Djava.lang.stringBuffer.growAggressively" : djavalangstringbuffergrowaggressively.md
- "-Djdk.nativeCBC" : djdknativecbc.md
- "-Djdk.nativeChaCha20" : djdknativechacha20.md
- "-Djdk.nativeCrypto" : djdknativecrypto.md
- "-Djdk.nativeDigest" : djdknativedigest.md
- "-Djdk.nativeEC" : djdknativeec.md
- "-Djdk.nativeECKeyGen" : djdknativeeckeygen.md
- "-Djdk.nativeXDHKeyAgreement" : djdknativexdhkeyagreement.md
- "-Djdk.nativeXDHKeyGen" : djdknativexdhkeygen.md
- "-Djdk.nativeGCM" : djdknativegcm.md
- "-Djdk.nativeRSA" : djdknativersa.md
- "JVM -X options" :
- "Using -X options" : x_jvm_commands.md
- "-X" : x.md
- "-Xaggressive" : xaggressive.md
- "-Xalwaysclassgc" : xalwaysclassgc.md
- "-Xaot" : xaot.md
- "-Xargencoding" : xargencoding.md
- "-Xbootclasspath" : xbootclasspath.md
- "-XCEEHDLR" : xceehdlr.md
- "-Xcheck" : xcheck.md
- "-Xclassgc" : xclassgc.md
- "-Xcodecache" : xcodecache.md
- "-Xcodecachetotal" : xcodecachetotal.md
- "-Xcomp" : xcomp.md
- "-Xcompactexplicitgc" : xcompactexplicitgc.md
- "-Xcompactgc" : xcompactgc.md
- "-XcompilationThreads" : xcompilationthreads.md
- "-Xcompressedrefs" : xcompressedrefs.md
- "-Xconcurrentbackground" : xconcurrentbackground.md
- "-Xconcurrentlevel" : xconcurrentlevel.md
- "-Xconcurrentslack" : xconcurrentslack.md
- "-Xconmeter" : xconmeter.md
- "-Xdisableexcessivegc" : xenableexcessivegc.md # redirect
- "-Xdisableexplicitgc" : xenableexplicitgc.md # redirect
- "-Xdisablejavadump" : xdisablejavadump.md
- "-Xdisablestringconstantgc" : xenablestringconstantgc.md # redirect
- "-Xdump" : xdump.md
- "-XdynamicHeapAdjustment" : xdynamicheapadjustment.md
- "-Xenableexcessivegc" : xenableexcessivegc.md
- "-Xenableexplicitgc" : xenableexplicitgc.md
- "-Xenablestringconstantgc" : xenablestringconstantgc.md
- "-Xfastresolve" : xfastresolve.md
- "-Xfuture" : xfuture.md
- "-Xgc" : xgc.md
- "-Xgc:splitheap" : xgcsplitheap.md
- "-Xgcmaxthreads" : xgcmaxthreads.md
- "-Xgcpolicy" : xgcpolicy.md
- "-Xgcthreads" : xgcthreads.md
- "-Xgcworkpackets" : xgcworkpackets.md
- "-Xint" : xint.md
- "-Xiss" : xss.md # redirect
- "-Xjit" : xjit.md
- "-Xjni" : xjni.md
- "-Xlinenumbers" : xlinenumbers.md
- "-Xloa" : xloa.md
- "-Xloainitial" : xloaminimum.md # redirect
- "-Xloamaximum" : xloaminimum.md # redirect
- "-Xloaminimum" : xloaminimum.md
- "-XlockReservation" : xlockreservation.md
- "-Xlockword" : xlockword.md
- "-Xlog" : xlog.md
- "-Xlp" : xlp.md
- "-Xlp:codecache" : xlpcodecache.md
- "-Xlp:objectheap" : xlpobjectheap.md
- "-Xmaxe" : xmine.md # redirect
- "-Xmaxf" : xminf.md # redirect
- "-Xmaxt" : xmint.md # redirect
- "-Xmca" : xmca.md
- "-Xmco" : xmca.md # redirect
- "-Xmcrs" : xmcrs.md
- "-Xmine" : xmine.md
- "-Xminf" : xminf.md
- "-Xmint" : xmint.md
- "-Xmn" : xmn.md
- "-Xmns" : xmn.md # redirect
- "-Xmnx" : xmn.md # redirect
- "-Xmo" : xmo.md
- "-Xmoi" : xmoi.md
- "-Xmos" : xmo.md # redirect
- "-Xmox" : xmo.md # redirect
- "-Xmr" : xmr.md
- "-Xmrx" : xmr.md # redirect
- "-Xms" : xms.md
- "-Xmso" : xmso.md
- "-Xmx" : xms.md # redirect
- "-Xnoaot" : xaot.md # redirect
- "-Xnoclassgc" : xclassgc.md # redirect
- "-Xnocompactexplicitgc" : xcompactexplicitgc.md # redirect
- "-Xnocompactgc" : xcompactgc.md # redirect
- "-Xnocompressedrefs" : xcompressedrefs.md # redirect
- "-Xnojit" : xjit.md # redirect
- "-Xnolinenumbers" : xlinenumbers.md # redirect
- "-Xnoloa" : xloa.md # redirect
- "-Xnosigcatch" : xsigcatch.md # redirect
- "-Xnosigchain" : xsigchain.md # redirect
- "-Xnuma:none" : xnumanone.md
- "-Xoptionsfile" : xoptionsfile.md
- "-Xquickstart" : xquickstart.md
- "-Xrs" : xrs.md
- "-Xrunjdwp" : xrunjdwp.md
- "-XsamplingExpirationTime" : xsamplingexpirationtime.md
- "-Xscdmx" : xscdmx.md
- "-Xscmaxaot" : xscminaot.md # redirect
- "-Xscmaxjitdata" : xscminjitdata.md # redirect
- "-Xscminaot" : xscminaot.md
- "-Xscminjitdata" : xscminjitdata.md
- "-Xscmx" : xscmx.md
- "-Xshareclasses" : xshareclasses.md
- "-Xsigcatch" : xsigcatch.md
- "-Xsigchain" : xsigchain.md
- "-Xsignal" : xsignal.md
- "-Xsoftmx" : xsoftmx.md
- "-Xsoftrefthreshold" : xsoftrefthreshold.md
- "-Xss" : xss.md
- "-Xssi" : xss.md # redirect
- "-Xsyslog" : xsyslog.md
- "-Xtgc" : xtgc.md
- "-Xthr" : xthr.md
- "-XtlhPrefetch" : xtlhprefetch.md
- "-Xtrace" : xtrace.md
- "-Xtune:virtualized" : xtunevirtualized.md
- "-Xverbosegclog" : xverbosegclog.md
- "-Xverify" : xverify.md
- "-Xzero" : xzero.md
- "JVM -XX options" :
- "Using -XX options" : xx_jvm_commands.md
- "-XXActiveProcessorCount" : xxactiveprocessorcount.md
- "-XX:[+|-]AdaptiveGCThreading" : xxadaptivegcthreading.md
- "-XXallowvmshutdown" : xxallowvmshutdown.md
- "-XX:[+|-]AlwaysPreTouch" : xxalwayspretouch.md
- "-XX:[+|-]ClassRelationshipVerifier" : xxclassrelationshipverifier.md
- "-XX:ConcGCThreads" : xxconcgcthreads.md
- "-XX:codecachetotal" : xxcodecachetotal.md
- "-XX:codecachetotalMaxRAMPercentage" : xxcodecachetotalmaxrampercentage.md
- "-XX:[+|-]CompactStrings" : xxcompactstrings.md
- "-XX:ContinuationCache" : xxcontinuationcache.md
- "-XX:[+|-]CpuLoadCompatibility" : xxcpuloadcompatibility.md
- "-XX:DiagnoseSyncOnValueBasedClasses" : xxdiagnosesynconvaluebasedclasses.md
- "-XX:[+|-]DisableExplicitGC" : xxdisableexplicitgc.md
- "-XX:[+|-]DisclaimJitScratch" : xxdisclaimjitscratch.md
- "-XX:[+|-]Enable3164Interoperability" : xxenable3164interoperability.md
- "-XX:[+|-]EnableCPUMonitor" : xxenablecpumonitor.md
- "-XX:[+|-]EnableDynamicAgentLoading" : xxenabledynamicagentloading.md
- "-XX:[+|-]EnableExtendedHCR" : xxenableextendedhcr.md
- "-XX:[+|-]EnsureHashed" : xxensurehashed.md
- "-XX:[+|-]ExitOnOutOfMemoryError" : xxexitonoutofmemoryerror.md
- "-XX:[+|-]GlobalLockReservation" : xxgloballockreservation.md
- "-XX:[+|-]HandleSIGABRT" : xxhandlesigabrt.md
- "-XX:[+|-]HandleSIGUSR2" : xxhandlesigusr2.md
- "-XX:[+|-]HandleSIGXFSZ" : xxhandlesigxfsz.md
- "-XX:[+|-]HeapDumpOnOutOfMemory" : xxheapdumponoutofmemory.md
- "-XX:HeapDumpPath" : xxheapdumppath.md
- "-XX:[+|-]HeapManagementMXBeanCompatibility" : xxheapmanagementmxbeancompatibility.md
- "-XX:[+|-]IdleTuningCompactOnIdle" : xxidletuningcompactonidle.md
- "-XX:[+|-]IdleTuningGcOnIdle" : xxidletuninggconidle.md
- "-XX:IdleTuningMinFreeHeapOnIdle" : xxidletuningminfreeheaponidle.md
- "-XX:IdleTuningMinIdleWaitTime" : xxidletuningminidlewaittime.md
- "-XX:[+|-]IgnoreUnrecognizedVMOptions" : xxignoreunrecognizedvmoptions.md
- "-XX:[+|-]IgnoreUnrecognizedXXColonOptions" : xxignoreunrecognizedxxcolonoptions.md
- "-XX:InitialRAMPercentage" : xxinitialrampercentage.md
- "-XX:InitialHeapSize" : xxinitialheapsize.md
- "-XX:[+|-]InterleaveMemory" : xxinterleavememory.md
- "-XX:[+|-]IProfileDuringStartupPhase" : xxiprofileduringstartupphase.md
- "-XX:[+|-]JITInlineWatches" : xxjitinlinewatches.md
- "-XX:JITServerAddress" : xxjitserveraddress.md
- "-XX:JITServerAOTCacheDir" : xxjitserveraotcachedir.md
- "-XX:[+|-]JITServerAOTCacheIgnoreLocalSCC" : xxjitserveraotcacheignorelocalscc.md
- "-XX:JITServerAOTCacheName" : xxjitserveraotcachename.md
- "-XX:[+|-]JITServerAOTCachePersistence" : xxjitserveraotcachepersistence.md
- "-XX:JITServerAOTmx" : xxjitserveraotmx.md
- "-XX:[+|-]JITServerLocalSyncCompiles" : xxjitserverlocalsynccompiles.md
- "-XX:[+|-]JITServerLogConnections" : xxjitserverlogconnections.md
- "-XX:JITServerMetrics" : xxjitservermetrics.md
- "-XX:JITServerMetricsPort" : xxjitservermetricsport.md
- "-XX:JITServerMetricsSSLCert" : xxjitservermetricssslkey.md
- "-XX:JITServerMetricsSSLKey" : xxjitservermetricssslkey.md
- "-XX:JITServerPort" : xxjitserverport.md
- "-XX:JITServerShareROMClasses" : xxjitservershareromclasses.md
- "-XX:JITServerSSLCert" : xxjitserversslcert.md
- "-XX:JITServerSSLKey" : xxjitserversslcert.md #redirect
- "-XX:JITServerSSLRootCerts" : xxjitserversslcert.md #redirect
- "-XX:JITServerTimeout" : xxjitservertimeout.md
- "-XX:[+|-]JITServerUseAOTCache" : xxjitserveruseaotcache.md
- "-XX:[+|-]LazySymbolResolution" : xxlazysymbolresolution.md
- "-XX:[+|-]LegacyXLogOption" : xxlegacyxlogoption.md
- "-XX:MaxDirectMemorySize" : xxmaxdirectmemorysize.md
- "-XX:MaxHeapSize" : xxinitialheapsize.md #redirect
- "-XX:MaxRAMPercentage" : xxinitialrampercentage.md #redirect
- "-XX:[+|-]MergeCompilerOptions" : xxmergecompileroptions.md
- "-XX:OnOutOfMemoryError" : xxonoutofmemoryerror.md
- "-XX:[+|-]OpenJ9CommandLineEnv" : xxopenj9commandlineenv.md
- "-XX:[+|-]OriginalJDK8HeapSizeCompatibilityMode" : xxoriginaljdk8heapsizecompatibilitymode.md
- "-XXnosuballoc32bitmem" : xxnosuballoc32bitmem.md
- "-XX:[+|-]PageAlignDirectMemory" : xxpagealigndirectmemory.md
- "-XX:ParallelCMSThreads" : xxparallelcmsthreads.md
- "-XX:ParallelGCMaxThreads" : xxparallelgcmaxthreads.md
- "-XX:ParallelGCThreads" : xxparallelgcthreads.md
- "-XX:[+|-]PerfTool" : xxperftool.md
- "-XX:[+|-]PortableSharedCache" : xxportablesharedcache.md
- "-XX:[+|-]PositiveIdentityHash" : xxpositiveidentityhash.md
- "-XX:[+|-]PrintCodeCache" : xxprintcodecache.md
- "-XX:[+|-]PrintFlagsFinal" : xxprintflagsfinal.md
- "-XX:[+|-]ReadIPInfoForRAS" : xxreadipinfoforras.md
- "-XX:[+|-]ReduceCPUMonitorOverhead" : xxreducecpumonitoroverhead.md
- "-XX:[+|-]RequireJITServer" : xxrequirejitserver.md
- "-XX:[+|-]RuntimeInstrumentation" : xxruntimeinstrumentation.md
- "-XXsetHWPrefetch" : xxsethwprefetch.md
- "-XX:[+|-]ShareAnonymousClasses" : xxshareanonymousclasses.md
- "-XX:ShareClassesDisableBCI" : xxshareclassesenablebci.md #redirect
- "-XX:ShareClassesEnableBCI" : xxshareclassesenablebci.md
- "-XX:SharedCacheHardLimit" : xxsharedcachehardlimit.md
- "-XX:[+|-]ShareOrphans" : xxshareorphans.md
- "-XX:[+|-]ShareUnsafeClasses" : xxshareunsafeclasses.md
- "-XX:[+|-]ShowCarrierFrames" : xxshowcarrierframes.md
- "-XX:[+|-]ShowCodeDetailsInExceptionMessages" : xxshowcodedetailsinexceptionmessages.md
- "-XX:[+|-]ShowHiddenFrames" : xxshowhiddenframes.md
- "-XX:[+|-]ShowNativeStackSymbols" : xxshownativestacksymbols.md
- "-XX:[+|-]ShowUnmountedThreadStacks" : xxshowunmountedthreadstacks.md
- "-XX:-StackTraceInThrowable" : xxstacktraceinthrowable.md
- "-XX:[+|-]TransparentHugePage" : xxtransparenthugepage.md
- "-XX:[+|-]UseCompressedOops" : xxusecompressedoops.md
- "-XX:[+|-]UseContainerSupport" : xxusecontainersupport.md
- "-XX:[+|-]UseGCStartupHints" : xxusegcstartuphints.md
- "-XX:[+|-]UseJITServer" : xxusejitserver.md
- "-XX:[+|-]UseNoGC" : xxusenogc.md
- "-XX:[+|-]UseZlibNX" : xxusezlibnx.md
- "-XX:[+|-]UTFCache" : xxutfcache.md
- "-XX:[+|-]VerboseVerification" : xxverboseverification.md
- "-XX:[+|-]VMLockClassLoader" : xxvmlockclassloader.md
- " Reference" :
- "Supported environments" : openj9_support.md
- "Default settings" : openj9_defaults.md
- "Signal handling" : openj9_signals.md
- "Directory conventions" : openj9_directories.md
- "OpenJ9 messages" : messages_intro.md
- "Environment variables" : env_var.md
- "API documentation" :
- "Overview" : api-overview.md
- "Java 8 API" :
- "Condition exception handling" : api-conditionhandling.md
- "CUDA4J" : api-cuda.md
- "Data access acceleration" : api-daa.md
- "DTFJ" : api-dtfj.md
- "GPU" : api-gpu.md
- "JVM diagnostic utilities" : api-jvm.md
- "Monitoring and management" : api-langmgmt.md
- "Shared classes" : api-shrc.md
- "Java 11 API" : api-jdk11.md
- "Java 17 API" : api-jdk17.md
- "Java 21 API" : api-jdk21.md
- "Java 23 API" : api-jdk23.md
- "Legal" : legal.md