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

Add Xgc options for suballocator heap size and quick allocation #19872

Merged
merged 1 commit into from
Sep 30, 2024

Commits on Sep 25, 2024

  1. Add Xgc options for suballocator heap size and quick allocation

    1. Use VMEM_ALLOC_QUICK by default for allocateRegion in
       allocate_memory32
    2. Adds -Xgc:suballocatorQuickAllocDisable option that
       disables the default VMEM_ALLOC_QUICK
    3. Adds -Xgc:suballocatorIncrementSize option that replaces the
       HEAP_SIZE_BYTES macro and controls the heap increment size
    4. Adds sanity.functional tests
    
    Addresses: eclipse/omr#7190
    Signed-off-by: Nathan Henderson <[email protected]>
    ThanHenderson committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    8ef9f22 View commit details
    Browse the repository at this point in the history