hotspot/src/share/vm/logging/log.cpp
author coleenp
Thu, 07 Apr 2016 16:37:35 -0400
changeset 37430 fd743dadef12
parent 37256 568ff1f6631c
child 37461 b5c955296b75
permissions -rw-r--r--
8151939: VM_Version_init() print buffer is too small Summary: Increase buffer size, use logging to print out version and os information Reviewed-by: kvn, rprotacio, mockner
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
33766
3290cae587f9 8138916: Logging write function does not allow for long enough messages
rprotacio
parents:
diff changeset
     1
/*
37108
fe800ec86077 8151264: Add a notification mechanism for UL configuration changes.
rehn
parents: 35950
diff changeset
     2
 * Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
33766
3290cae587f9 8138916: Logging write function does not allow for long enough messages
rprotacio
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
3290cae587f9 8138916: Logging write function does not allow for long enough messages
rprotacio
parents:
diff changeset
     4
 *
3290cae587f9 8138916: Logging write function does not allow for long enough messages
rprotacio
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
3290cae587f9 8138916: Logging write function does not allow for long enough messages
rprotacio
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
3290cae587f9 8138916: Logging write function does not allow for long enough messages
rprotacio
parents:
diff changeset
     7
 * published by the Free Software Foundation.
3290cae587f9 8138916: Logging write function does not allow for long enough messages
rprotacio
parents:
diff changeset
     8
 *
3290cae587f9 8138916: Logging write function does not allow for long enough messages
rprotacio
parents:
diff changeset
     9
 * This code is distributed in the hope that it will be useful, but WITHOUT
3290cae587f9 8138916: Logging write function does not allow for long enough messages
rprotacio
parents:
diff changeset
    10
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
3290cae587f9 8138916: Logging write function does not allow for long enough messages
rprotacio
parents:
diff changeset
    11
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
3290cae587f9 8138916: Logging write function does not allow for long enough messages
rprotacio
parents:
diff changeset
    12
 * version 2 for more details (a copy is included in the LICENSE file that
3290cae587f9 8138916: Logging write function does not allow for long enough messages
rprotacio
parents:
diff changeset
    13
 * accompanied this code).
3290cae587f9 8138916: Logging write function does not allow for long enough messages
rprotacio
parents:
diff changeset
    14
 *
3290cae587f9 8138916: Logging write function does not allow for long enough messages
rprotacio
parents:
diff changeset
    15
 * You should have received a copy of the GNU General Public License version
3290cae587f9 8138916: Logging write function does not allow for long enough messages
rprotacio
parents:
diff changeset
    16
 * 2 along with this work; if not, write to the Free Software Foundation,
3290cae587f9 8138916: Logging write function does not allow for long enough messages
rprotacio
parents:
diff changeset
    17
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
3290cae587f9 8138916: Logging write function does not allow for long enough messages
rprotacio
parents:
diff changeset
    18
 *
3290cae587f9 8138916: Logging write function does not allow for long enough messages
rprotacio
parents:
diff changeset
    19
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
3290cae587f9 8138916: Logging write function does not allow for long enough messages
rprotacio
parents:
diff changeset
    20
 * or visit www.oracle.com if you need additional information or have any
3290cae587f9 8138916: Logging write function does not allow for long enough messages
rprotacio
parents:
diff changeset
    21
 * questions.
3290cae587f9 8138916: Logging write function does not allow for long enough messages
rprotacio
parents:
diff changeset
    22
 *
3290cae587f9 8138916: Logging write function does not allow for long enough messages
rprotacio
parents:
diff changeset
    23
 */
3290cae587f9 8138916: Logging write function does not allow for long enough messages
rprotacio
parents:
diff changeset
    24
3290cae587f9 8138916: Logging write function does not allow for long enough messages
rprotacio
parents:
diff changeset
    25
#include "precompiled.hpp"
3290cae587f9 8138916: Logging write function does not allow for long enough messages
rprotacio
parents:
diff changeset
    26
3290cae587f9 8138916: Logging write function does not allow for long enough messages
rprotacio
parents:
diff changeset
    27
/////////////// Unit tests ///////////////
3290cae587f9 8138916: Logging write function does not allow for long enough messages
rprotacio
parents:
diff changeset
    28
3290cae587f9 8138916: Logging write function does not allow for long enough messages
rprotacio
parents:
diff changeset
    29
#ifndef PRODUCT
3290cae587f9 8138916: Logging write function does not allow for long enough messages
rprotacio
parents:
diff changeset
    30
37255
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
    31
#include "gc/shared/gcTraceTime.inline.hpp"
33766
3290cae587f9 8138916: Logging write function does not allow for long enough messages
rprotacio
parents:
diff changeset
    32
#include "logging/log.hpp"
3290cae587f9 8138916: Logging write function does not allow for long enough messages
rprotacio
parents:
diff changeset
    33
#include "logging/logConfiguration.hpp"
35950
c6142cb6bc4a 8149112: configure_stdout test depends on VM arguments
mlarsson
parents: 35852
diff changeset
    34
#include "logging/logOutput.hpp"
37254
8631304f255c 8152637: Create a stack allocatable LogStream class
stefank
parents: 37247
diff changeset
    35
#include "logging/logStream.inline.hpp"
33766
3290cae587f9 8138916: Logging write function does not allow for long enough messages
rprotacio
parents:
diff changeset
    36
#include "memory/resourceArea.hpp"
3290cae587f9 8138916: Logging write function does not allow for long enough messages
rprotacio
parents:
diff changeset
    37
35950
c6142cb6bc4a 8149112: configure_stdout test depends on VM arguments
mlarsson
parents: 35852
diff changeset
    38
#define assert_str_eq(s1, s2) \
c6142cb6bc4a 8149112: configure_stdout test depends on VM arguments
mlarsson
parents: 35852
diff changeset
    39
  assert(strcmp(s1, s2) == 0, "Expected '%s' to equal '%s'", s1, s2)
c6142cb6bc4a 8149112: configure_stdout test depends on VM arguments
mlarsson
parents: 35852
diff changeset
    40
c6142cb6bc4a 8149112: configure_stdout test depends on VM arguments
mlarsson
parents: 35852
diff changeset
    41
#define assert_char_in(c, s) \
c6142cb6bc4a 8149112: configure_stdout test depends on VM arguments
mlarsson
parents: 35852
diff changeset
    42
  assert(strchr(s, c) != NULL, "Expected '%s' to contain character '%c'", s, c)
c6142cb6bc4a 8149112: configure_stdout test depends on VM arguments
mlarsson
parents: 35852
diff changeset
    43
c6142cb6bc4a 8149112: configure_stdout test depends on VM arguments
mlarsson
parents: 35852
diff changeset
    44
#define assert_char_not_in(c, s) \
c6142cb6bc4a 8149112: configure_stdout test depends on VM arguments
mlarsson
parents: 35852
diff changeset
    45
  assert(strchr(s, c) == NULL, "Expected '%s' to *not* contain character '%c'", s, c)
c6142cb6bc4a 8149112: configure_stdout test depends on VM arguments
mlarsson
parents: 35852
diff changeset
    46
