src/hotspot/cpu/aarch64/c1_LIRAssembler_aarch64.cpp
changeset 55105 9ad765641e8f
parent 55054 78e49883146f
child 55379 865775b86780
--- a/src/hotspot/cpu/aarch64/c1_LIRAssembler_aarch64.cpp	Thu May 30 11:42:53 2019 +0200
+++ b/src/hotspot/cpu/aarch64/c1_LIRAssembler_aarch64.cpp	Thu May 30 13:39:13 2019 +0300
@@ -316,6 +316,9 @@
   return start_offset;
 }
 
+void LIR_Assembler::clinit_barrier(ciMethod* method) {
+  ShouldNotReachHere(); // not implemented
+}
 
 void LIR_Assembler::jobject2reg(jobject o, Register reg) {
   if (o == NULL) {