diff src/cpu/zero/vm/stack_zero.hpp @ 1505:0c5b3cf3c1f5

6939182: Zero JNI handles fix Summary: Zero will exit with an error when invoked with -Xcheck:jni. Reviewed-by: twisti, kamg Contributed-by: Gary Benson <gbenson@redhat.com>
author twisti
date Fri, 30 Apr 2010 04:27:25 -0700
parents f9271ff9d324
children 348346af6676
line wrap: on
line diff
--- a/src/cpu/zero/vm/stack_zero.hpp	Thu Apr 29 17:53:58 2010 -0700
+++ b/src/cpu/zero/vm/stack_zero.hpp	Fri Apr 30 04:27:25 2010 -0700
@@ -95,6 +95,9 @@
   static void handle_overflow(TRAPS);
 
  public:
+  void zap(int c) PRODUCT_RETURN;
+
+ public:
   static ByteSize base_offset() {
     return byte_offset_of(ZeroStack, _base);
   }