37201
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
    47
class TestLogFile {
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
    48
 private:
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
    49
  char file_name[256];
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
    50
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
    51
  void set_name(const char* test_name) {
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
    52
    const char* tmpdir = os::get_temp_directory();
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
    53
    int pos = jio_snprintf(file_name, sizeof(file_name), "%s%svmtest.%s.%d.log", tmpdir, os::file_separator(), test_name, os::current_process_id());
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
    54
    assert(pos > 0, "too small log file name buffer");
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
    55
    assert((size_t)pos < sizeof(file_name), "too small log file name buffer");
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
    56
  }
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
    57
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
    58
 public:
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
    59
  TestLogFile(const char* test_name) {
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
    60
    set_name(test_name);
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
    61
    remove(name());
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
    62
  }
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
    63
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
    64
  ~TestLogFile() {
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
    65
    remove(name());
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
    66
  }
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
    67
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
    68
  const char* name() {
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
    69
    return file_name;
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
    70
  }
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
    71
};
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
    72
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
    73
class TestLogSavedConfig {
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
    74
 private:
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
    75
  char* _saved_config;
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
    76
  char* _new_output;
37242
91e5f98fff6f 8152632: Rename LogHandle(...) to Log(...)
stefank
parents: 37201
diff changeset
    77
  Log(logging) _log;
37201
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
    78
 public:
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
    79
  TestLogSavedConfig(const char* apply_output = NULL, const char* apply_setting = NULL) : _new_output(0) {
37245
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
    80
    ResourceMark rm;
37201
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
    81
    _saved_config = os::strdup_check_oom(LogOutput::Stdout->config_string());
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
    82
    bool success = LogConfiguration::parse_log_arguments("stdout", "all=off", NULL, NULL, _log.error_stream());
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
    83
    assert(success, "test unable to turn all off");
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
    84
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
    85
    if (apply_output) {
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
    86
      _new_output = os::strdup_check_oom(apply_output);
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
    87
      bool success = LogConfiguration::parse_log_arguments(_new_output, apply_setting,  NULL, NULL, _log.error_stream());
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
    88
      assert(success, "test unable to apply test log configuration");
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
    89
    }
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
    90
  }
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
    91
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
    92
  ~TestLogSavedConfig() {
37245
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
    93
    ResourceMark rm;
37201
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
    94
    if (_new_output) {
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
    95
      bool success = LogConfiguration::parse_log_arguments(_new_output, "all=off", NULL, NULL, _log.error_stream());
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
    96
      assert(success, "test unable to turn all off");
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
    97
      os::free(_new_output);
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
    98
    }
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
    99
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   100
    bool success = LogConfiguration::parse_log_arguments("stdout", _saved_config, NULL, NULL, _log.error_stream());
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   101
    assert(success, "test unable to restore log configuration");
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   102
    os::free(_saved_config);
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   103
  }
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   104
};
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   105
35852
15ca44d4ae0c 8147348: LogTagLevelExpression not properly initialized in configure_stdout
mlarsson
parents: 35228
diff changeset
   106
void Test_configure_stdout() {
35950
c6142cb6bc4a 8149112: configure_stdout test depends on VM arguments
mlarsson
parents: 35852
diff changeset
   107
  LogOutput* stdoutput = LogOutput::Stdout;
37201
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   108
  TestLogSavedConfig tlsc;
35950
c6142cb6bc4a 8149112: configure_stdout test depends on VM arguments
mlarsson
parents: 35852
diff changeset
   109
c6142cb6bc4a 8149112: configure_stdout test depends on VM arguments
mlarsson
parents: 35852
diff changeset
   110
  // Enable 'logging=info', verifying it has been set
35852
15ca44d4ae0c 8147348: LogTagLevelExpression not properly initialized in configure_stdout
mlarsson
parents: 35228
diff changeset
   111
  LogConfiguration::configure_stdout(LogLevel::Info, true, LOG_TAGS(logging));
37239
a6cda2376a19 8153174: Remove trailing comma from log configuration listings
mlarsson
parents: 37201
diff changeset
   112
  assert_str_eq("logging=info", stdoutput->config_string());
35950
c6142cb6bc4a 8149112: configure_stdout test depends on VM arguments
mlarsson
parents: 35852
diff changeset
   113
  assert(log_is_enabled(Info, logging), "logging was not properly enabled");
c6142cb6bc4a 8149112: configure_stdout test depends on VM arguments
mlarsson
parents: 35852
diff changeset
   114
c6142cb6bc4a 8149112: configure_stdout test depends on VM arguments
mlarsson
parents: 35852
diff changeset
   115
  // Enable 'gc=debug' (no wildcard), verifying no other tags are enabled
c6142cb6bc4a 8149112: configure_stdout test depends on VM arguments
mlarsson
parents: 35852
diff changeset
   116
  LogConfiguration::configure_stdout(LogLevel::Debug, true, LOG_TAGS(gc));
c6142cb6bc4a 8149112: configure_stdout test depends on VM arguments
mlarsson
parents: 35852
diff changeset
   117
  // No '+' character means only single tags are enabled, and no combinations
c6142cb6bc4a 8149112: configure_stdout test depends on VM arguments
mlarsson
parents: 35852
diff changeset
   118
  assert_char_not_in('+', stdoutput->config_string());
c6142cb6bc4a 8149112: configure_stdout test depends on VM arguments
mlarsson
parents: 35852
diff changeset
   119
  assert(log_is_enabled(Debug, gc), "logging was not properly enabled");
c6142cb6bc4a 8149112: configure_stdout test depends on VM arguments
mlarsson
parents: 35852
diff changeset
   120
c6142cb6bc4a 8149112: configure_stdout test depends on VM arguments
mlarsson
parents: 35852
diff changeset
   121
  // Enable 'gc*=trace' (with wildcard), verifying at least one tag combination is enabled (gc+...)
c6142cb6bc4a 8149112: configure_stdout test depends on VM arguments
mlarsson
parents: 35852
diff changeset
   122
  LogConfiguration::configure_stdout(LogLevel::Trace, false, LOG_TAGS(gc));
c6142cb6bc4a 8149112: configure_stdout test depends on VM arguments
mlarsson
parents: 35852
diff changeset
   123
  assert_char_in('+', stdoutput->config_string());
c6142cb6bc4a 8149112: configure_stdout test depends on VM arguments
mlarsson
parents: 35852
diff changeset
   124
  assert(log_is_enabled(Trace, gc), "logging was not properly enabled");
c6142cb6bc4a 8149112: configure_stdout test depends on VM arguments
mlarsson
parents: 35852
diff changeset
   125
c6142cb6bc4a 8149112: configure_stdout test depends on VM arguments
mlarsson
parents: 35852
diff changeset
   126
  // Disable 'gc*' and 'logging', verifying all logging is properly disabled
c6142cb6bc4a 8149112: configure_stdout test depends on VM arguments
mlarsson
parents: 35852
diff changeset
   127
  LogConfiguration::configure_stdout(LogLevel::Off, false, LOG_TAGS(gc));
c6142cb6bc4a 8149112: configure_stdout test depends on VM arguments
mlarsson
parents: 35852
diff changeset
   128
  LogConfiguration::configure_stdout(LogLevel::Off, true, LOG_TAGS(logging));
c6142cb6bc4a 8149112: configure_stdout test depends on VM arguments
mlarsson
parents: 35852
diff changeset
   129
  assert_str_eq("all=off", stdoutput->config_string());
35852
15ca44d4ae0c 8147348: LogTagLevelExpression not properly initialized in configure_stdout
mlarsson
parents: 35228
diff changeset
   130
}
37108
fe800ec86077 8151264: Add a notification mechanism for UL configuration changes.
rehn
parents: 35950
diff changeset
   131
