diff src/share/vm/graal/graalRuntime.hpp @ 8127:3d41998c30de

Create new way of handling unwind that recalculates rbp from rsp. Remove unused instanceof slow path stub.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Wed, 06 Mar 2013 16:37:18 +0100
parents 921868af6d6b
children 2361bf148c06 c3657d00e343
line wrap: on
line diff
--- a/src/share/vm/graal/graalRuntime.hpp	Tue Mar 05 23:58:57 2013 +0100
+++ b/src/share/vm/graal/graalRuntime.hpp	Wed Mar 06 16:37:18 2013 +0100
@@ -86,7 +86,6 @@
   stub(new_array)               \
   stub(new_multi_array)         \
   stub(handle_exception_nofpu) /* optimized version that does not preserve fpu registers */ \
-  stub(slow_subtype_check)      \
   stub(unwind_exception_call)   \
   stub(OSR_migration_end)       \
   stub(arithmetic_frem)         \