mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8185160: -XX:DumpLoadedClassList omits graal classes
Reviewed-by: jiangli, dholmes, lfoltan
This commit is contained in:
parent
a9f136ec2e
commit
41796c1066
6 changed files with 36 additions and 25 deletions
|
@ -3113,7 +3113,7 @@ void InstanceKlass::print_class_load_logging(ClassLoaderData* loader_data,
|
|||
if (cfs != NULL) {
|
||||
if (cfs->source() != NULL) {
|
||||
if (module_name != NULL) {
|
||||
if (ClassLoader::is_jrt(cfs->source())) {
|
||||
if (ClassLoader::is_modules_image(cfs->source())) {
|
||||
info_stream.print(" source: jrt:/%s", module_name);
|
||||
} else {
|
||||
info_stream.print(" source: %s", cfs->source());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue