hotspot/src/share/vm/runtime/javaCalls.hpp
changeset 18938 ff8f8cec9434
parent 14583 d70ee55535f4
child 22234 da823d78ad65
equal deleted inserted replaced
18937:34f568c7e7ca 18938:ff8f8cec9434
    78   // GC support
    78   // GC support
    79   Method*          callee_method()          { return _callee_method; }
    79   Method*          callee_method()          { return _callee_method; }
    80   oop              receiver()               { return _receiver; }
    80   oop              receiver()               { return _receiver; }
    81   void             oops_do(OopClosure* f);
    81   void             oops_do(OopClosure* f);
    82 
    82 
       
    83   bool             is_first_frame() const   { return _anchor.last_Java_sp() == NULL; }
       
    84 
    83 };
    85 };
    84 
    86 
    85 
    87 
    86 // Encapsulates arguments to a JavaCall (faster, safer, and more convenient than using var-args)
    88 // Encapsulates arguments to a JavaCall (faster, safer, and more convenient than using var-args)
    87 class JavaCallArguments : public StackObj {
    89 class JavaCallArguments : public StackObj {