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

SQE test: GC unified logging: check that dynamic log level doesn't break anything

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • 9
    • hotspot
    • gc
    • b120

      New VM logging mechanism introduced in JDK9 allows dynamic change of the logging level, which means that level might change during a VM method execution. There should be a test checking that log level change will never cause a crash.

      Test idea:
      An application with several worker threads which allocate/release memory. In addition to those threads the application starts a couple of threads which set a random level of logging.

      The test start this app with -Xlog:all for several seconds, expecting for no crash.

            kzhaldyb Kirill Zhaldybin (Inactive)
            dfazunen Dmitry Fazunenko (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: