-
Notifications
You must be signed in to change notification settings - Fork 74
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
Document new -XX:Compatibility=elasticsearch option #1213
Comments
@keithc-ca - Is the following content correct? Could you please check and let me know the changes that are required. Thanks! -XX:CompatibilityThis option enables the compatibility mode that the OpenJDK can run in to support applications that require specific capabilities. For example, support for applications that rely on vendor-specific command line arguments or to make available unspecified APIs. Syntax
Where, In release 0.43.0, the compatibility mode is provided for the Elasticsearch application only.
If the Although this option is available in all OpenJDK versions, but the Elasticsearch application requires OpenJDK version 17 or later. ExplanationThe Elasticsearch application was facing incompatibility issues when running on OpenJ9 and required many workarounds. With the |
That looks good. The only suggestion I have is to replace "enables the compatibility mode" with "enables a compatibility mode" in the first sentence. The option structure allows for other modes although at most one can be specified. |
We should use "OpenJ9" rather than "OpenJDK" in "that the OpenJDK can run in". The following shouldn't use both "Although" and "but", one of them should be removed. |
eclipse-openj9#1213 Added new topic for the new option, -XX:Compatibility=elasticsearch. Updated the What's new topic and mkdocs.yml file. Closes eclipse-openj9#1213 Signed-off-by: Sreekala Gopakumar <[email protected]>
eclipse-openj9#1213 Added new topic for the new option, -XX:Compatibility=elasticsearch. Updated the What's new topic and mkdocs.yml file. Closes eclipse-openj9#1213 Signed-off-by: Sreekala Gopakumar <[email protected]>
Issue or pull request number:
eclipse-openj9/openj9#18265
eclipse-openj9/openj9#18387
Overview:
A new option,
-XX:Compatibility=elasticsearch
was added to allow using OpenJ9 with ElasticSearch.Release target:
Eclipse OpenJ9 0.43.0
Applies to the following JDK versions:
All JDK versions (although ElasticSearch required Java 17+).
Applies to the following platforms:
All platforms
For new command line options:
The text was updated successfully, but these errors were encountered: