-
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
Add documentation for -Xgc suballocator options #1418
Comments
PR: #1417 |
@ThanHenderson - Is there any similar option that enables or disables mmap-based allocation in other platforms? Is mmap-based allocation applicable only for Linux? Thanks! |
The options are generic in that they can be passed in on other platforms, but the mmap-based allocation is only applicable on Linux and thus will only have an affect on Linux builds. On non-Linux builds it is effectively a no-op. |
eclipse-openj9#1418 Added new `-Xgc` options in the related topics. Closes eclipse-openj9#1418 Signed-off-by: Sreekala Gopakumar [email protected]
eclipse-openj9#1418 Added new `-Xgc` suballocator options in related topics. Closes eclipse-openj9#1418 Signed-off-by: Sreekala Gopakumar [email protected]
eclipse-openj9#1418 Added new `-Xgc` suballocator options in related topics. Closes eclipse-openj9#1418 Signed-off-by: Sreekala Gopakumar [email protected]
eclipse-openj9#1418 Added new `-Xgc` suballocator options in related topics. Closes eclipse-openj9#1418 Signed-off-by: Sreekala Gopakumar [email protected]
eclipse-openj9#1418 Added new `-Xgc` suballocator options in related topics. Incorporated the review feedback. Closes eclipse-openj9#1418 Signed-off-by: Sreekala Gopakumar [email protected]
eclipse-openj9#1418 Added new `-Xgc` suballocator options in related topics. Incorporated the review feedback. Closes eclipse-openj9#1418 Signed-off-by: Sreekala Gopakumar [email protected]
eclipse-openj9#1418 Added new `-Xgc` suballocator options in related topics. Incorporated the review feedback. Closes eclipse-openj9#1418 Signed-off-by: Sreekala Gopakumar [email protected]
eclipse-openj9#1418 Added new `-Xgc` suballocator options in related topics. Incorporated the review feedback. Closes eclipse-openj9#1418 Signed-off-by: Sreekala Gopakumar [email protected]
eclipse-openj9#1418 Added new `-Xgc` suballocator options in related topics. Incorporated the review feedback. Closes eclipse-openj9#1418 Signed-off-by: Sreekala Gopakumar [email protected]
eclipse-openj9#1418 Added new `-Xgc` suballocator options in related topics. Incorporated the review feedback. Closes eclipse-openj9#1418 Signed-off-by: Sreekala Gopakumar [email protected]
Issue or pull request number:
eclipse-openj9/openj9#19872
Overview:
eclipse-openj9/openj9#19872 add
-Xgc
options:suballocatorIncrementSize
suballocatorQuickAllocEnable
suballocatorQuickAllocDisable
We should document:
suballocatorInitialSize
suballocatorIncrementSize
suballocatorCommitSize
suballocatorQuickAllocEnable
suballocatorQuickAllocDisable
Release target:
Eclipse OpenJ9 0.49.0
Applies to the following JDK versions:
All
Applies to the following platforms:
All
For new command line options:
-Xgc:suballocatorInitialSize=<bytes>
-Xgc:suballocatorIncrementSize=<bytes>
-Xgc:suballocatorCommitSize=<bytes>
-Xgc:suballocatorQuickAllocEnable
-Xgc:suballocatorQuickAllocDisable
The text was updated successfully, but these errors were encountered: