Specifying the same path creates a new directory in JFR.configure

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 14
    • Affects Version/s: 13
    • Component/s: hotspot
    • None
    • jfr
    • b16

      Even if you specify the same path as repositorypath in JFR.configure, a new subdirectory is created every time.

      $ ${JAVA_HOME}/bin/jcmd 17535 JFR.configure repositorypath=/tmp
      17535:
      Repository path: /tmp/2019_01_12_00_28_53_17535

      $ ${JAVA_HOME}/bin/jcmd 17535 JFR.configure repositorypath=/tmp
      17535:
      Repository path: /tmp/2019_01_12_00_29_03_17535

      If the same directory is specified, you should not create a new .

            Assignee:
            Chihiro Ito
            Reporter:
            Chihiro Ito
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: