jinfoでjsadebugd(リモートデバッグサーバー)に接続する場合、以下のオプションは使用できません。
-flag オプション
jinfoでcoreファイルを対象とする場合、以下のオプションは使用できません。
-flag オプション
jinfoで表示される以下の情報は、サポート対象外です。
“オプションなし”で実行した場合に出力される“VM Flags”
“-flags”オプションで実行した場合に出力される“VM Flags”
Usageに以下(青字箇所)を追加しています。
Usage: jinfo [option] <pid> (to connect to running process) jinfo [option] <executable> <core> (to connect to a core file) jinfo [option] [server_id@]<remote server IP or hostname> (to connect to remote debug server) where <option> is one of: -flag <name> to print the value of the named VM flag -flag [+|-]<name> to enable or disable the named VM flag -flag <name>=<value> to set the named VM flag to the given value (-flag option is available when connecting to
running process.) -flags to print VM flags -sysprops to print Java system properties <no option> to print both of the above -h | -help to print this help message
プロセスIDに誤ってJavaプロセス以外を指定すると、指定したプロセスが強制終了される場合があります。