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

Support the new VirtualThread states #18421

Merged
merged 1 commit into from
Nov 10, 2023
Merged

Commits on Nov 8, 2023

  1. Support the new VirtualThread states

    Related: eclipse-openj9#18183
    
    New states added:
    - TIMED_PARKING = 7
    - TIMED_PARKED = 8
    - TIMED_PINNED = 9
    
    Old states removed:
    - RUNNABLE_SUSPENDED = (RUNNABLE | SUSPENDED)
    - PARKED_SUSPENDED = (PARKED | SUSPENDED)
    
    Old states modified:
    - YIELDING = 7 -> 10
    
    Signed-off-by: Babneet Singh <sbabneet@ca.ibm.com>
    babsingh committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    04ddc56 View commit details
    Browse the repository at this point in the history