< prev index next >

src/share/vm/logging/logTagLevelExpression.hpp

Print this page
rev 8933 : 8046148.01

*** 21,30 **** --- 21,31 ---- * questions. * */ #ifndef SHARE_VM_LOGGING_LOGTAGLEVELEXPRESSION_HPP #define SHARE_VM_LOGGING_LOGTAGLEVELEXPRESSION_HPP + #include "logging/logLevel.hpp" #include "logging/logTag.hpp" #include "memory/allocation.hpp" #include "utilities/debug.hpp" #include "utilities/globalDefinitions.hpp"
*** 75,80 **** ~LogTagLevelExpression(); bool parse(const char* str, outputStream* errstream = NULL); LogLevelType level_for(const LogTagSet& ts) const; }; ! #endif --- 76,81 ---- ~LogTagLevelExpression(); bool parse(const char* str, outputStream* errstream = NULL); LogLevelType level_for(const LogTagSet& ts) const; }; ! #endif // SHARE_VM_LOGGING_LOGTAGLEVELEXPRESSION_HPP
< prev index next >