hotspot/src/share/vm/runtime/frame.cpp
changeset 2131 98f9cef66a34
parent 1497 cd3234c89e59
child 3908 24b55ad4c228
equal deleted inserted replaced
2130:f935aa562118 2131:98f9cef66a34
   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)