We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

AsyncGetStackTrace: The Improved Version Of AsyncGetCallTrace (JEP 435)

Formal Metadata

Title
AsyncGetStackTrace: The Improved Version Of AsyncGetCallTrace (JEP 435)
Title of Series
Number of Parts
542
Author
License
CC Attribution 2.0 Belgium:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
Java profiling relies heavily on the AsyncGetCallTrace API. But this API has major drawbacks: It is unofficial, not well-tested, and omits important information. I propose AsyncGetStackTrace (JEP Candidate 435) as an improved replacement. This talk will give an overview of AsyncGetCallTrace and AsyncGetStackTrace, their implementations, differences, and use cases.