diff src/share/vm/utilities/defaultStream.hpp @ 20734:a4fdab16b621

8049253: Better GC validation Summary: Also reviewed by: boris.molodenkov@oracle.com Reviewed-by: dcubed, minqi, mschoene Contributed-by: yasuenag@gmail.com, bengt.rutisson@oracle.com
author brutisso
date Tue, 19 Aug 2014 11:17:36 +0200
parents f95d63e2154a
children
line wrap: on
line diff
--- a/src/share/vm/utilities/defaultStream.hpp	Tue Aug 19 07:28:23 2014 -0700
+++ b/src/share/vm/utilities/defaultStream.hpp	Tue Aug 19 11:17:36 2014 +0200
@@ -41,6 +41,8 @@
 
   void init();
   void init_log();
+  fileStream* open_file(const char* log_name);
+  void start_log();
   void finish_log();
   void finish_log_on_error(char *buf, int buflen);
  public: