< prev index next >

src/hotspot/share/utilities/vmError.cpp

Print this page

        

*** 1267,1277 **** if (SuppressFatalErrorMessage) { os::abort(CreateCoredumpOnCrash); } intptr_t mytid = os::current_thread_id(); if (first_error_tid == -1 && ! Atomic::cmpxchg_ptr(mytid, &first_error_tid, -1) == -1) { // Initialize time stamps to use the same base. out.time_stamp().update_to(1); log.time_stamp().update_to(1); --- 1267,1277 ---- if (SuppressFatalErrorMessage) { os::abort(CreateCoredumpOnCrash); } intptr_t mytid = os::current_thread_id(); if (first_error_tid == -1 && ! Atomic::cmpxchg(mytid, &first_error_tid, (intptr_t)-1) == -1) { // Initialize time stamps to use the same base. out.time_stamp().update_to(1); log.time_stamp().update_to(1);
< prev index next >