Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8255859

Incorrect comments in log.hpp

    XMLWordPrintable

Details

    • Enhancement
    • Status: Resolved
    • P4
    • Resolution: Fixed
    • 16
    • 17
    • hotspot
    • b12

    Description

      https://github.com/openjdk/jdk/blob/622f72bc8b8a545deea065475d4bd556b87b681c/src/hotspot/share/logging/log.hpp#L75

      The methods Log::debug_stream() and LogTarget::stream() do not exist.

      // Example usage:
      // Log(logging) log;
      // if (log.is_debug()) {
      // ...
      // log.debug("result = %d", result).trace(" tracing info");
      // obj->print_on(log.debug_stream());
      // }

      // Example usage:
      // LogTarget(Debug, gc) out;
      // if (out.is_enabled()) {
      // ...
      // out.print("Worker: %u", i);
      // out.print(" data: %d", x);
      // ...
      // print_stats(out.stream());
      // }

      Attachments

        Issue Links

          Activity

            People

              iklam Ioi Lam
              iklam Ioi Lam
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: