8221306: JVMTI spec for FramePop(), MethodExit(), and MethodEnter() could use some cleanup
JVMTI spec cleanup for functions FramePop(), MethodExit(), and MethodEnter() Reviewed-by: cjplummer, amenkov
This commit is contained in:
parent
7e862f91dc
commit
ddbc7ed0a1
@ -12283,7 +12283,7 @@ myInit() {
|
||||
function are not reported.
|
||||
<p/>
|
||||
The location reported by <functionlink id="GetFrameLocation"></functionlink>
|
||||
identifies the executable location in the returning method,
|
||||
for the depth 0 identifies the executable location in the returning method,
|
||||
immediately prior to the return.
|
||||
</description>
|
||||
<origin>jvmdi</origin>
|
||||
@ -12334,8 +12334,7 @@ myInit() {
|
||||
programming language methods (including native methods).
|
||||
<p/>
|
||||
The location reported by <functionlink id="GetFrameLocation"></functionlink>
|
||||
identifies the initial executable location in
|
||||
the method.
|
||||
for the depth 0 identifies the initial executable location in the method.
|
||||
<p/>
|
||||
Enabling method
|
||||
entry or exit events will significantly degrade performance on many platforms and is thus
|
||||
@ -12387,12 +12386,8 @@ myInit() {
|
||||
or by throwing an exception to its caller
|
||||
(see <paramlink id="was_popped_by_exception"></paramlink>).
|
||||
<p/>
|
||||
The <code>method</code> field uniquely identifies the
|
||||
method being entered or exited. The <code>frame</code> field provides
|
||||
access to the stack frame for the method.
|
||||
<p/>
|
||||
The location reported by <functionlink id="GetFrameLocation"></functionlink>
|
||||
identifies the executable location in the returning method
|
||||
for the depth 0 identifies the executable location in the returning method
|
||||
immediately prior to the return.
|
||||
<p/>
|
||||
Enabling method
|
||||
|
Loading…
x
Reference in New Issue
Block a user