Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8141239 Throwable should use StackWalker API to capture the backtrace
  3. JDK-8141532

Performance measurement for enabling Throwable to use StackWalker

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Unresolved
    • Icon: P3 P3
    • None
    • None
    • core-libs

      Throwable backtrace is performance sensitive (footprint and runtime). It's currently in compact form generated by the VM. In addition, startup performance will also need to be measured since exceptions are thrown.

      Throwables are short-lived objects. The memory usage and GC activity should be inspected to ensure that no significant performance regression be introduced.

            Unassigned Unassigned
            mli Hamlin Li
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: