src/share/vm/runtime/safepoint.cpp

changeset 4889
cc32ccaaf47f
parent 4542
db9981fd3124
child 5784
190899198332
child 5792
510fbd28919c
     1.1 --- a/src/share/vm/runtime/safepoint.cpp	Wed Apr 03 16:43:09 2013 -0700
     1.2 +++ b/src/share/vm/runtime/safepoint.cpp	Thu Apr 04 10:01:26 2013 -0700
     1.3 @@ -735,6 +735,9 @@
     1.4  // Exception handlers
     1.5  
     1.6  #ifndef PRODUCT
     1.7 +
     1.8 +#ifdef SPARC
     1.9 +
    1.10  #ifdef _LP64
    1.11  #define PTR_PAD ""
    1.12  #else
    1.13 @@ -755,7 +758,6 @@
    1.14                  newptr, is_oop?"oop":"   ", (wasoop && !is_oop) ? "STALE" : ((wasoop==false&&is_oop==false&&oldptr !=newptr)?"STOMP":"     "));
    1.15  }
    1.16  
    1.17 -#ifdef SPARC
    1.18  static void print_me(intptr_t *new_sp, intptr_t *old_sp, bool *was_oops) {
    1.19  #ifdef _LP64
    1.20    tty->print_cr("--------+------address-----+------before-----------+-------after----------+");

mercurial