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

Removing deprecated InitialBootClassLoaderMetaspaceSize JVM command line flag #116

Merged
merged 1 commit into from
Jan 21, 2022

Conversation

reta
Copy link
Contributor

@reta reta commented Jan 20, 2022

Signed-off-by: Andriy Redko andriy.redko@aiven.io

Is your feature request related to a problem? Please provide an existing Issue # , or describe.
The InitialBootClassLoaderMetaspaceSize JVM command line flag has been deprecated in JDK-15 [1] and removed in JDK-16 [2].

[1] https://bugs.openjdk.java.net/browse/JDK-8242426
[2] https://bugs.openjdk.java.net/browse/JDK-8221173

Related to opensearch-project/opensearch-build#1523

Describe the solution you are proposing
Drop InitialBootClassLoaderMetaspaceSize usage

Describe alternatives you've considered
Make the command line logic dependent on JVM version being used

Additional context
Closes #117

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

…ine flag

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
@reta reta requested a review from a team January 20, 2022 19:40
@reta
Copy link
Contributor Author

reta commented Jan 21, 2022

@qreshi fyi

@qreshi
Copy link

qreshi commented Jan 21, 2022

Relating issue #117 here as well as it is the issue that was opened for this repo specifically

@kjoseph07 kjoseph07 merged commit 8b79f18 into opensearch-project:main Jan 21, 2022
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] Remove deprecated InitialBootClassLoaderMetaspaceSize VM option
4 participants