aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/runtime/arguments.hpp
diff options
context:
space:
mode:
authoramurillo <none@none>2013-07-12 16:53:39 -0700
committeramurillo <none@none>2013-07-12 16:53:39 -0700
commit3e751c16539e77da5ab9f1a29affba2fc04cb6d3 (patch)
tree2138f0690511f0d62c52b8a5f9af139bb1141db3 /src/share/vm/runtime/arguments.hpp
parent88f38d80a243b968edd13f9b3efb8eb0ec0f1d79 (diff)
parentf596a93375d6f1528564bea1d35d9ecd9a21fd7b (diff)
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; }