aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/runtime/arguments.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/vm/runtime/arguments.hpp')
-rw-r--r--src/share/vm/runtime/arguments.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/share/vm/runtime/arguments.hpp b/src/share/vm/runtime/arguments.hpp
index 0e84208a2..89b171f0d 100644
--- a/src/share/vm/runtime/arguments.hpp
+++ b/src/share/vm/runtime/arguments.hpp
@@ -262,7 +262,6 @@ class Arguments : AllStatic {
// Option flags
static bool _has_profile;
- static bool _has_alloc_profile;
static const char* _gc_log_filename;
static uintx _min_heap_size;
@@ -464,9 +463,8 @@ class Arguments : AllStatic {
// -Xloggc:<file>, 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; }