< prev index next >

src/cpu/s390/vm/stubRoutines_s390.hpp

Print this page
rev 12651 : 8175267: [s390] cleanup stub code "handler_for_unsafe_access"

*** 66,77 **** unlocked = 0, locked = 1 }; private: - static address _handler_for_unsafe_access_entry; - static int _atomic_memory_operation_lock; static address _partial_subtype_check; static juint _crc_table[CRC32_TABLES][CRC32_COLUMN_SIZE]; --- 66,75 ----
*** 89,100 **** // Accessor and mutator for _atomic_memory_operation_lock. 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); // Comapct string intrinsics: Translate table for string inflate intrinsic. Used by trot instruction. --- 87,96 ----
< prev index next >