hotspot/src/os_cpu/aix_ppc/vm/os_aix_ppc.cpp
changeset 26582 b17d77706e6f
parent 26576 a9429d24d429
child 28187 fc19df82d6ee
--- a/hotspot/src/os_cpu/aix_ppc/vm/os_aix_ppc.cpp	Mon Sep 08 11:45:48 2014 -0700
+++ b/hotspot/src/os_cpu/aix_ppc/vm/os_aix_ppc.cpp	Mon Sep 08 16:05:48 2014 +0200
@@ -564,7 +564,7 @@
 }
 #endif
 
-void os::extra_bang_size_in_bytes() {
+int os::extra_bang_size_in_bytes() {
   // PPC does not require the additional stack bang.
   return 0;
 }