src/hotspot/cpu/zero/sharedRuntime_zero.cpp
changeset 57710 05ff6e27de45
parent 49449 ef5d5d343e2a
--- a/src/hotspot/cpu/zero/sharedRuntime_zero.cpp	Mon Aug 12 08:48:47 2019 +0200
+++ b/src/hotspot/cpu/zero/sharedRuntime_zero.cpp	Mon Aug 12 10:02:25 2019 +0200
@@ -75,7 +75,8 @@
                                                 int compile_id,
                                                 BasicType *sig_bt,
                                                 VMRegPair *regs,
-                                                BasicType ret_type) {
+                                                BasicType ret_type,
+                                                address critical_entry) {
   ShouldNotCallThis();
   return NULL;
 }