mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-15 10:23:28 +00:00
8327098: GTest needs larger combination limit
Reviewed-by: shade, phh
This commit is contained in:
parent
9e32db266e
commit
c901da48e3
@ -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, ...);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user