diff --git a/src/share/vm/prims/jvmti.xml b/src/share/vm/prims/jvmti.xml index 0d845050ac9c5dc98a638546ab8990a5a36bb782..512e3cb00337c3c3d0c72fb3e353b45fd2e1b8f2 100644 --- a/src/share/vm/prims/jvmti.xml +++ b/src/share/vm/prims/jvmti.xml @@ -280,10 +280,8 @@ - - - - + + @@ -2285,9 +2283,8 @@ jvmtiEnv *jvmti; Stack frames are referenced by depth. The frame at depth zero is the current frame.

- Stack frames are as described in the - . + Stack frames are as described in + , That is, they correspond to method invocations (including native methods) but do not correspond to platform native or VM internal frames. @@ -2627,7 +2624,7 @@ err = (*jvmti)->Deallocate(jvmti, stack_info); - Return the stack showing the + Return the stack showing model of the stack; otherwise, show the internal representation of the stack with inlined and optimized methods missing. If the virtual machine @@ -2707,7 +2704,7 @@ err = (*jvmti)->Deallocate(jvmti, stack_info); When the thread is resumed, the execution state of the thread is reset to the state immediately before the called method was invoked. - That is (using the terminology): + That is (using terminology):