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

Avoid costly native symbol resolution for java dumps #15659

Merged
merged 1 commit into from
Aug 4, 2022

Conversation

keithc-ca
Copy link
Contributor

Using new options added by eclipse/omr#6629:

  • request only basic symbol resolution for non-faulting threads
  • prefer using macros omrintrospect_XXX() over j9introspect_XXX() and remove the latter
  • remove unused macros
    • j9introspect_backtrace_symbols()
    • j9introspect_backtrace_thread()
    • j9introspect_threads_nextDo()
    • j9introspect_threads_startDo()
    • j9introspect_threads_startDo_with_signal()

@keithc-ca keithc-ca requested a review from pshipton August 4, 2022 13:30
* request only basic symbol resolution for non-faulting threads

* prefer using macros omrintrospect_XXX() over j9introspect_XXX()

* remove unused macros
  - j9introspect_backtrace_symbols()
  - j9introspect_backtrace_thread()
  - j9introspect_threads_nextDo()
  - j9introspect_threads_startDo()
  - j9introspect_threads_startDo_with_signal()

Signed-off-by: Keith W. Campbell <keithc@ca.ibm.com>
@pshipton
Copy link
Member

pshipton commented Aug 4, 2022

jenkins compile win jdk8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants