mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
Merge
This commit is contained in:
commit
b7ca1e57ee
255 changed files with 6692 additions and 5051 deletions
|
@ -67,6 +67,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
|
||||
|
@ -1650,6 +1651,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