Skip to content

[GR-61595] [GR-62153] [GR-62324] Small fixes and add more information to crash log output. #10734

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

Merged
merged 5 commits into from
Feb 21, 2025

Conversation

graalvmbot
Copy link
Collaborator

PR can be reviewed commit-by-commit. It roughly contains the following changes:

  • crash log improvements
    • print the isolate id
    • avoid unnecessary CodeInfo field accesses while printing crash log
    • serial GC specific changes
      • fix printing of current aligned TLAB chunk
      • print TLAB chunks when all heap chunks are printed
      • print location info if we point to the begin of a heap chunk
      • print some information about the used GC policy
      • print which heap chunks contain a pinned object
    • when printing a stack trace
      • print the position of native frames
      • always try to print the method names of AOT-compiled code
  • use VMError.guaranteeInProgressAtSafepoint(...) instead of VMError.guaranteeInProgress(...) where appropriate
  • small fixes regarding @Uninterruptible

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Feb 21, 2025
@graalvmbot graalvmbot closed this Feb 21, 2025
@graalvmbot graalvmbot deleted the chaeubl/GR-61595 branch February 21, 2025 11:57
@graalvmbot graalvmbot merged commit 485f193 into master Feb 21, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants