hotspot/src/share/vm/utilities/ostream.hpp
changeset 26135 82b516c550f7
parent 25350 6423a57e5451
child 29697 92501504191b
--- a/hotspot/src/share/vm/utilities/ostream.hpp	Tue Aug 12 21:16:05 2014 -0400
+++ b/hotspot/src/share/vm/utilities/ostream.hpp	Tue Aug 12 17:29:00 2014 -0700
@@ -214,6 +214,8 @@
   void flush();
 };
 
+CDS_ONLY(extern fileStream*   classlist_file;)
+
 // unlike fileStream, fdStream does unbuffered I/O by calling
 // open() and write() directly. It is async-safe, but output
 // from multiple thread may be mixed together. Used by fatal