Skip to content

Commit

Permalink
8327098: GTest needs larger combination limit
Browse files Browse the repository at this point in the history
Reviewed-by: shade, phh
  • Loading branch information
kdnilsen authored and Y. Srinivas Ramakrishna committed Mar 18, 2024
1 parent 9e32db2 commit c901da4
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

1 comment on commit c901da4

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.