comparison src/share/vm/graal/graalRuntime.cpp @ 7216:5a95c784febf

fixed windows make files and VS2012-specific compilation issues
author Christian Haeubl <haeubl@ssw.jku.at>
date Tue, 04 Dec 2012 11:14:23 +0100
parents 1baf7f1e3f23
children fcae6d960acd
comparison
equal deleted inserted replaced
7215:7c5f7e7cf2c2 7216:5a95c784febf
227 FUNCTION_CASE(entry, SharedRuntime::dtrace_method_exit); 227 FUNCTION_CASE(entry, SharedRuntime::dtrace_method_exit);
228 #ifdef TRACE_HAVE_INTRINSICS 228 #ifdef TRACE_HAVE_INTRINSICS
229 FUNCTION_CASE(entry, TRACE_TIME_METHOD); 229 FUNCTION_CASE(entry, TRACE_TIME_METHOD);
230 #endif 230 #endif
231 231
232 ShouldNotReachHere();
233 return NULL;
234
232 #undef FUNCTION_CASE 235 #undef FUNCTION_CASE
233 } 236 }
234 237
235 238
236 JRT_ENTRY(void, GraalRuntime::new_instance(JavaThread* thread, Klass* klass)) 239 JRT_ENTRY(void, GraalRuntime::new_instance(JavaThread* thread, Klass* klass))