JDK-8344163 : TraceException to print stack trace
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2024-11-14
  • Updated: 2024-11-15
  • Resolved: 2024-11-15
Related Reports
Duplicate :  
Description
Recently TraceException was used with the expectation to find out the stack traces behind a StackOverFlowError, given an external component was swallowing exceptions just when a SOFE occurred, thus it wasn't possible to know the corresponding stack trace.
Once TraceException was enabled, it prints out only with line.
This ER expects to incorporate a modifier to TraceException to print the stack trace of one particular exception, StackOverFlowError for the original situation.
Comments
It seems like Jira accidentally created two tickets. Closing this one in favour of JDK-8344165.
15-11-2024