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

StackWalker updates for Java 22 #18145

Merged
merged 1 commit into from
Sep 15, 2023
Merged

Commits on Sep 14, 2023

  1. StackWalker updates for Java 22

    * add StackWalker.Option.DROP_METHOD_INFO
    * add stub for JVM_ExpandStackFrameInfo()
    * update signatures of JVM_CallStackWalk() and JVM_MoreStackWalk()
    
    Various general improvements to StackWalker:
    * make all fields final
    * don't retain Set<Option> (all needed information is in flags)
    * add newInstanceWithMonitors() for use by PinnedThreadPrinter
    
    Signed-off-by: Keith W. Campbell <keithc@ca.ibm.com>
    keithc-ca committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    0ce6e76 View commit details
    Browse the repository at this point in the history