mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8224139: Deprecate -XX:FlightRecorder option
Reviewed-by: mgronlun, mseledtsov
This commit is contained in:
parent
f198fdd639
commit
042e93613e
2 changed files with 2 additions and 1 deletions
|
@ -537,6 +537,7 @@ static SpecialFlag const special_jvm_flags[] = {
|
||||||
{ "AllowJNIEnvProxy", JDK_Version::jdk(13), JDK_Version::jdk(14), JDK_Version::jdk(15) },
|
{ "AllowJNIEnvProxy", JDK_Version::jdk(13), JDK_Version::jdk(14), JDK_Version::jdk(15) },
|
||||||
{ "ThreadLocalHandshakes", JDK_Version::jdk(13), JDK_Version::jdk(14), JDK_Version::jdk(15) },
|
{ "ThreadLocalHandshakes", JDK_Version::jdk(13), JDK_Version::jdk(14), JDK_Version::jdk(15) },
|
||||||
{ "AllowRedefinitionToAddDeleteMethods", JDK_Version::jdk(13), JDK_Version::undefined(), JDK_Version::undefined() },
|
{ "AllowRedefinitionToAddDeleteMethods", JDK_Version::jdk(13), JDK_Version::undefined(), JDK_Version::undefined() },
|
||||||
|
{ "FlightRecorder", JDK_Version::jdk(13), JDK_Version::undefined(), JDK_Version::undefined() },
|
||||||
|
|
||||||
// --- Deprecated alias flags (see also aliased_jvm_flags) - sorted by obsolete_in then expired_in:
|
// --- Deprecated alias flags (see also aliased_jvm_flags) - sorted by obsolete_in then expired_in:
|
||||||
{ "DefaultMaxRAMFraction", JDK_Version::jdk(8), JDK_Version::undefined(), JDK_Version::undefined() },
|
{ "DefaultMaxRAMFraction", JDK_Version::jdk(8), JDK_Version::undefined(), JDK_Version::undefined() },
|
||||||
|
|
|
@ -2455,7 +2455,7 @@ const size_t minimumSymbolTableSize = 1024;
|
||||||
"leverage profiling for table/lookup switch") \
|
"leverage profiling for table/lookup switch") \
|
||||||
\
|
\
|
||||||
JFR_ONLY(product(bool, FlightRecorder, false, \
|
JFR_ONLY(product(bool, FlightRecorder, false, \
|
||||||
"Enable Flight Recorder")) \
|
"(Deprecated) Enable Flight Recorder")) \
|
||||||
\
|
\
|
||||||
JFR_ONLY(product(ccstr, FlightRecorderOptions, NULL, \
|
JFR_ONLY(product(ccstr, FlightRecorderOptions, NULL, \
|
||||||
"Flight Recorder options")) \
|
"Flight Recorder options")) \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue