Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8060200 Enabling JFR support in Java WebStart
  3. JDK-8075744

Document setting JFR options with applets and Java WebStart applications.

    XMLWordPrintable

Details

    Description

      There are two ways to enable JFR with applets and WebStart applications:
        1. use JAVA_TOOL_OPTIONS environment variable to specify JFR command line options
      (.e.g. set JAVA_TOOL_OPTIONS=-XX:+UnlockCommercialFeatures -XX:+FlightRecorder -XX:StartFlightRecording=duration=60s,filename=c:\test\recording.jfr).
        2. specify JFR command line options in the Java Control Panel as runtime parameters for specific JRE.

      Enabling JFR on per application basis (in JNLP file) is not supported.

      Attachments

        Activity

          People

            jgordon Joni Gordon (Inactive)
            dtitov Daniil Titov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated: