comparison src/share/vm/runtime/sharedRuntime.hpp @ 5124:837a304d0ca8

C1 bugfix, fixed C1 compilation errors
author Christian Haeubl <christian.haeubl@oracle.com>
date Tue, 20 Mar 2012 11:45:21 -0700
parents 422c979ff392
children 957c266d8bc5
comparison
equal deleted inserted replaced
5123:3d0556d10a2b 5124:837a304d0ca8
185 static void throw_IncompatibleClassChangeError(JavaThread* thread); 185 static void throw_IncompatibleClassChangeError(JavaThread* thread);
186 static void throw_ArithmeticException(JavaThread* thread); 186 static void throw_ArithmeticException(JavaThread* thread);
187 static void throw_NullPointerException(JavaThread* thread); 187 static void throw_NullPointerException(JavaThread* thread);
188 static void throw_NullPointerException_at_call(JavaThread* thread); 188 static void throw_NullPointerException_at_call(JavaThread* thread);
189 static void throw_StackOverflowError(JavaThread* thread); 189 static void throw_StackOverflowError(JavaThread* thread);
190 static address deoptimize_for_implicit_exception(JavaThread* thread, address pc, nmethod* nm, int deopt_reason);
191 static void throw_WrongMethodTypeException(JavaThread* thread, oopDesc* required, oopDesc* actual); 190 static void throw_WrongMethodTypeException(JavaThread* thread, oopDesc* required, oopDesc* actual);
192 static address continuation_for_implicit_exception(JavaThread* thread, 191 static address continuation_for_implicit_exception(JavaThread* thread,
193 address faulting_pc, 192 address faulting_pc,
194 ImplicitExceptionKind exception_kind); 193 ImplicitExceptionKind exception_kind);
194 #ifdef GRAAL
195 static address deoptimize_for_implicit_exception(JavaThread* thread, address pc, nmethod* nm, int deopt_reason);
196 #endif
195 197
196 // Shared stub locations 198 // Shared stub locations
197 static address get_poll_stub(address pc); 199 static address get_poll_stub(address pc);
198 200
199 static address get_ic_miss_stub() { 201 static address get_ic_miss_stub() {