--- a/hotspot/src/cpu/s390/vm/stubRoutines_s390.hpp Wed Feb 22 19:51:34 2017 +0000
+++ b/hotspot/src/cpu/s390/vm/stubRoutines_s390.hpp Fri Jan 20 15:17:46 2017 +0100
@@ -68,8 +68,6 @@
};
private:
- static address _handler_for_unsafe_access_entry;
-
static int _atomic_memory_operation_lock;
static address _partial_subtype_check;
@@ -91,8 +89,6 @@
static int atomic_memory_operation_lock() { return _atomic_memory_operation_lock; }
static void set_atomic_memory_operation_lock(int value) { _atomic_memory_operation_lock = value; }
- static address handler_for_unsafe_access_entry() { return _handler_for_unsafe_access_entry; }
-
static address partial_subtype_check() { return _partial_subtype_check; }
static void generate_load_crc_table_addr(MacroAssembler* masm, Register table);