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

Store classes not worth remembering per client for JITServer #10682

Merged
merged 1 commit into from
Sep 25, 2020

Commits on Sep 25, 2020

  1. Store classes not worth remembering per client for JITServer

    PR eclipse-openj9#10644 added a static array of classes not worth remembering
    to Symbol Validation Manager. JITServer, however, requires this array
    to be stored on a per client bases, since pointers to J9 classes
    are different between clients.
    
    Signed-off-by: Dmitry Ten <Dmitry.Ten@ibm.com>
    dmitry-ten committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    355e038 View commit details
    Browse the repository at this point in the history