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

Fix jvmtiGetThreadInfo #16323

Merged
merged 1 commit into from
Nov 15, 2022
Merged

Commits on Nov 15, 2022

  1. Fix jvmtiGetThreadInfo

    Set J9JavaVM->vthreadGroup in stdinit.c::standardInit to remove the
    recursive dependency with JVMTI event callbacks, which causes an
    infinite loop.
    
    Closes: eclipse-openj9#16229
    
    Signed-off-by: Babneet Singh <sbabneet@ca.ibm.com>
    babsingh committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    0bdd6f2 View commit details
    Browse the repository at this point in the history