mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 09:04:41 +02:00
8255860: Clean up CDS logging related to lambda
Reviewed-by: ccheung, minqi
This commit is contained in:
parent
97a81cee25
commit
397bae20e9
6 changed files with 28 additions and 24 deletions
|
@ -147,5 +147,5 @@ void LambdaFormInvokers::reload_class(char* name, ClassFileStream& st, TRAPS) {
|
|||
|
||||
// exclude the existing class from dump
|
||||
SystemDictionaryShared::set_excluded(InstanceKlass::cast(klass));
|
||||
log_info(cds)("Replaced class %s, old: %p new: %p", name, klass, result);
|
||||
log_info(cds, lambda)("Replaced class %s, old: %p new: %p", name, klass, result);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue