Skip to content

Commit

Permalink
Make some fixes to the migrated JVMTI/DTFJ docs
Browse files Browse the repository at this point in the history
See https://github.ibm.com/runtimes/idteam/issues/482

Signed-off-by: Esther Dovey <[email protected]>

[skip ci]
  • Loading branch information
doveye committed Jun 28, 2019
1 parent efaf619 commit e130408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/interface_dtfj.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

The Diagnostic Tool Framework for Java&trade; (DTFJ) is a Java application programming interface (API) that is used to support the building of Java diagnostic tools. DTFJ works with data from a system dump or a Java dump.

On Linux and AIX® operating systems, you can get more information from a system dump if you also have copies of executable files and libraries. You can run the `jextract` utility provided in the SDK to collect these files into a single archive for use in subsequent problem diagnosis. For more information, see [Dump extractor](jextract.md).
On Linux and AIX® operating systems, you can get more information from a system dump if you also have copies of executable files and libraries. You can run the `jextract` utility provided in the SDK to collect these files into a single archive for use in subsequent problem diagnosis. For more information, see [Dump extractor](tool_jextract.md).

The DTFJ API helps diagnostic tools access the following information:

Expand Down

0 comments on commit e130408

Please sign in to comment.