src/hotspot/share/runtime/frame.cpp
changeset 50015 d0a350777bd1
parent 49359 59f6547e151f
child 51529 a716460217ed
equal deleted inserted replaced
50014:09cbe16c0662 50015:d0a350777bd1
  1101 }
  1101 }
  1102 
  1102 
  1103 
  1103 
  1104 void frame::oops_do_internal(OopClosure* f, CodeBlobClosure* cf, RegisterMap* map, bool use_interpreter_oop_map_cache) {
  1104 void frame::oops_do_internal(OopClosure* f, CodeBlobClosure* cf, RegisterMap* map, bool use_interpreter_oop_map_cache) {
  1105 #ifndef PRODUCT
  1105 #ifndef PRODUCT
       
  1106 #if defined(__SUNPRO_CC) && __SUNPRO_CC >= 0x5140
       
  1107 #pragma error_messages(off, SEC_NULL_PTR_DEREF)
       
  1108 #endif
  1106   // simulate GC crash here to dump java thread in error report
  1109   // simulate GC crash here to dump java thread in error report
  1107   if (CrashGCForDumpingJavaThread) {
  1110   if (CrashGCForDumpingJavaThread) {
  1108     char *t = NULL;
  1111     char *t = NULL;
  1109     *t = 'c';
  1112     *t = 'c';
  1110   }
  1113   }