mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-25 05:45:11 +02:00
8021301: better event messages
Made event messages better readable Reviewed-by: kvn, rbackman
This commit is contained in:
parent
4ca00ef5a6
commit
fb2554e3f3
2 changed files with 9 additions and 5 deletions
|
@ -878,7 +878,7 @@ objArrayOop ClassLoader::get_system_packages(TRAPS) {
|
|||
|
||||
instanceKlassHandle ClassLoader::load_classfile(Symbol* h_name, TRAPS) {
|
||||
ResourceMark rm(THREAD);
|
||||
EventMark m("loading class " INTPTR_FORMAT, (address)h_name);
|
||||
EventMark m("loading class %s", h_name->as_C_string());
|
||||
ThreadProfilerMark tpm(ThreadProfilerMark::classLoaderRegion);
|
||||
|
||||
stringStream st;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue