mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
7083786: dead various dead chunks of code
Reviewed-by: iveresov, kvn
This commit is contained in:
parent
9c87ea9062
commit
fa7c124af1
24 changed files with 2 additions and 180 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue