hotspot/src/share/vm/runtime/arguments.hpp
changeset 35061 be6025ebffea
parent 34125 56c4a2d19ee1
child 35171 cf7d5a1d0662
--- a/hotspot/src/share/vm/runtime/arguments.hpp	Thu Dec 10 23:02:31 2015 +0000
+++ b/hotspot/src/share/vm/runtime/arguments.hpp	Thu Dec 10 14:57:55 2015 +0100
@@ -284,7 +284,6 @@
 
   // 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;
 
@@ -543,9 +542,6 @@
   // -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; }