< prev index next >

src/hotspot/share/logging/logSelectionList.hpp

Print this page
*** 35,11 ***
  
  // Class used to temporary encode a series of log selections during log configuration.
  // Consists of ordered LogSelections, i.e. "tag1+tag2=level1,tag3*=level2".
  class LogSelectionList : public StackObj {
   public:
!   static const size_t MaxSelections = 256;
  
   private:
    friend void LogConfiguration::configure_stdout(LogLevelType, int, ...);
  
    size_t _nselections;
--- 35,11 ---
  
  // Class used to temporary encode a series of log selections during log configuration.
  // Consists of ordered LogSelections, i.e. "tag1+tag2=level1,tag3*=level2".
  class LogSelectionList : public StackObj {
   public:
!   static const size_t MaxSelections = 300;
  
   private:
    friend void LogConfiguration::configure_stdout(LogLevelType, int, ...);
  
    size_t _nselections;
< prev index next >