< prev index next >

src/share/vm/runtime/arguments.hpp

Print this page

        

@@ -282,11 +282,10 @@
   // was this VM created via the -XXaltjvm=<path> option
   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;
 
   static uintx _min_heap_size;
 

@@ -541,13 +540,10 @@
   // -Dsun.java.launcher.is_altjvm
   static bool sun_java_launcher_is_altjvm();
   // -Dsun.java.launcher.pid
   static int sun_java_launcher_pid()        { return _sun_java_launcher_pid; }
 
-  // -Xloggc:<file>, if not specified will be NULL
-  static const char* gc_log_filename()      { return _gc_log_filename; }
-
   // -Xprof
   static bool has_profile()                 { return _has_profile; }
 
   // -Xms
   static size_t min_heap_size()             { return _min_heap_size; }
< prev index next >