comparison src/share/vm/trace/traceStream.hpp @ 20653:82d3e7b5277a

8065361: Fixup headers and definitions for INCLUDE_TRACE Reviewed-by: sla, stefank
author mgronlun
date Wed, 19 Nov 2014 18:14:01 +0100
parents 78bbf4d43a14
children
comparison
equal deleted inserted replaced
20652:e8bf410d5e23 20653:82d3e7b5277a
24 24
25 #ifndef SHARE_VM_TRACE_TRACESTREAM_HPP 25 #ifndef SHARE_VM_TRACE_TRACESTREAM_HPP
26 #define SHARE_VM_TRACE_TRACESTREAM_HPP 26 #define SHARE_VM_TRACE_TRACESTREAM_HPP
27 27
28 #include "utilities/macros.hpp" 28 #include "utilities/macros.hpp"
29
30 #if INCLUDE_TRACE 29 #if INCLUDE_TRACE
31
32 #include "oops/klass.hpp" 30 #include "oops/klass.hpp"
33 #include "oops/method.hpp" 31 #include "oops/method.hpp"
34 #include "oops/symbol.hpp" 32 #include "oops/symbol.hpp"
35 #include "utilities/ostream.hpp" 33 #include "utilities/ostream.hpp"
36 34
115 void print(const char* val) { 113 void print(const char* val) {
116 _st.print("%s", val); 114 _st.print("%s", val);
117 } 115 }
118 }; 116 };
119 117
120 #endif /* INCLUDE_TRACE */ 118 #endif // INCLUDE_TRACE
121 #endif /* SHARE_VM_TRACE_TRACESTREAM_HPP */ 119 #endif // SHARE_VM_TRACE_TRACESTREAM_HPP