You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ibmruntimes/openj9-openjdk-jdk#935 and back-ports use Thread.currentThread().getStackTrace() which, by design, must answer an array with all stack frames of the calling thread. A better tool for that job is StackWalker (introduced in Java 9). The implementation should be updated.
The text was updated successfully, but these errors were encountered:
ibmruntimes/openj9-openjdk-jdk#935 and back-ports use
Thread.currentThread().getStackTrace()
which, by design, must answer an array with all stack frames of the calling thread. A better tool for that job isStackWalker
(introduced in Java 9). The implementation should be updated.The text was updated successfully, but these errors were encountered: