--- old/src/share/vm/runtime/arguments.hpp 2013-06-05 15:20:14.883210601 -0400 +++ new/src/share/vm/runtime/arguments.hpp 2013-06-05 15:20:13.334610823 -0400 @@ -262,7 +262,6 @@ // Option flags static bool _has_profile; - static bool _has_alloc_profile; static const char* _gc_log_filename; static uintx _min_heap_size; @@ -462,9 +461,8 @@ // -Xloggc:, if not specified will be NULL static const char* gc_log_filename() { return _gc_log_filename; } - // -Xprof/-Xaprof + // -Xprof static bool has_profile() { return _has_profile; } - static bool has_alloc_profile() { return _has_alloc_profile; } // -Xms, -Xmx static uintx min_heap_size() { return _min_heap_size; }