From c58716204c14ad1d0a87c8cf4299af79d455c0d0 Mon Sep 17 00:00:00 2001 From: kamg Date: Thu, 5 May 2011 12:50:42 -0400 Subject: [PATCH] 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 --- src/share/vm/prims/jvmti.xml | 100 ++++++++++++----------------------- src/share/vm/prims/jvmti.xsl | 36 +++---------- 2 files changed, 42 insertions(+), 94 deletions(-) diff --git a/src/share/vm/prims/jvmti.xml b/src/share/vm/prims/jvmti.xml index 0d845050a..512e3cb00 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):