Remove support for JDK 1.4.1 PerfData shared memory files

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 20
    • Affects Version/s: None
    • Component/s: core-svc
    • b20

      JDK 1.4.1 is no longer supported. The vestigial code should be removed.

      https://github.com/openjdk/jdk/blob/b1b83500a9c3a74bf39894e49eefd031d208b9b9/src/jdk.internal.jvmstat/share/classes/sun/jvmstat/perfdata/monitor/protocol/local/PerfDataFile.java#L71

         /**
           * The file name pattern for 1.4.1 PerfData shared memory files.
           * <p>
           * This pattern must be kept in synch with the file name pattern
           * used by the 1.4.1 HotSpot JVM.
           */
          public static final String tmpFileNamePattern =
                  "^hsperfdata_[0-9]+(_[1-2]+)?$";

            Assignee:
            Ioi Lam
            Reporter:
            Ioi Lam
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: