< prev index next >

src/hotspot/share/utilities/ostream.hpp

Print this page
rev 49818 : 8201649: Remove dubious call_jio_print in ostream.cpp

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.

@@ -35,11 +35,11 @@
 //
 // Printing guidelines:
 // Where possible, please use tty->print() and tty->print_cr().
 // For product mode VM warnings use warning() which internally uses tty.
 // In places where tty is not initialized yet or too much overhead,
-// we may use jio_printf:
+// we may use jio_fprintf:
 //     jio_fprintf(defaultStream::output_stream(), "Message");
 // This allows for redirection via -XX:+DisplayVMOutputToStdout and
 // -XX:+DisplayVMOutputToStderr
 class outputStream : public ResourceObj {
  protected:
< prev index next >