hotspot/src/share/vm/runtime/sharedRuntime.hpp
changeset 10517 f92c9ff3a15f
parent 10004 190e88f7edd1
child 11637 030466036615
equal deleted inserted replaced
10516:2797e487c09f 10517:f92c9ff3a15f
    43 // shared functionality such as exception forwarding (C++ to
    43 // shared functionality such as exception forwarding (C++ to
    44 // Java exceptions), locking/unlocking mechanisms, statistical
    44 // Java exceptions), locking/unlocking mechanisms, statistical
    45 // information, etc.
    45 // information, etc.
    46 
    46 
    47 class SharedRuntime: AllStatic {
    47 class SharedRuntime: AllStatic {
       
    48   friend class VMStructs;
       
    49 
    48  private:
    50  private:
    49   static methodHandle resolve_sub_helper(JavaThread *thread,
    51   static methodHandle resolve_sub_helper(JavaThread *thread,
    50                                      bool is_virtual,
    52                                      bool is_virtual,
    51                                      bool is_optimized, TRAPS);
    53                                      bool is_optimized, TRAPS);
    52 
    54