8176098: Deprecate FlatProfiler

Reviewed-by: shade, coleenp
This commit is contained in:
Robbin Ehn 2017-03-14 12:00:02 +01:00
parent fcd4be97ff
commit 56f838f4ee
2 changed files with 2 additions and 1 deletions

View file

@ -3174,6 +3174,7 @@ jint Arguments::parse_each_vm_init_arg(const JavaVMInitArgs* args, bool* patch_m
// -Xprof
} else if (match_option(option, "-Xprof")) {
#if INCLUDE_FPROF
log_warning(arguments)("Option -Xprof was deprecated in version 9 and will likely be removed in a future release.");
_has_profile = true;
#else // INCLUDE_FPROF
jio_fprintf(defaultStream::error_stream(),