--- old/src/share/vm/runtime/arguments.hpp 2017-08-16 10:56:40.000000000 -0500 +++ new/src/share/vm/runtime/arguments.hpp 2017-08-16 10:56:40.000000000 -0500 @@ -412,7 +412,6 @@ static bool _sun_java_launcher_is_altjvm; // Option flags - static bool _has_profile; static const char* _gc_log_filename; // Value of the conservative maximum heap alignment needed static size_t _conservative_max_heap_alignment; @@ -696,9 +695,6 @@ // -Dsun.java.launcher.pid static int sun_java_launcher_pid() { return _sun_java_launcher_pid; } - // -Xprof - static bool has_profile() { return _has_profile; } - // -Xms static size_t min_heap_size() { return _min_heap_size; } static void set_min_heap_size(size_t v) { _min_heap_size = v; }