JFR will dump the recording to the file as hs_err_pid<PID>.jfr if JVM encountered fatal errors (e.g. crash). It will be dumped to current directory, and we cannot specify dump path.
In other dumps (hs_err log, heap dump, replay & inline data for JIT) can be specified it.
This is useful especially in the container application if we can specify it in JFR.
In other dumps (hs_err log, heap dump, replay & inline data for JIT) can be specified it.
This is useful especially in the container application if we can specify it in JFR.
- csr for
-
JDK-8270093 The path of JFR emergency dump should be able to specified by the user
-
- Closed
-
- relates to
-
JDK-8271949 dumppath in -XX:FlightRecorderOptions does not affect
-
- Resolved
-
-
JDK-8271949 dumppath in -XX:FlightRecorderOptions does not affect
-
- Resolved
-
- links to
-
Review openjdk/jdk/4724