You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
printOption("--jvm.agentpath:<pathname>[=<options>]", "Load native agent library by full pathname");
391
-
printOption("--jvm.javaagent:<jarpath>[=<options>]", "Load Java programming language agent");
392
-
printOption("--jvm.Xbootclasspath/a:<...>", "A " + File.pathSeparator + " separated list of classpath entries that will be added to the JVM's boot classpath");
393
-
printOption("--jvm.Xmx<size>", "Set maximum Java heap size");
printOption("--vm.agentpath:<pathname>[=<options>]", "Load native agent library by full pathname");
391
+
printOption("--vm.javaagent:<jarpath>[=<options>]", "Load Java programming language agent");
392
+
printOption("--vm.Xbootclasspath/a:<...>", "A " + File.pathSeparator + " separated list of classpath entries that will be added to the JVM's boot classpath");
393
+
printOption("--vm.Xmx<size>", "Set maximum Java heap size");
0 commit comments