mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8152119: Event-based tracing to allow for tracing Klass definition
Reviewed-by: dholmes, egahlin
This commit is contained in:
parent
4ddc4feb07
commit
a3b37b6372
2 changed files with 4 additions and 0 deletions
|
@ -65,6 +65,7 @@
|
|||
#include "runtime/signature.hpp"
|
||||
#include "services/classLoadingService.hpp"
|
||||
#include "services/threadService.hpp"
|
||||
#include "trace/traceMacros.hpp"
|
||||
#include "utilities/macros.hpp"
|
||||
#include "utilities/ticks.hpp"
|
||||
#if INCLUDE_CDS
|
||||
|
@ -1497,6 +1498,8 @@ void SystemDictionary::define_instance_class(instanceKlassHandle k, TRAPS) {
|
|||
|
||||
}
|
||||
|
||||
TRACE_KLASS_DEFINITION(k, THREAD);
|
||||
|
||||
}
|
||||
|
||||
// Support parallel classloading
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue