Misleading message for AbortVMOnVMOperationTimeoutDelay

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 18
    • Affects Version/s: 11, 17, 18
    • Component/s: hotspot
    • b09

      During the investigation of JDK-8269523, the error message has caused some misinterpretation:

      # fatal error: VM operation took too long: 2 ms (timeout: 0 ms)

      Incorrect: the VM operation took 2ms to *complete* and its duration is greater than the timeout (0ms)

      Correct: 2ms has passed since the VM operation started, but it's unknown if that operation is still running or has completed. Nonetheless, a fatal error is inevitable (2ms > 0ms).

      I suggest "VM operation took too long: X ms elapsed since VM-op start (timeout: Y ms)". This hopefully avoids misinterpretation in the future.

            Assignee:
            Albert Yang
            Reporter:
            Albert Yang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: