From cbe49fc212e9f6f8d703123176c45d07317d9a11 Mon Sep 17 00:00:00 2001 From: never Date: Wed, 31 Aug 2011 16:46:11 -0700 Subject: 7083786: dead various dead chunks of code Reviewed-by: iveresov, kvn --- src/share/vm/c1/c1_Runtime1.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/share/vm/c1/c1_Runtime1.hpp') diff --git a/src/share/vm/c1/c1_Runtime1.hpp b/src/share/vm/c1/c1_Runtime1.hpp index 78f73bf62..5499740f1 100644 --- a/src/share/vm/c1/c1_Runtime1.hpp +++ b/src/share/vm/c1/c1_Runtime1.hpp @@ -65,7 +65,6 @@ class StubAssembler; stub(monitorexit_nofpu) /* optimized version that does not preserve fpu registers */ \ stub(access_field_patching) \ stub(load_klass_patching) \ - stub(jvmti_exception_throw) \ stub(g1_pre_barrier_slow) \ stub(g1_post_barrier_slow) \ stub(fpu2long_stub) \ @@ -141,7 +140,6 @@ class Runtime1: public AllStatic { static void unimplemented_entry (JavaThread* thread, StubID id); static address exception_handler_for_pc(JavaThread* thread); - static void post_jvmti_exception_throw(JavaThread* thread); static void throw_range_check_exception(JavaThread* thread, int index); static void throw_index_exception(JavaThread* thread, int index); -- cgit v1.2.3