src/share/vm/trace/traceStream.hpp

changeset 7367
82d3e7b5277a
parent 6680
78bbf4d43a14
child 7535
7ae4e26cb1e0
child 9327
f96fcd9e1e1b
     1.1 --- a/src/share/vm/trace/traceStream.hpp	Fri Nov 14 14:23:25 2014 +0100
     1.2 +++ b/src/share/vm/trace/traceStream.hpp	Wed Nov 19 18:14:01 2014 +0100
     1.3 @@ -26,9 +26,7 @@
     1.4  #define SHARE_VM_TRACE_TRACESTREAM_HPP
     1.5  
     1.6  #include "utilities/macros.hpp"
     1.7 -
     1.8  #if INCLUDE_TRACE
     1.9 -
    1.10  #include "oops/klass.hpp"
    1.11  #include "oops/method.hpp"
    1.12  #include "oops/symbol.hpp"
    1.13 @@ -117,5 +115,5 @@
    1.14    }
    1.15  };
    1.16  
    1.17 -#endif /* INCLUDE_TRACE */
    1.18 -#endif /* SHARE_VM_TRACE_TRACESTREAM_HPP */
    1.19 +#endif // INCLUDE_TRACE
    1.20 +#endif // SHARE_VM_TRACE_TRACESTREAM_HPP

mercurial