< prev index next >

src/share/vm/utilities/ostream.hpp

Print this page

        

@@ -26,11 +26,10 @@
 #define SHARE_VM_UTILITIES_OSTREAM_HPP
 
 #include "memory/allocation.hpp"
 #include "runtime/timer.hpp"
 
-class GCId;
 DEBUG_ONLY(class ResourceMark;)
 
 // Output streams for printing
 //
 // Printing guidelines:

@@ -106,11 +105,11 @@
    void date_stamp(bool guard, const char* prefix, const char* suffix);
    // A simplified call that includes a suffix of ": "
    void date_stamp(bool guard) {
      date_stamp(guard, "", ": ");
    }
-   void gclog_stamp(const GCId& gc_id);
+   void gclog_stamp();
 
    // portable printing of 64 bit integers
    void print_jlong(jlong value);
    void print_julong(julong value);
 
< prev index next >