fe800ec86077 8151264: Add a notification mechanism for UL configuration changes.
rehn
parents: 35950
diff changeset
   132
static int Test_logconfiguration_subscribe_triggered = 0;
fe800ec86077 8151264: Add a notification mechanism for UL configuration changes.
rehn
parents: 35950
diff changeset
   133
fe800ec86077 8151264: Add a notification mechanism for UL configuration changes.
rehn
parents: 35950
diff changeset
   134
static void Test_logconfiguration_subscribe_helper() {
fe800ec86077 8151264: Add a notification mechanism for UL configuration changes.
rehn
parents: 35950
diff changeset
   135
  Test_logconfiguration_subscribe_triggered++;
fe800ec86077 8151264: Add a notification mechanism for UL configuration changes.
rehn
parents: 35950
diff changeset
   136
}
fe800ec86077 8151264: Add a notification mechanism for UL configuration changes.
rehn
parents: 35950
diff changeset
   137
fe800ec86077 8151264: Add a notification mechanism for UL configuration changes.
rehn
parents: 35950
diff changeset
   138
void Test_logconfiguration_subscribe() {
fe800ec86077 8151264: Add a notification mechanism for UL configuration changes.
rehn
parents: 35950
diff changeset
   139
  ResourceMark rm;
37242
91e5f98fff6f 8152632: Rename LogHandle(...) to Log(...)
stefank
parents: 37201
diff changeset
   140
  Log(logging) log;
37108
fe800ec86077 8151264: Add a notification mechanism for UL configuration changes.
rehn
parents: 35950
diff changeset
   141
37245
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   142
  TestLogSavedConfig log_cfg("stdout", "logging*=trace");
37201
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   143
37108
fe800ec86077 8151264: Add a notification mechanism for UL configuration changes.
rehn
parents: 35950
diff changeset
   144
  LogConfiguration::register_update_listener(&Test_logconfiguration_subscribe_helper);
fe800ec86077 8151264: Add a notification mechanism for UL configuration changes.
rehn
parents: 35950
diff changeset
   145
fe800ec86077 8151264: Add a notification mechanism for UL configuration changes.
rehn
parents: 35950
diff changeset
   146
  LogConfiguration::parse_log_arguments("stdout", "logging=trace", NULL, NULL, log.error_stream());
fe800ec86077 8151264: Add a notification mechanism for UL configuration changes.
rehn
parents: 35950
diff changeset
   147
  assert(Test_logconfiguration_subscribe_triggered == 1, "subscription not triggered (1)");
fe800ec86077 8151264: Add a notification mechanism for UL configuration changes.
rehn
parents: 35950
diff changeset
   148
fe800ec86077 8151264: Add a notification mechanism for UL configuration changes.
rehn
parents: 35950
diff changeset
   149
  LogConfiguration::configure_stdout(LogLevel::Debug, true, LOG_TAGS(gc));
fe800ec86077 8151264: Add a notification mechanism for UL configuration changes.
rehn
parents: 35950
diff changeset
   150
  assert(Test_logconfiguration_subscribe_triggered == 2, "subscription not triggered (2)");
fe800ec86077 8151264: Add a notification mechanism for UL configuration changes.
rehn
parents: 35950
diff changeset
   151
fe800ec86077 8151264: Add a notification mechanism for UL configuration changes.
rehn
parents: 35950
diff changeset
   152
  LogConfiguration::disable_logging();
fe800ec86077 8151264: Add a notification mechanism for UL configuration changes.
rehn
parents: 35950
diff changeset
   153
  assert(Test_logconfiguration_subscribe_triggered == 3, "subscription not triggered (3)");
37201
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   154
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   155
  // We need to renable stderr error logging since "disable_logging" disable it all.
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   156
  // TestLogSavedConfig log_cfg will only renable stdout for us.
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   157
  LogConfiguration::parse_log_arguments("stderr", "all=warning", NULL, NULL, log.error_stream());
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   158
  assert(Test_logconfiguration_subscribe_triggered == 4, "subscription not triggered (3)");
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   159
}
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   160
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   161
#define LOG_PREFIX_STR "THE_PREFIX "
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   162
#define LOG_LINE_STR "a log line"
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   163
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   164
size_t Test_log_prefix_prefixer(char* buf, size_t len) {
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   165
  int ret = jio_snprintf(buf, len, LOG_PREFIX_STR);
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   166
  assert(ret > 0, "Failed to print prefix. Log buffer too small?");
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   167
  return (size_t) ret;
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   168
}
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   169
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   170
void Test_log_prefix() {
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   171
  TestLogFile log_file("log_prefix");
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   172
  TestLogSavedConfig log_cfg(log_file.name(), "logging+test=trace");
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   173
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   174
  log_trace(logging, test)(LOG_LINE_STR);
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   175
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   176
  FILE* fp = fopen(log_file.name(), "r");
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   177
  assert(fp, "File read error");
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   178
  char output[1024];
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   179
  if (fgets(output, 1024, fp) != NULL) {
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   180
    assert(strstr(output, LOG_PREFIX_STR LOG_LINE_STR), "logging prefix error");
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   181
  }
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   182
  fclose(fp);
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   183
}
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   184
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   185
void Test_log_big() {
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   186
  char big_msg[4096] = {0};
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   187
  char Xchar = '~';
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   188
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   189
  TestLogFile log_file("log_big");
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   190
  TestLogSavedConfig log_cfg(log_file.name(), "logging+test=trace");
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   191
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   192
  memset(big_msg, Xchar, sizeof(big_msg) - 1);
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   193
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   194
  log_trace(logging, test)("%s", big_msg);
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   195
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   196
  FILE* fp = fopen(log_file.name(), "r");
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   197
  assert(fp, "File read error");
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   198
  char output[sizeof(big_msg)+128 /*decorators*/ ];
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   199
  if (fgets(output, sizeof(output), fp) != NULL) {
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   200
    assert(strstr(output, LOG_PREFIX_STR), "logging prefix error");
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   201
    size_t count = 0;
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   202
    for (size_t ps = 0 ; output[ps + count] != '\0'; output[ps + count] == Xchar ? count++ : ps++);
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   203
    assert(count == (sizeof(big_msg) - 1) , "logging msg error");
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   204
  }
928cf689af1a 8151993: Remove inclusion of inline.hpp in log.hpp
mlarsson
parents: 37200
diff changeset
   205
  fclose(fp);
37108
fe800ec86077 8151264: Add a notification mechanism for UL configuration changes.
rehn
parents: 35950
diff changeset
   206
}
fe800ec86077 8151264: Add a notification mechanism for UL configuration changes.
rehn
parents: 35950
diff changeset
   207
