< prev index next >

src/share/vm/jvmci/jvmciEnv.hpp

Print this page

        

*** 123,133 **** static bool check_klass_accessibility(KlassHandle accessing_klass, KlassHandle resolved_klass); static methodHandle lookup_method(instanceKlassHandle accessor, instanceKlassHandle holder, Symbol* name, Symbol* sig, ! Bytecodes::Code bc); private: // Is this thread currently in the VM state? static bool is_in_vm(); --- 123,134 ---- static bool check_klass_accessibility(KlassHandle accessing_klass, KlassHandle resolved_klass); static methodHandle lookup_method(instanceKlassHandle accessor, instanceKlassHandle holder, Symbol* name, Symbol* sig, ! Bytecodes::Code bc, ! constantTag tag); private: // Is this thread currently in the VM state? static bool is_in_vm();
< prev index next >