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

(v0.38.0-release) CRIU restore with -Xdump using CRIUSupport.registerRestoreOptionsFile() #16950

Merged
merged 2 commits into from
Mar 19, 2023

Commits on Mar 17, 2023

  1. Add option to disable SCC after CRIU restore

    for eclipse-openj9#16868
    
    Signed-off-by: Ehren Julien-Neitzert <ehren.julien-neitzert@ibm.com>
    Ehren Julien-Neitzert authored and JasonFengJ9 committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    a02728e View commit details
    Browse the repository at this point in the history
  2. CRIU restore with -Xdump using CRIUSupport.registerRestoreOptionsFile()

    Added an internal JVM checkpoint hook criuRestoreInitializeDump()
    invoking criuReloadXDumpAgents() after CRIU restore;
    refactored configureDumpAgents() to handle both startup and CRIU restore
    scenarios;
    Not disable dump agent hooks within JIT for CRIU builds;
    Added a test to verify -Xdump:java:events=vmstop and
    -Xdump:java:events=throw,filter=java/lang/OutOfMemoryError,request=exclusive+prepwalk+serial+preempt.
    
    Signed-off-by: Jason Feng <fengj@ca.ibm.com>
    JasonFengJ9 committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    cce3b06 View commit details
    Browse the repository at this point in the history