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 explicit well-known classes SCC handling #18888

Merged
merged 1 commit into from
Feb 8, 2024

Commits on Feb 7, 2024

  1. Add explicit well-known classes SCC handling

    A new storeWellKnownClasses method in J9SharedCache is now responsible
    for storing a well-known classes object in the SCC.
    
    The J9::AheadOfTimeCompile::offsetInSharedCacheFromPointer has been
    renamed offsetInSharedCacheFromWellKnownClasses, as getting the offset
    of the well-known classes object stored in the SVM is currently
    its sole responsibility.
    
    Signed-off-by: Christian Despres <[email protected]>
    cjjdespres committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    6eb3635 View commit details
    Browse the repository at this point in the history