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

HeapDumper should perform merge on the current thread instead of VMThread

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 23
    • None
    • hotspot
    • None
    • svc
    • b18
    • generic
    • generic

      HeapDumper performs merge on the current thread if the current thread is AttachListenerThread, otherwise merge is performed on VMThread.
      In other heap dump scenarios:
      - JMX (HotSpotDiagnosticMXBean);
      - -XX:+HeapDumpBeforeFullGC/ -XX:+HeapDumpAfterFullGC;
      - -XX:+HeapDumpOnOutOfMemoryError
      merge should be performed on the current thread too.

            amenkov Alex Menkov
            amenkov Alex Menkov
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: