Go to the source code of this file.
Functions | |
void | lprintf (char *m,...) |
void | lputc (char c) |
void | lputs (char *str) |
void | error (char *m,...) |
void | warning (char *m,...) |
void | compiler_warning (char *m,...) |
void | my_sprintf (char *&buf, const char *format,...) |
void | my_sprintf_len (char *&buf, const int len, const char *format,...) |
void | flush_logFile () |
void compiler_warning | ( | char * | m, | |
... | ||||
) |
Definition at line 117 of file lprintf.cpp.
References DEBUG_EXCEPTION, outputStream::print_cr(), std, and outputStream::vprint_cr().
Here is the call graph for this function:
void error | ( | char * | m, | |
... | ||||
) |
Definition at line 99 of file lprintf.cpp.
References DEBUG_EXCEPTION, outputStream::print_cr(), std, and outputStream::vprint_cr().
Referenced by ResourceArea::allocate_bytes(), bootstrap::at(), os::check_directory(), os::commit_memory(), blockClosureOopDesc::verify(), byteArrayOopDesc::verify(), doubleByteArrayOopDesc::verify(), doubleValueArrayOopDesc::verify(), newGeneration::verify(), oldGeneration::verify(), LookupKey::verify(), cacheElement::verify(), memOopDesc::verify(), objArrayOopDesc::verify(), symbolOopDesc::verify(), symbolTableEntry::verify(), symbolTableLink::verify(), and Universe::verify_oop().
Here is the call graph for this function:
void flush_logFile | ( | ) |
Definition at line 128 of file lprintf.cpp.
References logFile.
Referenced by breakpoint(), debug(), flush(), ndebug(), and Command::~Command().
void lprintf | ( | char * | m, | |
... | ||||
) |
Definition at line 57 of file lprintf.cpp.
References AlwaysFlushVMMessages, check_log_file(), logFile, LogVMMessages, and PrintVMMessages.
Referenced by AllocateHeap(), AllocatePageAligned(), os::commit_memory(), memOopDesc::copy_to_survivor_space(), VerifyOopClosure::do_oop(), HandlerRoutine(), bootstrap::insert_symbol(), methodKlass::oop_layout_iterate(), bootstrap::open_file(), bootstrap::parse_file(), pp(), pp_short(), PRIM_DECL_1(), PRIM_DECL_2(), ResourceAreaChunk::print(), GenericGrowableArray::print(), IC::print(), deltaVFrame::print(), print_calls(), print_counter(), primitives::print_counters(), symbolTable::print_histogram(), Klass::print_klass(), Universe::print_klass_name(), oldGeneration::print_remembered_set(), rSet::print_set_for_space(), lookupCache::print_statistics(), debugFlags::printFlags(), printIndent(), EventLog::printPartial(), OldWaterMark::pseudo_allocate(), survivorSpace::scavenge_contents_from(), LookupKey::verify(), newSpace::verify(), oldSpace::verify(), symbolTable::verify(), Universe::verify(), and ResourceMark::~ResourceMark().
Here is the call graph for this function:
void lputc | ( | char | c | ) |
Definition at line 75 of file lprintf.cpp.
References AlwaysFlushVMMessages, check_log_file(), logFile, LogVMMessages, and PrintVMMessages.
Referenced by outputStream::put().
Here is the call graph for this function:
void lputs | ( | char * | str | ) |
Definition at line 87 of file lprintf.cpp.
References AlwaysFlushVMMessages, check_log_file(), logFile, LogVMMessages, and PrintVMMessages.
Here is the call graph for this function:
void my_sprintf | ( | char *& | buf, | |
const char * | format, | |||
... | ||||
) |
Definition at line 130 of file lprintf.cpp.
void my_sprintf_len | ( | char *& | buf, | |
const int | len, | |||
const char * | format, | |||
... | ||||
) |
Definition at line 140 of file lprintf.cpp.
void warning | ( | char * | m, | |
... | ||||
) |
Definition at line 108 of file lprintf.cpp.
References DEBUG_EXCEPTION, outputStream::print_cr(), std, and outputStream::vprint_cr().
Referenced by oldGeneration::allocate_in_next_space(), memOopKlass::create_subclass(), VerifyOldOopClosure::do_oop(), interpretedVFrame::expression_stack(), frame::follow_roots_compiled_float_frame(), handleCallBack(), Disclaimer::initialize(), DLLs::lookup_fail(), Universe::method_holder_of(), frame::oop_iterate_compiled_float_frame(), interpretedVFrame::parent(), outputStream::print(), outputStream::print_cr(), associationOopDesc::set_is_constant(), deltaVFrame::verify(), interpretedVFrame::verify(), methodOopDesc::verify_context(), outputStream::vprint(), and NoGCVerifier::~NoGCVerifier().
Here is the call graph for this function: