comparison src/share/vm/runtime/sharedRuntime.hpp @ 3910:d968f546734e

Merge
author iveresov
date Wed, 07 Sep 2011 11:52:00 -0700
parents 7588156f5cf9
children 04b9a2566eec 0382d2b469b2
comparison
equal deleted inserted replaced
3890:4668545121b8 3910:d968f546734e
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