# HG changeset patch # User kamg # Date 1304614242 14400 # Node ID 1d80a2429f59ef053f90fa8053a156e510c4abaa # Parent 52df0980eb50a2b7538cbbc26437629527b1893b 7033669: JVM TI spec has to be changed to not contain URLS to the VM Spec Summary: Update JVMTI source files to remove hyperlinks and add full legal name Reviewed-by: acorn, dcubed, dholmes diff -r 52df0980eb50 -r 1d80a2429f59 src/share/vm/prims/jvmti.xml --- a/src/share/vm/prims/jvmti.xml Thu May 05 09:33:14 2011 -0400 +++ b/src/share/vm/prims/jvmti.xml Thu May 05 12:50:42 2011 -0400 @@ -280,10 +280,8 @@ - - - - + + @@ -2285,9 +2283,8 @@ 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 @@ - 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 @@ 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):