37200
e601cf49b2d8 8151438: UL instantiates duplicate tag sets
mlarsson
parents: 37108
diff changeset
   208
void Test_logtagset_duplicates() {
e601cf49b2d8 8151438: UL instantiates duplicate tag sets
mlarsson
parents: 37108
diff changeset
   209
  for (LogTagSet* ts = LogTagSet::first(); ts != NULL; ts = ts->next()) {
e601cf49b2d8 8151438: UL instantiates duplicate tag sets
mlarsson
parents: 37108
diff changeset
   210
    char ts_name[512];
e601cf49b2d8 8151438: UL instantiates duplicate tag sets
mlarsson
parents: 37108
diff changeset
   211
    ts->label(ts_name, sizeof(ts_name), ",");
e601cf49b2d8 8151438: UL instantiates duplicate tag sets
mlarsson
parents: 37108
diff changeset
   212
e601cf49b2d8 8151438: UL instantiates duplicate tag sets
mlarsson
parents: 37108
diff changeset
   213
    // verify that NO_TAG is never followed by a real tag
e601cf49b2d8 8151438: UL instantiates duplicate tag sets
mlarsson
parents: 37108
diff changeset
   214
    for (size_t i = 0; i < LogTag::MaxTags; i++) {
e601cf49b2d8 8151438: UL instantiates duplicate tag sets
mlarsson
parents: 37108
diff changeset
   215
      if (ts->tag(i) == LogTag::__NO_TAG) {
e601cf49b2d8 8151438: UL instantiates duplicate tag sets
mlarsson
parents: 37108
diff changeset
   216
        for (i++; i < LogTag::MaxTags; i++) {
e601cf49b2d8 8151438: UL instantiates duplicate tag sets
mlarsson
parents: 37108
diff changeset
   217
          assert(ts->tag(i) == LogTag::__NO_TAG,
e601cf49b2d8 8151438: UL instantiates duplicate tag sets
mlarsson
parents: 37108
diff changeset
   218
                 "NO_TAG was followed by a real tag (%s) in tagset %s",
e601cf49b2d8 8151438: UL instantiates duplicate tag sets
mlarsson
parents: 37108
diff changeset
   219
                 LogTag::name(ts->tag(i)), ts_name);
e601cf49b2d8 8151438: UL instantiates duplicate tag sets
mlarsson
parents: 37108
diff changeset
   220
        }
e601cf49b2d8 8151438: UL instantiates duplicate tag sets
mlarsson
parents: 37108
diff changeset
   221
      }
e601cf49b2d8 8151438: UL instantiates duplicate tag sets
mlarsson
parents: 37108
diff changeset
   222
    }
e601cf49b2d8 8151438: UL instantiates duplicate tag sets
mlarsson
parents: 37108
diff changeset
   223
e601cf49b2d8 8151438: UL instantiates duplicate tag sets
mlarsson
parents: 37108
diff changeset
   224
    // verify that there are no duplicate tagsets (same tags in different order)
e601cf49b2d8 8151438: UL instantiates duplicate tag sets
mlarsson
parents: 37108
diff changeset
   225
    for (LogTagSet* other = ts->next(); other != NULL; other = other->next()) {
e601cf49b2d8 8151438: UL instantiates duplicate tag sets
mlarsson
parents: 37108
diff changeset
   226
      if (ts->ntags() != other->ntags()) {
e601cf49b2d8 8151438: UL instantiates duplicate tag sets
mlarsson
parents: 37108
diff changeset
   227
        continue;
e601cf49b2d8 8151438: UL instantiates duplicate tag sets
mlarsson
parents: 37108
diff changeset
   228
      }
e601cf49b2d8 8151438: UL instantiates duplicate tag sets
mlarsson
parents: 37108
diff changeset
   229
      bool equal = true;
e601cf49b2d8 8151438: UL instantiates duplicate tag sets
mlarsson
parents: 37108
diff changeset
   230
      for (size_t i = 0; i < ts->ntags(); i++) {
e601cf49b2d8 8151438: UL instantiates duplicate tag sets
mlarsson
parents: 37108
diff changeset
   231
        LogTagType tag = ts->tag(i);
e601cf49b2d8 8151438: UL instantiates duplicate tag sets
mlarsson
parents: 37108
diff changeset
   232
        if (!other->contains(tag)) {
e601cf49b2d8 8151438: UL instantiates duplicate tag sets
mlarsson
parents: 37108
diff changeset
   233
          equal = false;
e601cf49b2d8 8151438: UL instantiates duplicate tag sets
mlarsson
parents: 37108
diff changeset
   234
          break;
e601cf49b2d8 8151438: UL instantiates duplicate tag sets
mlarsson
parents: 37108
diff changeset
   235
        }
e601cf49b2d8 8151438: UL instantiates duplicate tag sets
mlarsson
parents: 37108
diff changeset
   236
      }
e601cf49b2d8 8151438: UL instantiates duplicate tag sets
mlarsson
parents: 37108
diff changeset
   237
      // Since tagsets are implemented using template arguments, using both of
e601cf49b2d8 8151438: UL instantiates duplicate tag sets
mlarsson
parents: 37108
diff changeset
   238
      // the (logically equivalent) tagsets (t1, t2) and (t2, t1) somewhere will
e601cf49b2d8 8151438: UL instantiates duplicate tag sets
mlarsson
parents: 37108
diff changeset
   239
      // instantiate two different LogTagSetMappings. This causes multiple
e601cf49b2d8 8151438: UL instantiates duplicate tag sets
mlarsson
parents: 37108
diff changeset
   240
      // tagset instances to be created for the same logical set. We want to
e601cf49b2d8 8151438: UL instantiates duplicate tag sets
mlarsson
parents: 37108
diff changeset
   241
      // avoid this to save time, memory and prevent any confusion around it.
e601cf49b2d8 8151438: UL instantiates duplicate tag sets
mlarsson
parents: 37108
diff changeset
   242
      if (equal) {
e601cf49b2d8 8151438: UL instantiates duplicate tag sets
mlarsson
parents: 37108
diff changeset
   243
        char other_name[512];
e601cf49b2d8 8151438: UL instantiates duplicate tag sets
mlarsson
parents: 37108
diff changeset
   244
        other->label(other_name, sizeof(other_name), ",");
e601cf49b2d8 8151438: UL instantiates duplicate tag sets
mlarsson
parents: 37108
diff changeset
   245
        assert(false, "duplicate LogTagSets found: '%s' vs '%s' "
e601cf49b2d8 8151438: UL instantiates duplicate tag sets
mlarsson
parents: 37108
diff changeset
   246
               "(tags must always be specified in the same order for each tagset)",
e601cf49b2d8 8151438: UL instantiates duplicate tag sets
mlarsson
parents: 37108
diff changeset
   247
               ts_name, other_name);
e601cf49b2d8 8151438: UL instantiates duplicate tag sets
mlarsson
parents: 37108
diff changeset
   248
      }
e601cf49b2d8 8151438: UL instantiates duplicate tag sets
mlarsson
parents: 37108
diff changeset
   249
    }
e601cf49b2d8 8151438: UL instantiates duplicate tag sets
mlarsson
parents: 37108
diff changeset
   250
  }
e601cf49b2d8 8151438: UL instantiates duplicate tag sets
mlarsson
parents: 37108
diff changeset
   251
}
e601cf49b2d8 8151438: UL instantiates duplicate tag sets
mlarsson
parents: 37108
diff changeset
   252
