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

CRIU resets j.l.VirtualThread.ForkJoinPool.parallelism after restore #17618

Merged
merged 1 commit into from
Sep 12, 2023

Commits on Aug 29, 2023

  1. CRIU resets j.l.VirtualThread.ForkJoinPool.parallelism after restore

    If there is no system property jdk.virtualThreadScheduler.parallelism
    set at VM startup, j.l.VirtualThread.ForkJoinPool.parallelism value is
    reset to match Runtime.getRuntime().availableProcessors() after CRIU
    restore;
    Added VM_VMHelpers methods
    getStaticFieldObject/findinstanceFieldOffset/setObjectFieldI32;
    Changed hashClassTableAt to peekClassHashTable;
    Minor refactoring;
    Added tests.
    
    Signed-off-by: Jason Feng <[email protected]>
    JasonFengJ9 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    ac50591 View commit details
    Browse the repository at this point in the history