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

Eliminate vm.heapBaseAddress() #11688

Merged
merged 4 commits into from
Feb 5, 2021
Merged

Commits on Jan 19, 2021

  1. Eliminate vm.heapBaseAddress()

    This commit removes J9::VMEnv::heapBaseAddress() as this
    routine always returns 0. It was introduced in the codebase
    early on in the codebase and has since been superseded by
    a shift-based solution. Hence it no longer needed.
    
    Signed-off-by: Dhruv Chopra <Dhruv.C.Chopra@ibm.com>
    dchopra001 committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    8a4bb3a View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. Address review comments

    - Remove translatedNode search
    - Move boolean definition closer to first use
    - Remove some dead code
    
    Signed-off-by: Dhruv Chopra <Dhruv.C.Chopra@ibm.com>
    dchopra001 committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    7cca66c View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

  1. Remove TR_disableLowHeapMem environment option

    Signed-off-by: Dhruv Chopra <Dhruv.C.Chopra@ibm.com>
    dchopra001 committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    330ca59 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. Remove use of heapBase 0 in x86's J9TreeEvaluator

    Signed-off-by: Dhruv Chopra <Dhruv.C.Chopra@ibm.com>
    dchopra001 committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    2b7638c View commit details
    Browse the repository at this point in the history