-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b04
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8240404 | openjdk8u262 | Claes Redestad | P4 | Resolved | Fixed | team |
JfrRecorder::is_disabled is called early during bootstrap, and uses JVMFlag::find_flag directly to check whether the -XX:-FlightRecorder has been set on the command line. Using the FLAG_IS_CMDLINE macro from global_extensions has the same effect cleans it up and might avoid a linear scan.
Also clean up enable() to use a macro to set the FlightRecorder value.
Also clean up enable() to use a macro to set the FlightRecorder value.
- backported by
-
JDK-8240404 Clean up JFR command line processing
- Resolved
-
JDK-8243908 Clean up JFR command line processing
- Resolved
- relates to
-
JDK-8239140 Backport JFR to OpenJDK 8
- Resolved