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

Support for optional asynchronous/buffered logging

    XMLWordPrintable

Details

    • b25
    • generic
    • linux

    Description


      Please see:
      https://mail.openjdk.java.net/pipermail/hotspot-dev/2019-August/039130.html

      The basic high level idea is to maintain a cyclical fixed size in-memory buffer into which JVM threads would log at full-speed (i.e. the asynchronous logging would ideally not constrain the full concurrency supported by the existing implementation without asynchronous logging). A new demon thread would eagerly flush the log payload to the associated log output stream.

      In one post-JDK 8 based implementation, support exists for Unified Logging, with the attendant constraints on concurrency of Unified Logging designed to avoid arbitrary interleaving of logging payload to a specific logging stream. In one JDK 8 based implementation, support exists for GC logging with possibly higher levels of logging concurrency than in the aforementioned Unified Logging case, and with no change in the interleaving semantics of log messages to the GC log file.

      Other alternative implementations are possible.

      As described in the email, there are a few alternative existing implementations on various vintages of the JVM.

      This ticket is a placeholder to share a couple of different patches from various alternative existing implementations, so that we can collaboratively work towards creating one that can be subjected to the usual code review process in due course.

      Specific sub-tickets will be created in the fullness of time for specific backports as needed, as the implementation matures into reviewable state.

      Attachments

        Issue Links

          Activity

            People

              xliu Xin Liu
              ysr Y. Ramakrishna
              Votes:
              2 Vote for this issue
              Watchers:
              17 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: