mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8140802: Clean up and refactor of class loading code for CDS
Reviewed-by: jiangli, acorn, coleenp
This commit is contained in:
parent
0580d65a1c
commit
87b0df30ed
20 changed files with 426 additions and 74 deletions
|
@ -25,6 +25,7 @@
|
|||
#ifndef SHARE_VM_CLASSFILE_VMSYMBOLS_HPP
|
||||
#define SHARE_VM_CLASSFILE_VMSYMBOLS_HPP
|
||||
|
||||
#include "classfile/vmSymbols_ext.hpp"
|
||||
#include "oops/symbol.hpp"
|
||||
#include "memory/iterator.hpp"
|
||||
#include "trace/traceMacros.hpp"
|
||||
|
@ -617,6 +618,9 @@
|
|||
/* trace signatures */ \
|
||||
TRACE_TEMPLATES(template) \
|
||||
\
|
||||
/* extensions */ \
|
||||
VM_SYMBOLS_DO_EXT(template, do_alias) \
|
||||
\
|
||||
/*end*/
|
||||
|
||||
// Here are all the intrinsics known to the runtime and the CI.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue