aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/c1/c1_Runtime1.hpp
diff options
context:
space:
mode:
authornever <none@none>2011-08-31 16:46:11 -0700
committernever <none@none>2011-08-31 16:46:11 -0700
commitcbe49fc212e9f6f8d703123176c45d07317d9a11 (patch)
treec9dc00c6661775b12bdc612aa0e771bc9598375c /src/share/vm/c1/c1_Runtime1.hpp
parentc004f2522c6096cb51b6f7d6a12d05c8c066019c (diff)
7083786: dead various dead chunks of code
Reviewed-by: iveresov, kvn
Diffstat (limited to 'src/share/vm/c1/c1_Runtime1.hpp')
-rw-r--r--src/share/vm/c1/c1_Runtime1.hpp2
1 files changed, 0 insertions, 2 deletions
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);