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

[ISSUE #8808] Resolve unsupported 'UseBiasedLocking' VM Option for JDK21 #8809

Merged
merged 2 commits into from
Nov 6, 2024

Conversation

taomaree
Copy link
Contributor

Which Issue(s) This PR Fixes

Fixes #8808

Brief Description

JDK21 Unrecognized VM option 'UseBiasedLocking', ADD -XX:+IgnoreUnrecognizedVMOptions to make JDK21 happy.

How Did You Test This Change?

start mqbroker,it works.

@wdconinc
Copy link

Confirmed to resolve the issue for me.

@codecov-commenter
Copy link

codecov-commenter commented Oct 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 47.41%. Comparing base (e75554d) to head (b4d815e).
Report is 30 commits behind head on develop.

Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #8809      +/-   ##
=============================================
- Coverage      47.46%   47.41%   -0.05%     
+ Complexity     11591    11578      -13     
=============================================
  Files           1283     1283              
  Lines          89903    89903              
  Branches       11571    11571              
=============================================
- Hits           42669    42629      -40     
- Misses         42000    42029      +29     
- Partials        5234     5245      +11     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lizhimins lizhimins changed the title [ISSUE #8808] jdk21 Unrecognized VM option 'UseBiasedLocking' [ISSUE #8808] Resolve unsupported 'UseBiasedLocking' VM Option for JDK21 Nov 6, 2024
@lizhimins lizhimins merged commit e281697 into apache:develop Nov 6, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] jdk21 Unrecognized VM option 'UseBiasedLocking'
6 participants