hotspot/src/share/vm/logging/log.cpp
changeset 37243 34e1821bde93
parent 37239 a6cda2376a19
parent 37242 91e5f98fff6f
child 37245 70413a0266d4
--- a/hotspot/src/share/vm/logging/log.cpp	Mon Apr 04 09:59:57 2016 +0200
+++ b/hotspot/src/share/vm/logging/log.cpp	Mon Apr 04 11:32:04 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");