src/share/vm/runtime/stubRoutines.hpp

changeset 2978
d83ac25d0304
parent 2728
13bc79b5c9c8
child 3092
baf763f388e6
equal deleted inserted replaced
2956:cfcf2ba8f3eb 2978:d83ac25d0304
130 static address _throw_IncompatibleClassChangeError_entry; 130 static address _throw_IncompatibleClassChangeError_entry;
131 static address _throw_ArithmeticException_entry; 131 static address _throw_ArithmeticException_entry;
132 static address _throw_NullPointerException_entry; 132 static address _throw_NullPointerException_entry;
133 static address _throw_NullPointerException_at_call_entry; 133 static address _throw_NullPointerException_at_call_entry;
134 static address _throw_StackOverflowError_entry; 134 static address _throw_StackOverflowError_entry;
135 static address _throw_WrongMethodTypeException_entry;
135 static address _handler_for_unsafe_access_entry; 136 static address _handler_for_unsafe_access_entry;
136 137
137 static address _atomic_xchg_entry; 138 static address _atomic_xchg_entry;
138 static address _atomic_xchg_ptr_entry; 139 static address _atomic_xchg_ptr_entry;
139 static address _atomic_store_entry; 140 static address _atomic_store_entry;
252 static address throw_IncompatibleClassChangeError_entry(){ return _throw_IncompatibleClassChangeError_entry; } 253 static address throw_IncompatibleClassChangeError_entry(){ return _throw_IncompatibleClassChangeError_entry; }
253 static address throw_ArithmeticException_entry() { return _throw_ArithmeticException_entry; } 254 static address throw_ArithmeticException_entry() { return _throw_ArithmeticException_entry; }
254 static address throw_NullPointerException_entry() { return _throw_NullPointerException_entry; } 255 static address throw_NullPointerException_entry() { return _throw_NullPointerException_entry; }
255 static address throw_NullPointerException_at_call_entry(){ return _throw_NullPointerException_at_call_entry; } 256 static address throw_NullPointerException_at_call_entry(){ return _throw_NullPointerException_at_call_entry; }
256 static address throw_StackOverflowError_entry() { return _throw_StackOverflowError_entry; } 257 static address throw_StackOverflowError_entry() { return _throw_StackOverflowError_entry; }
258 static address throw_WrongMethodTypeException_entry() { return _throw_WrongMethodTypeException_entry; }
257 259
258 // Exceptions during unsafe access - should throw Java exception rather 260 // Exceptions during unsafe access - should throw Java exception rather
259 // than crash. 261 // than crash.
260 static address handler_for_unsafe_access() { return _handler_for_unsafe_access_entry; } 262 static address handler_for_unsafe_access() { return _handler_for_unsafe_access_entry; }
261 263

mercurial