hotspot/src/cpu/zero/vm/sharedRuntime_zero.cpp
changeset 19336 ddceb0657500
parent 14294 130e947dfbe6
child 22832 03720a5b7595
child 22234 da823d78ad65
--- a/hotspot/src/cpu/zero/vm/sharedRuntime_zero.cpp	Mon Aug 19 09:33:29 2013 +0200
+++ b/hotspot/src/cpu/zero/vm/sharedRuntime_zero.cpp	Tue Aug 20 10:57:50 2013 -0700
@@ -89,6 +89,7 @@
                                                             ret_type);
 #else
   ShouldNotCallThis();
+  return NULL;
 #endif // SHARK
 }
 
@@ -99,6 +100,7 @@
 
 uint SharedRuntime::out_preserve_stack_slots() {
   ShouldNotCallThis();
+  return 0;
 }
 
 JRT_LEAF(void, zero_stub())
@@ -135,4 +137,5 @@
                                          VMRegPair *regs,
                                          int total_args_passed) {
   ShouldNotCallThis();
+  return 0;
 }