hotspot/src/share/vm/classfile/systemDictionary.cpp
changeset 37242 91e5f98fff6f
parent 37179 4dbcb3a642d2
child 37248 11a660dbbb8e
--- a/hotspot/src/share/vm/classfile/systemDictionary.cpp	Mon Apr 04 09:15:01 2016 +0200
+++ b/hotspot/src/share/vm/classfile/systemDictionary.cpp	Mon Apr 04 09:15:15 2016 +0200
@@ -436,7 +436,7 @@
   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);