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

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 14
    • 13
    • 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 .

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

              Created:
              Updated:
              Resolved: