< prev index next >

src/hotspot/cpu/aarch64/gc/shared/barrierSetAssembler_aarch64.hpp

Print this page
rev 54670 : Port of valuetypes to aarch64

*** 70,77 **** --- 70,78 ---- int con_size_in_bytes, // object size in bytes if known at compile time Register t1, // temp register Label& slow_case // continuation point if fast allocation fails ); virtual void barrier_stubs_init() {} + virtual void nmethod_entry_barrier(MacroAssembler* masm); }; #endif // CPU_AARCH64_GC_SHARED_BARRIERSETASSEMBLER_AARCH64_HPP
< prev index next >