RFR: 8275375: [REDO] JDK-8271949 dumppath in -XX:FlightRecorderOptions does not affect [v3]

Yasumasa Suenaga ysuenaga at openjdk.java.net
Wed Oct 20 00:13:38 UTC 2021


> This PR is for redo-ing [JDK-8271949](https://bugs.openjdk.java.net/browse/JDK-8271949).
> I changed to use `SecuritySupport` at `Options::setDumpPath` as @egahlin mentioned. Please see change both Options.java and SecuritySupport.java .
> 
> I've tested this change with all jdk/jfr tests on Linux x64, and they works fine.
> @egahlin @mgronlun Can you run Mach5 tests with this change?

Yasumasa Suenaga has updated the pull request incrementally with one additional commit since the last revision:

  Propagate IOException at setDumpPath() to the caller

-------------

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/6000/files
  - new: https://git.openjdk.java.net/jdk/pull/6000/files/77a48a11..9e11ae4e

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=6000&range=02
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=6000&range=01-02

  Stats: 17 lines in 2 files changed: 4 ins; 4 del; 9 mod
  Patch: https://git.openjdk.java.net/jdk/pull/6000.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/6000/head:pull/6000

PR: https://git.openjdk.java.net/jdk/pull/6000


More information about the hotspot-jfr-dev mailing list