1 '\" t
   2 .\" Copyright (c) 2004, 2014, Oracle and/or its affiliates. All rights reserved.
   3 .\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 .\"
   5 .\" This code is free software; you can redistribute it and/or modify it
   6 .\" under the terms of the GNU General Public License version 2 only, as
   7 .\" published by the Free Software Foundation.
   8 .\"
   9 .\" This code is distributed in the hope that it will be useful, but WITHOUT
  10 .\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11 .\" FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12 .\" version 2 for more details (a copy is included in the LICENSE file that
  13 .\" accompanied this code).
  14 .\"
  15 .\" You should have received a copy of the GNU General Public License version
  16 .\" 2 along with this work; if not, write to the Free Software Foundation,
  17 .\" Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18 .\"
  19 .\" Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20 .\" or visit www.oracle.com if you need additional information or have any
  21 .\" questions.
  22 .\"
  23 .\" Title: jinfo
  24 .\" Language: Japanese
  25 .\" Date: 2013年11月21日
  26 .\" SectDesc: トラブルシューティング・ツール
  27 .\" Software: JDK 8
  28 .\" Arch: 汎用
  29 .\" Part Number: E58103-01
  30 .\" Doc ID: JSSON
  31 .\"
  32 .if n .pl 99999
  33 .TH "jinfo" "1" "2013年11月21日" "JDK 8" "トラブルシューティング・ツール"
  34 .\" -----------------------------------------------------------------
  35 .\" * Define some portability stuff
  36 .\" -----------------------------------------------------------------
  37 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  38 .\" http://bugs.debian.org/507673
  39 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
  40 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  41 .ie \n(.g .ds Aq \(aq
  42 .el       .ds Aq '
  43 .\" -----------------------------------------------------------------
  44 .\" * set default formatting
  45 .\" -----------------------------------------------------------------
  46 .\" disable hyphenation
  47 .nh
  48 .\" disable justification (adjust text to left margin only)
  49 .ad l
  50 .\" -----------------------------------------------------------------
  51 .\" * MAIN CONTENT STARTS HERE *
  52 .\" -----------------------------------------------------------------
  53 .SH "名前"
  54 jinfo \- 構成情報を生成します。このコマンドは試験的なもので、サポートされていません。
  55 .SH "概要"
  56 .sp
  57 .if n \{\
  58 .RS 4
  59 .\}
  60 .nf
  61 \fBjinfo\fR [ \fIoption\fR ] \fIpid\fR
  62 .fi
  63 .if n \{\
  64 .RE
  65 .\}
  66 .sp
  67 .if n \{\
  68 .RS 4
  69 .\}
  70 .nf
  71 \fBjinfo\fR [ \fIoption \fR] \fIexecutable core\fR
  72 .fi
  73 .if n \{\
  74 .RE
  75 .\}
  76 .sp
  77 .if n \{\
  78 .RS 4
  79 .\}
  80 .nf
  81 \fBjinfo\fR [ \fIoption \fR] \fI[ servier\-id ] remote\-hostname\-or\-IP\fR
  82 .fi
  83 .if n \{\
  84 .RE
  85 .\}
  86 .PP
  87 \fIオプション\fR
  88 .RS 4
  89 コマンド行オプション。オプションを参照してください。
  90 .RE
  91 .PP
  92 \fIpid\fR
  93 .RS 4
  94 構成情報が出力されるプロセスID。プロセスはJavaプロセスである必要があります。マシン上で実行しているJavaプロセスの一覧を取得するには、jps(1)コマンドを使用します。
  95 .RE
  96 .PP
  97 \fI実行可能ファイル\fR
  98 .RS 4
  99 コア・ダンプの作成元のJava実行可能ファイル。
 100 .RE
 101 .PP
 102 \fIコア\fR
 103 .RS 4
 104 構成情報が出力されるコア・ファイル。
 105 .RE
 106 .PP
 107 \fIremote\-hostname\-or\-IP\fR
 108 .RS 4
 109 リモート・デバッグ・サーバーの\fBホスト名\fRまたは\fBIP\fRアドレス。jsadebugd(1)を参照してください。
 110 .RE
 111 .PP
 112 \fIserver\-id\fR
 113 .RS 4
 114 複数のデバッグ・サーバーが同一のリモート・ホストで実行している場合の、オプション固有のID。
 115 .RE
 116 .SH "説明"
 117 .PP
 118 \fBjinfo\fRコマンドは、指定されたJavaプロセスやコア・ファイルまたはリモート・デバッグ・サーバーのJava構成情報を出力します。構成情報には、Javaシステム・プロパティとJava仮想マシン(JVM)のコマンド行フラグが含まれています。指定されたプロセスが64ビットJVM上で実行されている場合、\fB\-J\-d64\fRオプションを指定する必要がある場合があります。次に例を示します。\fBjinfo\fR
 119 \fB\-J\-d64 \-sysprops pid\fR。
 120 .PP
 121 このユーティリティはサポート対象外であり、将来のJDKのリリースでは利用できなくなる可能性があります。\fBdbgeng\&.dll\fRが存在していないWindowsシステムでは、Debugging Tools For Windowsをインストールしないとこれらのツールが正常に動作しません。\fBPATH\fR環境変数には、ターゲット・プロセスによって使用されるjvm\&.dllの場所、またはクラッシュ・ダンプ・ファイルが生成された場所が含まれるようにしてください。たとえば、\fBset PATH=%JDK_HOME%\ejre\ebin\eclient;%PATH%\fRです。
 122 .SH "オプション"
 123 .PP
 124 no\-option
 125 .RS 4
 126 コマンド行フラグを、システム・プロパティ名と値のペアとともに出力します。
 127 .RE
 128 .PP
 129 \-flag \fIname\fR
 130 .RS 4
 131 指定されたコマンド行フラグの名前と値を出力します。
 132 .RE
 133 .PP
 134 \-flag \fI[+|\-]name\fR
 135 .RS 4
 136 指定されたブール型のコマンド行フラグを有効または無効にします。
 137 .RE
 138 .PP
 139 \-flag \fIname=value\fR
 140 .RS 4
 141 指定されたコマンド行フラグを指定された値に設定します。
 142 .RE
 143 .PP
 144 \-flags
 145 .RS 4
 146 JVMに渡されるコマンド行フラグを出力します。
 147 .RE
 148 .PP
 149 \-sysprops
 150 .RS 4
 151 Javaシステム・プロパティを名前と値のペアとして出力します。
 152 .RE
 153 .PP
 154 \-h
 155 .RS 4
 156 ヘルプ・メッセージが出力されます。
 157 .RE
 158 .PP
 159 \-help
 160 .RS 4
 161 ヘルプ・メッセージが出力されます。
 162 .RE
 163 .SH "関連項目"
 164 .sp
 165 .RS 4
 166 .ie n \{\
 167 \h'-04'\(bu\h'+03'\c
 168 .\}
 169 .el \{\
 170 .sp -1
 171 .IP \(bu 2.3
 172 .\}
 173 jps(1)
 174 .RE
 175 .sp
 176 .RS 4
 177 .ie n \{\
 178 \h'-04'\(bu\h'+03'\c
 179 .\}
 180 .el \{\
 181 .sp -1
 182 .IP \(bu 2.3
 183 .\}
 184 jsadebugd(1)
 185 .RE
 186 .br
 187 'pl 8.5i
 188 'bp