< prev index next >

src/share/vm/utilities/ostream.hpp

Print this page

        

@@ -106,11 +106,10 @@
    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();
 
    // portable printing of 64 bit integers
    void print_jlong(jlong value);
    void print_julong(julong value);
 
< prev index next >