37245
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   253
#define Test_logtarget_string_literal "First line"
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   254
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   255
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   256
static void Test_logtarget_on() {
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   257
  TestLogFile log_file("log_target");
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   258
  TestLogSavedConfig tlsc(log_file.name(), "gc=debug");
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   259
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   260
  LogTarget(Debug, gc) log;
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   261
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   262
  assert(log.is_enabled(), "assert");
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   263
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   264
  // Log the line and expect it to be available in the output file.
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   265
  log.print(Test_logtarget_string_literal);
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   266
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   267
  FILE* fp = fopen(log_file.name(), "r");
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   268
  assert(fp != NULL, "File read error");
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   269
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   270
  char output[256 /* Large enough buffer */];
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   271
  char* res = fgets(output, sizeof(output), fp);
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   272
  assert(res != NULL, "assert");
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   273
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   274
  assert(strstr(output, Test_logtarget_string_literal) != NULL, "log line missing");
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   275
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   276
  fclose(fp);
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   277
}
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   278
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   279
static void Test_logtarget_off() {
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   280
  TestLogFile log_file("log_target");
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   281
  TestLogSavedConfig tlsc(log_file.name(), "gc=info");
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   282
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   283
  LogTarget(Debug, gc) log;
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   284
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   285
  if (log.is_enabled()) {
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   286
    // The log config could have been redirected gc=debug to a file. If gc=debug
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   287
    // is enabled, we can only test that the LogTarget returns the same value
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   288
    // as the log_is_enabled function. The rest of the test will be ignored.
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   289
    assert(log.is_enabled() == log_is_enabled(Debug, gc), "assert");
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   290
    log_warning(logging)("This test doesn't support runs with -Xlog");
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   291
    return;
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   292
  }
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   293
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   294
  // Try to log, but expect this to be filtered out.
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   295
  log.print(Test_logtarget_string_literal);
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   296
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   297
  // Log a dummy line so that fgets doesn't return NULL because the file is empty.
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   298
  log_info(gc)("Dummy line");
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   299
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   300
  FILE* fp = fopen(log_file.name(), "r");
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   301
  assert(fp != NULL, "File read error");
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   302
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   303
  char output[256 /* Large enough buffer */];
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   304
  char* res = fgets(output, sizeof(output), fp);
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   305
  assert(res != NULL, "assert");
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   306
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   307
  assert(strstr(output, Test_logtarget_string_literal) == NULL, "log line not missing");
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   308
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   309
  fclose(fp);
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   310
}
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   311
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   312
void Test_logtarget() {
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   313
  Test_logtarget_on();
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   314
  Test_logtarget_off();
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   315
}
70413a0266d4 8152635: Create a UL class to represent a Log + Level combination
stefank
parents: 37243
diff changeset
   316
37254
8631304f255c 8152637: Create a stack allocatable LogStream class
stefank
parents: 37247
diff changeset
   317
8631304f255c 8152637: Create a stack allocatable LogStream class
stefank
parents: 37247
diff changeset
   318
static void Test_logstream_helper(outputStream* stream) {
8631304f255c 8152637: Create a stack allocatable LogStream class
stefank
parents: 37247
diff changeset
   319
  TestLogFile log_file("log_stream");
8631304f255c 8152637: Create a stack allocatable LogStream class
stefank
parents: 37247
diff changeset
   320
  TestLogSavedConfig tlsc(log_file.name(), "gc=debug");
8631304f255c 8152637: Create a stack allocatable LogStream class
stefank
parents: 37247
diff changeset
   321
8631304f255c 8152637: Create a stack allocatable LogStream class
stefank
parents: 37247
diff changeset
   322
  // Try to log, but expect this to be filtered out.
8631304f255c 8152637: Create a stack allocatable LogStream class
stefank
parents: 37247
diff changeset
   323
  stream->print("%d ", 3); stream->print("workers"); stream->cr();
8631304f255c 8152637: Create a stack allocatable LogStream class
stefank
parents: 37247
diff changeset
   324
8631304f255c 8152637: Create a stack allocatable LogStream class
stefank
parents: 37247
diff changeset
   325
  FILE* fp = fopen(log_file.name(), "r");
8631304f255c 8152637: Create a stack allocatable LogStream class
stefank
parents: 37247
diff changeset
   326
  assert(fp != NULL, "File read error");
8631304f255c 8152637: Create a stack allocatable LogStream class
stefank
parents: 37247
diff changeset
   327
8631304f255c 8152637: Create a stack allocatable LogStream class
stefank
parents: 37247
diff changeset
   328
  char output[256 /* Large enough buffer */];
8631304f255c 8152637: Create a stack allocatable LogStream class
stefank
parents: 37247
diff changeset
   329
  char* res = fgets(output, sizeof(output), fp);
8631304f255c 8152637: Create a stack allocatable LogStream class
stefank
parents: 37247
diff changeset
   330
  assert(res != NULL, "assert");
8631304f255c 8152637: Create a stack allocatable LogStream class
stefank
parents: 37247
diff changeset
   331
8631304f255c 8152637: Create a stack allocatable LogStream class
stefank
parents: 37247
diff changeset
   332
  assert(strstr(output, "3 workers") != NULL, "log line missing");
8631304f255c 8152637: Create a stack allocatable LogStream class
stefank
parents: 37247
diff changeset
   333
8631304f255c 8152637: Create a stack allocatable LogStream class
stefank
parents: 37247
diff changeset
   334
  fclose(fp);
8631304f255c 8152637: Create a stack allocatable LogStream class
stefank
parents: 37247
diff changeset
   335
}
8631304f255c 8152637: Create a stack allocatable LogStream class
stefank
parents: 37247
diff changeset
   336
8631304f255c 8152637: Create a stack allocatable LogStream class
stefank
parents: 37247
diff changeset
   337
static void Test_logstream_log() {
8631304f255c 8152637: Create a stack allocatable LogStream class
stefank
parents: 37247
diff changeset
   338
  Log(gc) log;
8631304f255c 8152637: Create a stack allocatable LogStream class
stefank
parents: 37247
diff changeset
   339
  LogStream stream(log.debug());
8631304f255c 8152637: Create a stack allocatable LogStream class
stefank
parents: 37247
diff changeset
   340
8631304f255c 8152637: Create a stack allocatable LogStream class
stefank
parents: 37247
diff changeset
   341
  Test_logstream_helper(&stream);
8631304f255c 8152637: Create a stack allocatable LogStream class
stefank
parents: 37247
diff changeset
   342
}
8631304f255c 8152637: Create a stack allocatable LogStream class
stefank
parents: 37247
diff changeset
   343
