src/share/vm/runtime/frame.cpp

changeset 1040
98cb887364d3
parent 852
f4fe12e429a4
child 1424
148e5441d916
equal deleted inserted replaced
1039:ec59443af135 1040: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)

mercurial