-
Bug
-
Resolution: Won't Fix
-
P3
-
hs17
-
sparc
-
solaris_9
There is a mismatch between how we record PcDescs for internal use and how external agents are supposed to interpret the jvmtiAddrLocationMap. The pc in a PcDesc is actually the end of the last instruction covered the ScopeDesc but we pass it through the jvmtiAddrLocationMap as if it's the beginning. This means the entire table is shift off a bit relative to how it really should be interpreted.