> On Sep 7, 2016, at 6:35 AM, Coleen Phillimore <[email protected]> > wrote: > > > > On 9/7/16 9:09 AM, Max Ockner wrote: >> Does the stackwalk API have access to the type of variable at each slot? >> Where is this information stored? My operating assumption was that it did >> not have this information, and therefore needed to read the garbage slot. > > This is true. The StackWalk API does not have type information for these > longs, so this prevents garbage values from being read. > Adding core-libs.
AFAIU, the type information is not available in the current implementation. The current non-public API does include the type but I plan to revise it and revisit in the future. Mandy
