diff src/share/vm/graal/graalCompilerToVM.cpp @ 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 0026a2e70695
children b8f261ba79c6
line wrap: on
line diff
--- a/src/share/vm/graal/graalCompilerToVM.cpp	Tue Mar 05 23:58:57 2013 +0100
+++ b/src/share/vm/graal/graalCompilerToVM.cpp	Wed Mar 06 16:37:18 2013 +0100
@@ -702,7 +702,6 @@
   set_int("layoutHelperHeaderSizeMask", Klass::_lh_header_size_mask);
   set_int("layoutHelperOffset", in_bytes(Klass::layout_helper_offset()));
 
-  set_stub("instanceofStub", GraalRuntime::entry_for(GraalRuntime::slow_subtype_check_id));
   set_stub("newInstanceStub", GraalRuntime::entry_for(GraalRuntime::new_instance_id));
   set_stub("newArrayStub", GraalRuntime::entry_for(GraalRuntime::new_array_id));
   set_stub("newMultiArrayStub", GraalRuntime::entry_for(GraalRuntime::new_multi_array_id));