hg: jdk/hs: 8196783: Refactor LogTagLevelExpression into separate classes
marcus.larsson at oracle.com
marcus.larsson at oracle.com
Mon Feb 19 08:50:58 UTC 2018
Changeset: ea85eed8b012
Author: mlarsson
Date: 2018-02-19 09:46 +0100
URL: http://hg.openjdk.java.net/jdk/hs/rev/ea85eed8b012
8196783: Refactor LogTagLevelExpression into separate classes
Reviewed-by: rehn, pliden
! src/hotspot/share/logging/logConfiguration.cpp
! src/hotspot/share/logging/logConfiguration.hpp
+ src/hotspot/share/logging/logSelection.cpp
+ src/hotspot/share/logging/logSelection.hpp
+ src/hotspot/share/logging/logSelectionList.cpp
+ src/hotspot/share/logging/logSelectionList.hpp
- src/hotspot/share/logging/logTagLevelExpression.cpp
- src/hotspot/share/logging/logTagLevelExpression.hpp
! test/hotspot/gtest/logging/logTestUtils.inline.hpp
+ test/hotspot/gtest/logging/test_logSelection.cpp
+ test/hotspot/gtest/logging/test_logSelectionList.cpp
- test/hotspot/gtest/logging/test_logTagLevelExpression.cpp
More information about the jdk-hs-changes
mailing list