comparison src/share/vm/runtime/frame.cpp @ 605:98cb887364d3

6810672: Comment typos Summary: I have collected some typos I have found while looking at the code. Reviewed-by: kvn, never
author twisti
date Fri, 27 Feb 2009 13:27:09 -0800
parents f4fe12e429a4
children 148e5441d916
comparison
equal deleted inserted replaced
604:ec59443af135 605:98cb887364d3
928 ResourceMark rm(thread); // is this right ??? 928 ResourceMark rm(thread); // is this right ???
929 // we are at a call site & the expression stack is not empty 929 // we are at a call site & the expression stack is not empty
930 // => process callee's arguments 930 // => process callee's arguments
931 // 931 //
932 // Note: The expression stack can be empty if an exception 932 // Note: The expression stack can be empty if an exception
933 // occured during method resolution/execution. In all 933 // occurred during method resolution/execution. In all
934 // cases we empty the expression stack completely be- 934 // cases we empty the expression stack completely be-
935 // fore handling the exception (the exception handling 935 // fore handling the exception (the exception handling
936 // code in the interpreter calls a blocking runtime 936 // code in the interpreter calls a blocking runtime
937 // routine which can cause this code to be executed). 937 // routine which can cause this code to be executed).
938 // (was bug gri 7/27/98) 938 // (was bug gri 7/27/98)