author | ihse |
Wed, 06 May 2015 10:25:51 +0200 | |
changeset 30373 | 7b7094f0b833 |
parent 23600 | d21826f6c789 |
child 31876 | 91b22707521a |
permissions | -rw-r--r-- |
23600 | 1 |
'\" t |
2 |
.\" Copyright (c) 2004, 2013, Oracle and/or its affiliates. All rights reserved. |
|
3 |
.\" Title: jsadebugd |
|
4 |
.\" Language: English |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
5 |
.\" Date: 2013年11月21日 |
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
6 |
.\" SectDesc: トラブルシューティング・ツール |
23600 | 7 |
.\" Software: JDK 8 |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
8 |
.\" Arch: 汎用 |
23600 | 9 |
.\" |
10 |
.\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
|
11 |
.\" |
|
12 |
.\" This code is free software; you can redistribute it and/or modify it |
|
13 |
.\" under the terms of the GNU General Public License version 2 only, as |
|
14 |
.\" published by the Free Software Foundation. |
|
15 |
.\" |
|
16 |
.\" This code is distributed in the hope that it will be useful, but WITHOUT |
|
17 |
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
18 |
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
19 |
.\" version 2 for more details (a copy is included in the LICENSE file that |
|
20 |
.\" accompanied this code). |
|
21 |
.\" |
|
22 |
.\" You should have received a copy of the GNU General Public License version |
|
23 |
.\" 2 along with this work; if not, write to the Free Software Foundation, |
|
24 |
.\" Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
|
25 |
.\" |
|
26 |
.\" Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
|
27 |
.\" or visit www.oracle.com if you need additional information or have any |
|
28 |
.\" questions. |
|
29 |
.\" |
|
30 |
.pl 99999 |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
31 |
.TH "jsadebugd" "1" "2013年11月21日" "JDK 8" "トラブルシューティング・ツール" |
23600 | 32 |
.\" ----------------------------------------------------------------- |
33 |
.\" * Define some portability stuff |
|
34 |
.\" ----------------------------------------------------------------- |
|
35 |
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|
36 |
.\" http://bugs.debian.org/507673 |
|
37 |
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html |
|
38 |
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|
39 |
.ie \n(.g .ds Aq \(aq |
|
40 |
.el .ds Aq ' |
|
41 |
.\" ----------------------------------------------------------------- |
|
42 |
.\" * set default formatting |
|
43 |
.\" ----------------------------------------------------------------- |
|
44 |
.\" disable hyphenation |
|
45 |
.nh |
|
46 |
.\" disable justification (adjust text to left margin only) |
|
47 |
.ad l |
|
48 |
.\" ----------------------------------------------------------------- |
|
49 |
.\" * MAIN CONTENT STARTS HERE * |
|
50 |
.\" ----------------------------------------------------------------- |
|
51 |
.SH "NAME" |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
52 |
jsadebugd \- Javaプロセスまたはコア・ファイルに接続し、デバッグ・サーバーとして機能します。このコマンドは試験的なもので、サポートされていません。 |
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
53 |
.SH "概要" |
23600 | 54 |
.sp |
55 |
.if n \{\ |
|
56 |
.RS 4 |
|
57 |
.\} |
|
58 |
.nf |
|
59 |
\fIjsadebugd\fR \fIpid\fR [ \fIserver\-id\fR ] |
|
60 |
.fi |
|
61 |
.if n \{\ |
|
2692 | 62 |
.RE |
23600 | 63 |
.\} |
64 |
.sp |
|
65 |
.if n \{\ |
|
66 |
.RS 4 |
|
67 |
.\} |
|
2692 | 68 |
.nf |
23600 | 69 |
\fIjsadebugd\fR \fIexecutable\fR \fIcore\fR [ \fIserver\-id\fR ] |
2692 | 70 |
.fi |
23600 | 71 |
.if n \{\ |
2692 | 72 |
.RE |
23600 | 73 |
.\} |
74 |
.PP |
|
75 |
\fIpid\fR |
|
76 |
.RS 4 |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
77 |
デバッグ・サーバーが接続するプロセスのプロセスIDです。プロセスはJavaプロセスである必要があります。マシン上で実行しているJavaプロセスの一覧を取得するには、jps(1)コマンドを使用します。単一のプロセスに接続できるデバッグ・サーバーのインスタンスは、1つに制限されます。 |
23600 | 78 |
.RE |
79 |
.PP |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
80 |
\fI実行可能ファイル\fR |
23600 | 81 |
.RS 4 |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
82 |
コア・ダンプの作成元のJava実行可能ファイル。 |
2692 | 83 |
.RE |
23600 | 84 |
.PP |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
85 |
\fIコア\fR |
23600 | 86 |
.RS 4 |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
87 |
デバッグ・サーバーを接続するコア・ファイルです。 |
2692 | 88 |
.RE |
23600 | 89 |
.PP |
90 |
\fIserver\-id\fR |
|
91 |
.RS 4 |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
92 |
複数のデバッグ・サーバーが同一のマシン上で実行されている場合に必要になる、オプションの一意のIDです。このIDは、リモート・クライアントが、接続先のデバッグ・サーバーを特定するために使用する必要があります。このIDは、単一のマシン内で一意にする必要があります。 |
2692 | 93 |
.RE |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
94 |
.SH "説明" |
23600 | 95 |
.PP |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
96 |
\fIjsadebugd\fRコマンドは、Javaプロセスまたはコア・ファイルに接続し、デバッグ・サーバーとして機能します。\fIjstack\fR、\fIjmap\fRおよび\fIjinfo\fRなどのリモート・クライアントは、Java Remote Method Invocation (RMI)を使用しているサーバーに接続できます。\fIjsadebugd\fRコマンドを起動する前に、\fIrmiregistry\fRコマンドでRMIレジストリを次のように起動します。\fI$JAVA_HOME\fRはJDKのインストール・ディレクトリです。 |
23600 | 97 |
.sp |
98 |
.if n \{\ |
|
99 |
.RS 4 |
|
100 |
.\} |
|
2692 | 101 |
.nf |
23600 | 102 |
rmiregistry \-J\-Xbootclasspath/p:$JAVA_HOME/lib/sajdi\&.jar |
2692 | 103 |
.fi |
23600 | 104 |
.if n \{\ |
105 |
.RE |
|
106 |
.\} |
|
107 |
.PP |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
108 |
RMIレジストリが起動していない場合、\fIjsadebugd\fRコマンドはRMIレジストリを標準(1099)ポートで内部で起動します。デバッグ・サーバーは、\fISIGINT\fRを送信することにより停止できます。SIGINTを送信するには、\fB[Ctrl] + [C]\fRを押します。 |
23600 | 109 |
.PP |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
110 |
\fB注意:\fR |
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
111 |
このユーティリティはサポート対象外であり、将来のJDKのリリースでは利用できなくなる可能性があります。\fIdbgeng\&.dll\fRが存在していないWindowsシステムでは、Debugging Tools For Windowsをインストールしないとこれらのツールが正常に動作しません。\fIPATH\fR環境変数には、ターゲット・プロセスによって使用されるjvm\&.dllの場所、またはクラッシュ・ダンプ・ファイルが生成された場所が含まれるようにしてください。例: |
23600 | 112 |
\fIs\fR\fIet PATH=%JDK_HOME%\ejre\ebin\eclient;%PATH%\fR |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
113 |
.SH "関連項目" |
23600 | 114 |
.sp |
115 |
.RS 4 |
|
116 |
.ie n \{\ |
|
117 |
\h'-04'\(bu\h'+03'\c |
|
118 |
.\} |
|
119 |
.el \{\ |
|
120 |
.sp -1 |
|
121 |
.IP \(bu 2.3 |
|
122 |
.\} |
|
123 |
jinfo(1) |
|
124 |
.RE |
|
125 |
.sp |
|
126 |
.RS 4 |
|
127 |
.ie n \{\ |
|
128 |
\h'-04'\(bu\h'+03'\c |
|
129 |
.\} |
|
130 |
.el \{\ |
|
131 |
.sp -1 |
|
132 |
.IP \(bu 2.3 |
|
133 |
.\} |
|
134 |
jmap(1) |
|
2 | 135 |
.RE |
23600 | 136 |
.sp |
137 |
.RS 4 |
|
138 |
.ie n \{\ |
|
139 |
\h'-04'\(bu\h'+03'\c |
|
140 |
.\} |
|
141 |
.el \{\ |
|
142 |
.sp -1 |
|
143 |
.IP \(bu 2.3 |
|
144 |
.\} |
|
145 |
jps(1) |
|
146 |
.RE |
|
147 |
.sp |
|
148 |
.RS 4 |
|
149 |
.ie n \{\ |
|
150 |
\h'-04'\(bu\h'+03'\c |
|
151 |
.\} |
|
152 |
.el \{\ |
|
153 |
.sp -1 |
|
154 |
.IP \(bu 2.3 |
|
155 |
.\} |
|
156 |
jstack(1) |
|
157 |
.RE |
|
158 |
.sp |
|
159 |
.RS 4 |
|
160 |
.ie n \{\ |
|
161 |
\h'-04'\(bu\h'+03'\c |
|
162 |
.\} |
|
163 |
.el \{\ |
|
164 |
.sp -1 |
|
165 |
.IP \(bu 2.3 |
|
166 |
.\} |
|
167 |
rmiregistry(1) |
|
168 |
.RE |
|
169 |
.br |
|
170 |
'pl 8.5i |
|
171 |
'bp |