src/share/vm/runtime/arguments.hpp

changeset 5369
71180a6e5080
parent 5276
0abfeed51c9e
child 5528
740e263c80c6
     1.1 --- a/src/share/vm/runtime/arguments.hpp	Tue Jul 02 16:54:24 2013 +0200
     1.2 +++ b/src/share/vm/runtime/arguments.hpp	Wed Jul 03 17:26:59 2013 -0400
     1.3 @@ -262,7 +262,6 @@
     1.4  
     1.5    // Option flags
     1.6    static bool   _has_profile;
     1.7 -  static bool   _has_alloc_profile;
     1.8    static const char*  _gc_log_filename;
     1.9    static uintx  _min_heap_size;
    1.10  
    1.11 @@ -464,9 +463,8 @@
    1.12    // -Xloggc:<file>, if not specified will be NULL
    1.13    static const char* gc_log_filename()      { return _gc_log_filename; }
    1.14  
    1.15 -  // -Xprof/-Xaprof
    1.16 +  // -Xprof
    1.17    static bool has_profile()                 { return _has_profile; }
    1.18 -  static bool has_alloc_profile()           { return _has_alloc_profile; }
    1.19  
    1.20    // -Xms, -Xmx
    1.21    static uintx min_heap_size()              { return _min_heap_size; }

mercurial