< prev index next >

src/hotspot/share/runtime/frame.cpp

Print this page

        

*** 50,59 **** --- 50,65 ---- #include "runtime/thread.inline.hpp" #include "utilities/debug.hpp" #include "utilities/decoder.hpp" #include "utilities/formatBuffer.hpp" + #ifndef PRODUCT + #if defined(__SUNPRO_CC) && __SUNPRO_CC >= 0x5140 + #pragma error_messages(off, SEC_NULL_PTR_DEREF) + #endif + #endif /* PRODUCT */ + RegisterMap::RegisterMap(JavaThread *thread, bool update_map) { _thread = thread; _update_map = update_map; clear(); debug_only(_update_for_id = NULL;)
< prev index next >