8631304f255c 8152637: Create a stack allocatable LogStream class
stefank
parents: 37247
diff changeset
   344
static void Test_logstream_logtarget() {
8631304f255c 8152637: Create a stack allocatable LogStream class
stefank
parents: 37247
diff changeset
   345
  LogTarget(Debug, gc) log;
8631304f255c 8152637: Create a stack allocatable LogStream class
stefank
parents: 37247
diff changeset
   346
  LogStream stream(log);
8631304f255c 8152637: Create a stack allocatable LogStream class
stefank
parents: 37247
diff changeset
   347
8631304f255c 8152637: Create a stack allocatable LogStream class
stefank
parents: 37247
diff changeset
   348
  Test_logstream_helper(&stream);
8631304f255c 8152637: Create a stack allocatable LogStream class
stefank
parents: 37247
diff changeset
   349
}
8631304f255c 8152637: Create a stack allocatable LogStream class
stefank
parents: 37247
diff changeset
   350
8631304f255c 8152637: Create a stack allocatable LogStream class
stefank
parents: 37247
diff changeset
   351
static void Test_logstream_logstreamhandle() {
8631304f255c 8152637: Create a stack allocatable LogStream class
stefank
parents: 37247
diff changeset
   352
  LogStreamHandle(Debug, gc) stream;
8631304f255c 8152637: Create a stack allocatable LogStream class
stefank
parents: 37247
diff changeset
   353
8631304f255c 8152637: Create a stack allocatable LogStream class
stefank
parents: 37247
diff changeset
   354
  Test_logstream_helper(&stream);
8631304f255c 8152637: Create a stack allocatable LogStream class
stefank
parents: 37247
diff changeset
   355
}
8631304f255c 8152637: Create a stack allocatable LogStream class
stefank
parents: 37247
diff changeset
   356
8631304f255c 8152637: Create a stack allocatable LogStream class
stefank
parents: 37247
diff changeset
   357
static void Test_logstream_no_rm() {
8631304f255c 8152637: Create a stack allocatable LogStream class
stefank
parents: 37247
diff changeset
   358
  ResourceMark rm;
8631304f255c 8152637: Create a stack allocatable LogStream class
stefank
parents: 37247
diff changeset
   359
  outputStream* stream = LogTarget(Debug, gc)::stream();
8631304f255c 8152637: Create a stack allocatable LogStream class
stefank
parents: 37247
diff changeset
   360
8631304f255c 8152637: Create a stack allocatable LogStream class
stefank
parents: 37247
diff changeset
   361
  Test_logstream_helper(stream);
8631304f255c 8152637: Create a stack allocatable LogStream class
stefank
parents: 37247
diff changeset
   362
}
8631304f255c 8152637: Create a stack allocatable LogStream class
stefank
parents: 37247
diff changeset
   363
8631304f255c 8152637: Create a stack allocatable LogStream class
stefank
parents: 37247
diff changeset
   364
void Test_logstream() {
8631304f255c 8152637: Create a stack allocatable LogStream class
stefank
parents: 37247
diff changeset
   365
  Test_logstream_log();
8631304f255c 8152637: Create a stack allocatable LogStream class
stefank
parents: 37247
diff changeset
   366
  Test_logstream_logtarget();
8631304f255c 8152637: Create a stack allocatable LogStream class
stefank
parents: 37247
diff changeset
   367
  Test_logstream_logstreamhandle();
8631304f255c 8152637: Create a stack allocatable LogStream class
stefank
parents: 37247
diff changeset
   368
  Test_logstream_no_rm();
8631304f255c 8152637: Create a stack allocatable LogStream class
stefank
parents: 37247
diff changeset
   369
}
8631304f255c 8152637: Create a stack allocatable LogStream class
stefank
parents: 37247
diff changeset
   370
