hotspot/src/share/vm/runtime/safepoint.cpp
changeset 16670 4af09aff4237
parent 15482 470d0b0c09f1
child 20290 2127dc70bce9
child 20282 7f9cbdf89af2
--- a/hotspot/src/share/vm/runtime/safepoint.cpp	Wed Apr 03 16:43:09 2013 -0700
+++ b/hotspot/src/share/vm/runtime/safepoint.cpp	Thu Apr 04 10:01:26 2013 -0700
@@ -735,6 +735,9 @@
 // Exception handlers
 
 #ifndef PRODUCT
+
+#ifdef SPARC
+
 #ifdef _LP64
 #define PTR_PAD ""
 #else
@@ -755,7 +758,6 @@
                 newptr, is_oop?"oop":"   ", (wasoop && !is_oop) ? "STALE" : ((wasoop==false&&is_oop==false&&oldptr !=newptr)?"STOMP":"     "));
 }
 
-#ifdef SPARC
 static void print_me(intptr_t *new_sp, intptr_t *old_sp, bool *was_oops) {
 #ifdef _LP64
   tty->print_cr("--------+------address-----+------before-----------+-------after----------+");