diff --git a/src/hotspot/share/prims/jvmti.xml b/src/hotspot/share/prims/jvmti.xml
index 0f69c9ebf95..7d3316291ed 100644
--- a/src/hotspot/share/prims/jvmti.xml
+++ b/src/hotspot/share/prims/jvmti.xml
@@ -12283,7 +12283,7 @@ myInit() {
function are not reported.
The location reported by
- 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.
jvmdi
@@ -12334,8 +12334,7 @@ myInit() {
programming language methods (including native methods).
The location reported by
- identifies the initial executable location in
- the method.
+ for the depth 0 identifies the initial executable location in the method.
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 ).
- The method field uniquely identifies the
- method being entered or exited. The frame field provides
- access to the stack frame for the method.
-
The location reported by
- 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.
Enabling method