37255
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   371
void Test_loghandle_on() {
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   372
  TestLogFile log_file("log_handle");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   373
  TestLogSavedConfig tlsc(log_file.name(), "gc=debug");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   374
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   375
  Log(gc) log;
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   376
  LogHandle log_handle(log);
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   377
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   378
  assert(log_handle.is_debug(), "assert");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   379
37430
fd743dadef12 8151939: VM_Version_init() print buffer is too small
coleenp
parents: 37256
diff changeset
   380
  // Try to log through a LogHandle.
37255
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   381
  log_handle.debug("%d workers", 3);
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   382
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   383
  FILE* fp = fopen(log_file.name(), "r");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   384
  assert(fp, "File read error");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   385
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   386
  char output[256 /* Large enough buffer */];
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   387
  char* res = fgets(output, sizeof(output), fp);
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   388
  assert(res != NULL, "assert");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   389
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   390
  assert(strstr(output, "3 workers") != NULL, "log line missing");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   391
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   392
  fclose(fp);
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   393
}
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   394
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   395
void Test_loghandle_off() {
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   396
  TestLogFile log_file("log_handle");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   397
  TestLogSavedConfig tlsc(log_file.name(), "gc=info");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   398
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   399
  Log(gc) log;
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   400
  LogHandle log_handle(log);
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   401
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   402
  if (log_handle.is_debug()) {
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   403
    // The log config could have been redirected gc=debug to a file. If gc=debug
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   404
    // is enabled, we can only test that the LogTarget returns the same value
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   405
    // as the log_is_enabled function. The rest of the test will be ignored.
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   406
    assert(log_handle.is_debug() == log_is_enabled(Debug, gc), "assert");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   407
    log_warning(logging)("This test doesn't support runs with -Xlog");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   408
    return;
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   409
  }
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   410
37430
fd743dadef12 8151939: VM_Version_init() print buffer is too small
coleenp
parents: 37256
diff changeset
   411
  // Try to log through a LogHandle. Should fail, since only info is turned on.
37255
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   412
  log_handle.debug("%d workers", 3);
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   413
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   414
  // Log a dummy line so that fgets doesn't return NULL because the file is empty.
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   415
  log_info(gc)("Dummy line");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   416
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   417
  FILE* fp = fopen(log_file.name(), "r");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   418
  assert(fp, "File read error");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   419
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   420
  char output[256 /* Large enough buffer */];
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   421
  char* res = fgets(output, sizeof(output), fp);
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   422
  assert(res != NULL, "assert");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   423
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   424
  assert(strstr(output, "3 workers") == NULL, "log line missing");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   425
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   426
  fclose(fp);
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   427
}
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   428
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   429
void Test_loghandle() {
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   430
  Test_loghandle_on();
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   431
  Test_loghandle_off();
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   432
}
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   433
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   434
static void Test_logtargethandle_on() {
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   435
  TestLogFile log_file("log_handle");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   436
  TestLogSavedConfig tlsc(log_file.name(), "gc=debug");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   437
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   438
  LogTarget(Debug, gc) log;
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   439
  LogTargetHandle log_handle(log);
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   440
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   441
  assert(log_handle.is_enabled(), "assert");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   442
37430
fd743dadef12 8151939: VM_Version_init() print buffer is too small
coleenp
parents: 37256
diff changeset
   443
  // Try to log through a LogHandle.
37255
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   444
  log_handle.print("%d workers", 3);
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   445
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   446
  FILE* fp = fopen(log_file.name(), "r");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   447
  assert(fp, "File read error");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   448
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   449
  char output[256 /* Large enough buffer */];
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   450
  char* res = fgets(output, sizeof(output), fp);
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   451
  assert(res != NULL, "assert");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   452
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   453
  assert(strstr(output, "3 workers") != NULL, "log line missing");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   454
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   455
  fclose(fp);
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   456
}
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   457
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   458
static void Test_logtargethandle_off() {
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   459
  TestLogFile log_file("log_handle");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   460
  TestLogSavedConfig tlsc(log_file.name(), "gc=info");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   461
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   462
  LogTarget(Debug, gc) log;
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   463
  LogTargetHandle log_handle(log);
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   464
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   465
  if (log_handle.is_enabled()) {
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   466
    // The log config could have been redirected gc=debug to a file. If gc=debug
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   467
    // is enabled, we can only test that the LogTarget returns the same value
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   468
    // as the log_is_enabled function. The rest of the test will be ignored.
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   469
    assert(log_handle.is_enabled() == log_is_enabled(Debug, gc), "assert");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   470
    log_warning(logging)("This test doesn't support runs with -Xlog");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   471
    return;
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   472
  }
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   473
37430
fd743dadef12 8151939: VM_Version_init() print buffer is too small
coleenp
parents: 37256
diff changeset
   474
  // Try to log through a LogHandle. Should fail, since only info is turned on.
37255
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   475
  log_handle.print("%d workers", 3);
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   476
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   477
  // Log a dummy line so that fgets doesn't return NULL because the file is empty.
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   478
  log_info(gc)("Dummy line");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   479
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   480
  FILE* fp = fopen(log_file.name(), "r");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   481
  assert(fp, "File read error");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   482
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   483
  char output[256 /* Large enough buffer */];
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   484
  char* res = fgets(output, sizeof(output), fp);
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   485
  assert(res != NULL, "assert");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   486
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   487
  assert(strstr(output, "3 workers") == NULL, "log line missing");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   488
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   489
  fclose(fp);
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   490
}
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   491
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   492
void Test_logtargethandle() {
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   493
  Test_logtargethandle_on();
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   494
  Test_logtargethandle_off();
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   495
}
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   496
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   497
static void Test_log_gctracetime_full() {
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   498
  TestLogFile log_file("log_gctracetime");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   499
  TestLogSavedConfig tlsc(log_file.name(), "gc=debug,gc+start=debug");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   500
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   501
  LogTarget(Debug, gc) gc_debug;
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   502
  LogTarget(Debug, gc, start) gc_start_debug;
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   503
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   504
  assert(gc_debug.is_enabled(), "assert");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   505
  assert(gc_start_debug.is_enabled(), "assert");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   506
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   507
  {
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   508
    MutexLocker lock(Heap_lock); // Needed to read heap usage
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   509
    GCTraceTime(Debug, gc) timer("Test GC", NULL, GCCause::_allocation_failure, true);
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   510
  }
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   511
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   512
  FILE* fp = fopen(log_file.name(), "r");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   513
  assert(fp, "File read error");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   514
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   515
  char output[256 /* Large enough buffer */];
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   516
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   517
  char* res = fgets(output, sizeof(output), fp);
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   518
  assert(res != NULL, "assert");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   519
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   520
  // [2.975s][debug][gc,start] Test GC (Allocation Failure) (2.975s)
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   521
  assert(strstr(output, "[gc,start") != NULL, "Incorrect tag set");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   522
  assert(strstr(output, "] Test GC (Allocation Failure) (") != NULL, "Incorrect log line");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   523
  assert(strstr(output, "s)") != NULL, "Incorrect log line");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   524
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   525
  res = fgets(output, sizeof(output), fp);
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   526
  assert(res != NULL, "assert");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   527
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   528
  // [2.975s][debug][gc      ] Test GC (Allocation Failure) 59M->59M(502M) (2.975s, 2.975s) 0.026ms
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   529
  assert(strstr(output, "[gc ") != NULL, "Incorrect tag set");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   530
  assert(strstr(output, "] Test GC (Allocation Failure) ") != NULL, "Incorrect log line");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   531
  assert(strstr(output, "M) (") != NULL, "Incorrect log line");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   532
  assert(strstr(output, "s, ") != NULL, "Incorrect log line");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   533
  assert(strstr(output, "s) ") != NULL, "Incorrect log line");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   534
  assert(strstr(output, "ms") != NULL, "Incorrect log line");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   535
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   536
  fclose(fp);
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   537
}
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   538
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   539
static void Test_log_gctracetime_full_multitag() {
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   540
  TestLogFile log_file("log_gctracetime");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   541
  TestLogSavedConfig tlsc(log_file.name(), "gc+ref=debug,gc+ref+start=debug");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   542
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   543
  LogTarget(Debug, gc, ref) gc_debug;
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   544
  LogTarget(Debug, gc, ref, start) gc_start_debug;
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   545
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   546
  assert(gc_debug.is_enabled(), "assert");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   547
  assert(gc_start_debug.is_enabled(), "assert");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   548
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   549
  {
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   550
    MutexLocker lock(Heap_lock); // Needed to read heap usage
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   551
    GCTraceTime(Debug, gc, ref) timer("Test GC", NULL, GCCause::_allocation_failure, true);
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   552
  }
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   553
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   554
  FILE* fp = fopen(log_file.name(), "r");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   555
  assert(fp, "File read error");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   556
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   557
  char output[256 /* Large enough buffer */];
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   558
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   559
  char* res = fgets(output, sizeof(output), fp);
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   560
  assert(res != NULL, "assert");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   561
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   562
  // [2.975s][debug][gc,start] Test GC (Allocation Failure) (2.975s)
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   563
  assert(strstr(output, "[gc,ref,start") != NULL, "Incorrect tag set");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   564
  assert(strstr(output, "] Test GC (Allocation Failure) (") != NULL, "Incorrect log line");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   565
  assert(strstr(output, "s)") != NULL, "Incorrect log line");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   566
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   567
  res = fgets(output, sizeof(output), fp);
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   568
  assert(res != NULL, "assert");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   569
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   570
  // [2.975s][debug][gc      ] Test GC (Allocation Failure) 59M->59M(502M) (2.975s, 2.975s) 0.026ms
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   571
  assert(strstr(output, "[gc,ref ") != NULL, "Incorrect tag set");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   572
  assert(strstr(output, "] Test GC (Allocation Failure) ") != NULL, "Incorrect log line");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   573
  assert(strstr(output, "M) (") != NULL, "Incorrect log line");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   574
  assert(strstr(output, "s, ") != NULL, "Incorrect log line");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   575
  assert(strstr(output, "s) ") != NULL, "Incorrect log line");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   576
  assert(strstr(output, "ms") != NULL, "Incorrect log line");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   577
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   578
  fclose(fp);
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   579
}
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   580
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   581
static void Test_log_gctracetime_no_heap() {
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   582
  TestLogFile log_file("log_gctracetime");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   583
  TestLogSavedConfig tlsc(log_file.name(), "gc=debug,gc+start=debug");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   584
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   585
  LogTarget(Debug, gc) gc_debug;
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   586
  LogTarget(Debug, gc, start) gc_start_debug;
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   587
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   588
  assert(gc_debug.is_enabled(), "assert");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   589
  assert(gc_start_debug.is_enabled(), "assert");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   590
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   591
  {
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   592
    GCTraceTime(Debug, gc) timer("Test GC", NULL, GCCause::_allocation_failure, false);
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   593
  }
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   594
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   595
  FILE* fp = fopen(log_file.name(), "r");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   596
  assert(fp, "File read error");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   597
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   598
  char output[256 /* Large enough buffer */];
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   599
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   600
  char* res = fgets(output, sizeof(output), fp);
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   601
  assert(res != NULL, "assert");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   602
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   603
  // [2.975s][debug][gc,start] Test GC (Allocation Failure) (2.975s)
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   604
  assert(strstr(output, "[gc,start") != NULL, "Incorrect tag set");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   605
  assert(strstr(output, "] Test GC (Allocation Failure) (") != NULL, "Incorrect log line");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   606
  assert(strstr(output, "s)") != NULL, "Incorrect log line");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   607
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   608
  res = fgets(output, sizeof(output), fp);
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   609
  assert(res != NULL, "assert");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   610
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   611
  // [2.975s][debug][gc      ] Test GC (Allocation Failure) (2.975s, 2.975s) 0.026ms
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   612
  assert(strstr(output, "[gc ") != NULL, "Incorrect tag set");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   613
  assert(strstr(output, "] Test GC (Allocation Failure) (") != NULL, "Incorrect log line");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   614
  assert(strstr(output, "M) (") == NULL, "Incorrect log line");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   615
  assert(strstr(output, "s, ") != NULL, "Incorrect log line");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   616
  assert(strstr(output, "s) ") != NULL, "Incorrect log line");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   617
  assert(strstr(output, "ms") != NULL, "Incorrect log line");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   618
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   619
  fclose(fp);
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   620
}
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   621
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   622
static void Test_log_gctracetime_no_cause() {
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   623
  TestLogFile log_file("log_gctracetime");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   624
  TestLogSavedConfig tlsc(log_file.name(), "gc=debug,gc+start=debug");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   625
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   626
  LogTarget(Debug, gc) gc_debug;
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   627
  LogTarget(Debug, gc, start) gc_start_debug;
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   628
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   629
  assert(gc_debug.is_enabled(), "assert");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   630
  assert(gc_start_debug.is_enabled(), "assert");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   631
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   632
  {
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   633
    MutexLocker lock(Heap_lock); // Needed to read heap usage
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   634
    GCTraceTime(Debug, gc) timer("Test GC", NULL, GCCause::_no_gc, true);
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   635
  }
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   636
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   637
  FILE* fp = fopen(log_file.name(), "r");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   638
  assert(fp, "File read error");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   639
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   640
  char output[256 /* Large enough buffer */];
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   641
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   642
  char* res = fgets(output, sizeof(output), fp);
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   643
  assert(res != NULL, "assert");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   644
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   645
  // [2.975s][debug][gc,start] Test GC (2.975s)
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   646
  assert(strstr(output, "[gc,start") != NULL, "Incorrect tag set");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   647
  assert(strstr(output, "] Test GC (") != NULL, "Incorrect log line");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   648
  assert(strstr(output, "s)") != NULL, "Incorrect log line");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   649
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   650
  res = fgets(output, sizeof(output), fp);
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   651
  assert(res != NULL, "assert");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   652
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   653
  // [2.975s][debug][gc      ] Test GC 59M->59M(502M) (2.975s, 2.975s) 0.026ms
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   654
  assert(strstr(output, "[gc ") != NULL, "Incorrect tag set");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   655
  assert(strstr(output, "] Test GC ") != NULL, "Incorrect log line");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   656
  assert(strstr(output, "M) (") != NULL, "Incorrect log line");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   657
  assert(strstr(output, "s, ") != NULL, "Incorrect log line");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   658
  assert(strstr(output, "s) ") != NULL, "Incorrect log line");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   659
  assert(strstr(output, "ms") != NULL, "Incorrect log line");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   660
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   661
  fclose(fp);
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   662
}
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   663
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   664
static void Test_log_gctracetime_no_heap_no_cause() {
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   665
  TestLogFile log_file("log_gctracetime");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   666
  TestLogSavedConfig tlsc(log_file.name(), "gc=debug,gc+start=debug");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   667
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   668
  LogTarget(Debug, gc) gc_debug;
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   669
  LogTarget(Debug, gc, start) gc_start_debug;
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   670
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   671
  assert(gc_debug.is_enabled(), "assert");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   672
  assert(gc_start_debug.is_enabled(), "assert");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   673
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   674
  {
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   675
    MutexLocker lock(Heap_lock); // Needed to read heap usage
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   676
    GCTraceTime(Debug, gc) timer("Test GC", NULL, GCCause::_no_gc, false);
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   677
  }
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   678
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   679
  FILE* fp = fopen(log_file.name(), "r");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   680
  assert(fp, "File read error");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   681
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   682
  char output[256 /* Large enough buffer */];
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   683
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   684
  char* res = fgets(output, sizeof(output), fp);
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   685
  assert(res != NULL, "assert");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   686
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   687
  // [2.975s][debug][gc,start] Test GC (2.975s)
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   688
  assert(strstr(output, "[gc,start") != NULL, "Incorrect tag set");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   689
  assert(strstr(output, "] Test GC (") != NULL, "Incorrect log line");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   690
  assert(strstr(output, "s)") != NULL, "Incorrect log line");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   691
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   692
  res = fgets(output, sizeof(output), fp);
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   693
  assert(res != NULL, "assert");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   694
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   695
  // [2.975s][debug][gc      ] Test GC (2.975s, 2.975s) 0.026ms
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   696
  assert(strstr(output, "[gc ") != NULL, "Incorrect tag set");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   697
  assert(strstr(output, "] Test GC (") != NULL, "Incorrect log line");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   698
  assert(strstr(output, "M) (") == NULL, "Incorrect log line");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   699
  assert(strstr(output, "s, ") != NULL, "Incorrect log line");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   700
  assert(strstr(output, "s) ") != NULL, "Incorrect log line");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   701
  assert(strstr(output, "ms") != NULL, "Incorrect log line");
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   702
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   703
  fclose(fp);
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   704
}
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   705
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   706
void Test_log_gctracetime() {
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   707
  Test_log_gctracetime_full();
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   708
  Test_log_gctracetime_full_multitag();
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   709
  Test_log_gctracetime_no_heap();
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   710
  Test_log_gctracetime_no_cause();
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   711
  Test_log_gctracetime_no_heap_no_cause();
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   712
}
100d4a515df0 8152711: Create a non-template Log wrapper class
stefank
parents: 37254
diff changeset
   713
33766
3290cae587f9 8138916: Logging write function does not allow for long enough messages
rprotacio
parents:
diff changeset
   714
#endif // PRODUCT