hotspot/src/share/vm/logging/log.cpp
changeset 37242 91e5f98fff6f
parent 37201 928cf689af1a
child 37243 34e1821bde93
--- a/hotspot/src/share/vm/logging/log.cpp	Mon Apr 04 09:15:01 2016 +0200
+++ b/hotspot/src/share/vm/logging/log.cpp	Mon Apr 04 09:15:15 2016 +0200
@@ -90,7 +90,7 @@
  private:
   char* _saved_config;
   char* _new_output;
-  LogHandle(logging) _log;
+  Log(logging) _log;
  public:
   TestLogSavedConfig(const char* apply_output = NULL, const char* apply_setting = NULL) : _new_output(0) {
     _saved_config = os::strdup_check_oom(LogOutput::Stdout->config_string());
@@ -152,7 +152,7 @@
 
 void Test_logconfiguration_subscribe() {
   ResourceMark rm;
-  LogHandle(logging) log;
+  Log(logging) log;
 
   TestLogSavedConfig log_cfg("stdout", "logging+test=trace");