Improve perfMemory warning about 'Insufficient space for shared memory file'

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Unresolved
    • Priority: P4
    • None
    • Affects Version/s: 25, 27
    • Component/s: hotspot
    • None
    • generic
    • generic

      We have a perfMemory warning about 'Insufficient space for shared memory file'; this currently prints misleading info about 'java.io.tmpdir' and misses to print the directory, so we get no clue where exactly insufficient space is.

      Current Example output :
      OpenJDK 64-Bit Server VM warning: Insufficient space for shared memory file:
         31671
      Try using the -Djava.io.tmpdir= option to select an alternate temp location.

      The printing of '31671' does not really help me much.
      And java.io.tmpdir WAS set in the execution the output is from, but is not used here (probably intentionally).

            Assignee:
            Matthias Baesken
            Reporter:
            Matthias Baesken
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: