diff src/share/vm/utilities/ostream.hpp @ 20375:6e0cb14ce59b

8046070: Class Data Sharing clean up and refactoring Summary: Cleaned up CDS to be more configurable, maintainable and extensible Reviewed-by: dholmes, coleenp, acorn, mchung
author iklam
date Thu, 21 Aug 2014 13:57:51 -0700
parents 0982ec23da03
children 7848fc12602b
line wrap: on
line diff
--- a/src/share/vm/utilities/ostream.hpp	Fri Aug 22 12:03:49 2014 -0700
+++ b/src/share/vm/utilities/ostream.hpp	Thu Aug 21 13:57:51 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