< prev index next >

hotspot/src/share/vm/trace/traceStream.hpp

Print this page
rev 6909 : 8065361: Fixup headers and definitions for INCLUDE_TRACE
Reviewed-by: sla, stefank

*** 24,36 **** #ifndef SHARE_VM_TRACE_TRACESTREAM_HPP #define SHARE_VM_TRACE_TRACESTREAM_HPP #include "utilities/macros.hpp" - #if INCLUDE_TRACE - #include "oops/klass.hpp" #include "oops/method.hpp" #include "oops/symbol.hpp" #include "utilities/ostream.hpp" --- 24,34 ----
*** 115,121 **** void print(const char* val) { _st.print("%s", val); } }; ! #endif /* INCLUDE_TRACE */ ! #endif /* SHARE_VM_TRACE_TRACESTREAM_HPP */ --- 113,119 ---- void print(const char* val) { _st.print("%s", val); } }; ! #endif // INCLUDE_TRACE ! #endif // SHARE_VM_TRACE_TRACESTREAM_HPP
< prev index next >