< prev index next >

src/hotspot/cpu/s390/macroAssembler_s390.cpp

Print this page
rev 47398 : 8166317: InterpreterCodeSize should be computed
Reviewed-by: kvn, coleenp

@@ -3775,10 +3775,15 @@
 
   bind(filtered);
 
   BLOCK_COMMENT("} g1_write_barrier_post");
 }
+
+// Called from init_globals() after universe_init() and before interpreter_init()
+void g1_barrier_stubs_init() {
+  // G1 barrier stubs currently only generated on SPARC
+}
 #endif // INCLUDE_ALL_GCS
 
 // Last_Java_sp must comply to the rules in frame_s390.hpp.
 void MacroAssembler::set_last_Java_frame(Register last_Java_sp, Register last_Java_pc, bool allow_relocation) {
   BLOCK_COMMENT("set_last_Java_frame {");
< prev index next >