-
Enhancement
-
Resolution: Fixed
-
P4
-
11, 12, 13
-
b25
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8226029 | 14 | Erik Gahlin | P4 | Resolved | Fixed | team |
This option is no longer needed as of JDK 11. It prints a warning and does nothing
===================== globals.hpp still contains the declaration for this option:
JFR_ONLY(product(bool, FlightRecorder, false, \
“Enable Flight Recorder”))
(src/hotspot/share/runtime/globals.hpp)
===================== globals.hpp still contains the declaration for this option:
JFR_ONLY(product(bool, FlightRecorder, false, \
“Enable Flight Recorder”))
(src/hotspot/share/runtime/globals.hpp)
- backported by
-
JDK-8226029 Deprecate -XX:FlightRecorder option
- Resolved
- csr for
-
JDK-8225312 Deprecate -XX:FlightRecorder Option
- Closed
- is blocked by
-
JDK-8220293 Deadlock in JFR string pool
- Closed
- relates to
-
JDK-8280235 Deprecated flag FlightRecorder missing from VMDeprecatedOptions test
- Resolved