comparison src/share/vm/runtime/sharedRuntime.hpp @ 4137:04b9a2566eec

Merge with hsx23/hotspot.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sat, 17 Dec 2011 21:40:27 +0100
parents be4ca325525a 7588156f5cf9
children 33df1aeaebbf
comparison
equal deleted inserted replaced
3737:9dc19b7d89a3 4137:04b9a2566eec
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