mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 03:58:21 +00:00
JDK-8327246: updated jcmd.md to document -location flag
This commit is contained in:
parent
032897f044
commit
d29848e838
@ -804,6 +804,12 @@ The following commands are available:
|
||||
`f` = has final method, `W` = methods rewritten, `C` = marked with `@Contended` annotation,
|
||||
`R` = has been redefined, `S` = is shared class (BOOLEAN, false)
|
||||
|
||||
- `-location`: (Optional) Print the location of the class file from which the class is loaded (if available)
|
||||
If provided by its defining ClassLoader, this option will print a URL specifying the location of the
|
||||
class file (directory, jar or other URL location) from which this class was loaded.
|
||||
|
||||
Note: JDK (and other classes) loaded by a ClassLoader that does not provide a location URL to the JVM will omit this field.
|
||||
|
||||
`VM.classloader_stats`
|
||||
: Print statistics about all ClassLoaders.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user