mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8254599: CDS dump should not warn about hidden classes
Reviewed-by: redestad, lfoltan, iklam
This commit is contained in:
parent
b464213942
commit
e49232a0d2
4 changed files with 6 additions and 5 deletions
|
@ -1346,7 +1346,8 @@ bool SystemDictionaryShared::should_be_excluded(InstanceKlass* k) {
|
|||
}
|
||||
|
||||
if (k->is_hidden() && !is_registered_lambda_proxy_class(k)) {
|
||||
warn_excluded(k, "Hidden class");
|
||||
ResourceMark rm;
|
||||
log_debug(cds)("Skipping %s: %s", k->name()->as_C_string(), "Hidden class");
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue