src/share/vm/services/memSnapshot.cpp

changeset 3986
4acebbe310e1
parent 3936
f1f45dddb0bd
child 3994
e5bf1c79ed5b
     1.1 --- a/src/share/vm/services/memSnapshot.cpp	Mon Jul 23 14:28:38 2012 -0700
     1.2 +++ b/src/share/vm/services/memSnapshot.cpp	Wed Aug 01 17:19:30 2012 -0400
     1.3 @@ -344,7 +344,7 @@
     1.4            // due to platform dependent behaviors. On some platforms, we see uncommit/release
     1.5            // native thread stack, but some, we don't.
     1.6            if (!cur_vm->is_uncommit_record() && !cur_vm->is_deallocation_record()) {
     1.7 -            ShouldNotReachHere();
     1.8 +            fatal(err_msg("Should not reach here, pointer flags = [%x]", cur_vm->flags()));
     1.9            }
    1.10  #endif
    1.11          }

mercurial