< prev index next >

src/hotspot/share/utilities/decoder.hpp

Print this page

        

*** 35,44 **** --- 35,45 ---- public: // status code for decoding native C frame enum decoder_status { not_available = -10, // real decoder is not available no_error = 0, // no error encountered + no_debug_symbols, // no debug symbol ELF section out_of_memory, // out of memory file_invalid, // invalid elf file file_not_found, // could not found symbol file (on windows), such as jvm.pdb or jvm.map helper_func_error, // decoding functions not found (Windows only) helper_init_error // SymInitialize failed (Windows only)
< prev index next >