![]() Previous |
![]() Next |
The JVM Internals page contains information about the JVM that was running when the recording was made.
This page contains panels for JVM Information and JVM Flags.
Using the JVM Internals Page: JVM Information Panel
JVM Start Time: The date and time when the JVM was started.
JVM Name: The name of the JVM.
JVM Version: The full version of the JVM.
JVM Arguments: Contains the java
command options that were used to start the JVM..
JVM Application Arguments: Contains the class or JAR file that was used to run the application along with the arguments passed to the main()
method.
Using the JVM Internals Page: VM Flags
The JVM Flags table contains the following columns:
Name: The name of the flag.
Value: The value of the flag.
Origin: The flag origin, one of Default
, Ergonomic
, Command line
, or
. Default options are set by default. Command Line options are specified on the command line. Ergonomic options are set ergonomically by the JVM itself, based on the environment. Management
Copyright © 2018, 2021, Oracle and/or its affiliates. All rights reserved. |
![]() Previous |
![]() Next |