Avoid getting the whitelist every time and causing performance degradation#10775
Merged
AlbumenJ merged 2 commits intoapache:3.1from Oct 22, 2022
Merged
Avoid getting the whitelist every time and causing performance degradation#10775AlbumenJ merged 2 commits intoapache:3.1from
AlbumenJ merged 2 commits intoapache:3.1from
Conversation
…ation Signed-off-by: crazyhzm <crazyhzm@gmail.com>
…ation Signed-off-by: crazyhzm <crazyhzm@gmail.com>
Codecov Report
@@ Coverage Diff @@
## 3.1 #10775 +/- ##
============================================
- Coverage 65.25% 64.88% -0.38%
+ Complexity 494 491 -3
============================================
Files 1336 1336
Lines 56930 56929 -1
Branches 8421 8421
============================================
- Hits 37151 36939 -212
- Misses 15831 16034 +203
- Partials 3948 3956 +8
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
AlbumenJ
approved these changes
Oct 22, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Signed-off-by: crazyhzm crazyhzm@gmail.com
What is the purpose of the change
System.getProperty is executed for each execution, causing the thread to be blocked.
Brief changelog
Verifying this change
Checklist