< prev index next >

src/share/vm/logging/logTagSet.cpp

Print this page
rev 8932 : 8046148
rev 8934 : 8046148.02

*** 29,38 **** --- 29,40 ---- #include "logging/logTagSet.hpp" LogTagSet* LogTagSet::_list = NULL; size_t LogTagSet::_ntagsets = 0; + // This constructor is called only during static initialization. + // See the declaration in logTagSet.hpp for more information. LogTagSet::LogTagSet(LogTagType t0, LogTagType t1, LogTagType t2, LogTagType t3, LogTagType t4) : _next(_list) { _tag[0] = t0; _tag[1] = t1; _tag[2] = t2;
< prev index next >