|
1 |
| -.\" Copyright (c) 1995, 2018, Oracle and/or its affiliates. All rights reserved. |
| 1 | +.\" Copyright (c) 1995, 2022, Oracle and/or its affiliates. All rights reserved. |
2 | 2 | .\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
3 | 3 | .\"
|
4 | 4 | .\" This code is free software; you can redistribute it and/or modify it
|
@@ -230,15 +230,25 @@ Runs the application in the Java HotSpot VM server.
|
230 | 230 | .RE
|
231 | 231 | .TP
|
232 | 232 | .B \f[CB]\-J\f[R]\f[I]option\f[R]
|
233 |
| -Passes \f[I]option\f[R] to the JVM, where option is one of the options |
234 |
| -described on the reference page for the Java application launcher. |
| 233 | +Passes \f[I]option\f[R] to the JDB JVM, where option is one of the |
| 234 | +options described on the reference page for the Java application |
| 235 | +launcher. |
235 | 236 | For example, \f[CB]\-J\-Xms48m\f[R] sets the startup memory to 48 MB.
|
236 | 237 | See \f[I]Overview of Java Options\f[R] in \f[B]java\f[R].
|
237 | 238 | .RS
|
238 | 239 | .RE
|
239 | 240 | .PP
|
240 | 241 | The following options are forwarded to the debuggee process:
|
241 | 242 | .TP
|
| 243 | +.B \f[CB]\-R\f[R]\f[I]option\f[R] |
| 244 | +Passes \f[I]option\f[R] to the debuggee JVM, where option is one of the |
| 245 | +options described on the reference page for the Java application |
| 246 | +launcher. |
| 247 | +For example, \f[CB]\-R\-Xms48m\f[R] sets the startup memory to 48 MB. |
| 248 | +See \f[I]Overview of Java Options\f[R] in \f[B]java\f[R]. |
| 249 | +.RS |
| 250 | +.RE |
| 251 | +.TP |
242 | 252 | .B \f[CB]\-v\f[R] or \f[CB]\-verbose\f[R][\f[CB]:\f[R]\f[I]class\f[R]|\f[CB]gc\f[R]|\f[CB]jni\f[R]]
|
243 | 253 | Turns on the verbose mode.
|
244 | 254 | .RS
|
|
0 commit comments