mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8152632: Rename LogHandle(...) to Log(...)
Reviewed-by: brutisso, mlarsson, rprotacio
This commit is contained in:
parent
ff771a6686
commit
15c4140ae5
49 changed files with 138 additions and 138 deletions
|
@ -436,7 +436,7 @@ void SystemDictionary::validate_protection_domain(instanceKlassHandle klass,
|
|||
if (log_is_enabled(Debug, protectiondomain)) {
|
||||
ResourceMark rm;
|
||||
// Print out trace information
|
||||
outputStream* log = LogHandle(protectiondomain)::debug_stream();
|
||||
outputStream* log = Log(protectiondomain)::debug_stream();
|
||||
log->print_cr("Checking package access");
|
||||
log->print("class loader: "); class_loader()->print_value_on(log);
|
||||
log->print(" protection domain: "); protection_domain()->print_value_on(log);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue