Skip to content

Commit 8277786

Browse files
kdnilsenpull[bot]
authored andcommitted
8327098: GTest needs larger combination limit
Reviewed-by: shade, phh
1 parent ae0f1f7 commit 8277786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/share/logging/logSelectionList.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class LogTagSet;
3737
// Consists of ordered LogSelections, i.e. "tag1+tag2=level1,tag3*=level2".
3838
class LogSelectionList : public StackObj {
3939
public:
40-
static const size_t MaxSelections = 256;
40+
static const size_t MaxSelections = 320;
4141

4242
private:
4343
friend void LogConfiguration::configure_stdout(LogLevelType, int, ...);

0 commit comments

Comments
 (0)