Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove disable "UseParNewGC" option when use CMS #10631

Merged
merged 3 commits into from
Jun 15, 2023

Conversation

aloneboat
Copy link
Contributor

@aloneboat aloneboat commented Jun 12, 2023

What is the purpose of the change

In this change Specify the GC as the CMS when jdk version less 9, I just restored the earlier code,but I didn't look closely at whether it was a plus or a minus before "UseParNewGC", @iJIAJIA points out the problem.

Brief changelog

Specify the GC as the CMS when jdk version less than 9.

@KomachiSion
Copy link
Collaborator

There is conflict for your PR, please fix them first

@KomachiSion KomachiSion added the pending On hold due to dependency or release label Jun 13, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #10631 (50918c4) into develop (780e2f5) will decrease coverage by 0.03%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@              Coverage Diff              @@
##             develop   #10631      +/-   ##
=============================================
- Coverage      53.68%   53.65%   -0.03%     
+ Complexity      5510     5504       -6     
=============================================
  Files            897      897              
  Lines          28812    28812              
  Branches        3162     3162              
=============================================
- Hits           15468    15460       -8     
- Misses         11994    11999       +5     
- Partials        1350     1353       +3     

see 4 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 780e2f5...50918c4. Read the comment docs.

@KomachiSion KomachiSion merged commit 7960c1e into alibaba:develop Jun 15, 2023
5 checks passed
@KomachiSion KomachiSion added kind/code quality and removed pending On hold due to dependency or release labels Jun 15, 2023
wukong121 pushed a commit to wukong121/nacos that referenced this pull request Aug 4, 2023
* Specify the GC as the CMS when jdk version less 9.

* Remove disable "UseParNewGC" when use CMS.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants