Skip to content

Commit

Permalink
8327098: GTest needs larger combination limit
Browse files Browse the repository at this point in the history
Backport-of: c901da4
  • Loading branch information
GoeLin committed Jan 29, 2025
1 parent 20a6dfe commit 1a06a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/share/logging/logSelectionList.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class LogTagSet;
// Consists of ordered LogSelections, i.e. "tag1+tag2=level1,tag3*=level2".
class LogSelectionList : public StackObj {
public:
static const size_t MaxSelections = 256;
static const size_t MaxSelections = 320;

private:
friend void LogConfiguration::configure_stdout(LogLevelType, int, ...);
Expand Down

0 comments on commit 1a06a61

Please sign in to comment.