equal
deleted
inserted
replaced
29 #include "classfile/loaderConstraints.hpp" |
29 #include "classfile/loaderConstraints.hpp" |
30 #include "classfile/placeholders.hpp" |
30 #include "classfile/placeholders.hpp" |
31 #include "classfile/resolutionErrors.hpp" |
31 #include "classfile/resolutionErrors.hpp" |
32 #include "classfile/stringTable.hpp" |
32 #include "classfile/stringTable.hpp" |
33 #include "classfile/systemDictionary.hpp" |
33 #include "classfile/systemDictionary.hpp" |
34 #if INCLUDE_CDS |
|
35 #include "classfile/sharedClassUtil.hpp" |
|
36 #include "classfile/systemDictionaryShared.hpp" |
|
37 #endif |
|
38 #include "classfile/vmSymbols.hpp" |
34 #include "classfile/vmSymbols.hpp" |
39 #include "compiler/compileBroker.hpp" |
35 #include "compiler/compileBroker.hpp" |
40 #include "interpreter/bytecodeStream.hpp" |
36 #include "interpreter/bytecodeStream.hpp" |
41 #include "interpreter/interpreter.hpp" |
37 #include "interpreter/interpreter.hpp" |
42 #include "memory/filemap.hpp" |
38 #include "memory/filemap.hpp" |
63 #include "runtime/signature.hpp" |
59 #include "runtime/signature.hpp" |
64 #include "services/classLoadingService.hpp" |
60 #include "services/classLoadingService.hpp" |
65 #include "services/threadService.hpp" |
61 #include "services/threadService.hpp" |
66 #include "utilities/macros.hpp" |
62 #include "utilities/macros.hpp" |
67 #include "utilities/ticks.hpp" |
63 #include "utilities/ticks.hpp" |
68 |
64 #if INCLUDE_CDS |
|
65 #include "classfile/sharedClassUtil.hpp" |
|
66 #include "classfile/systemDictionaryShared.hpp" |
|
67 #endif |
69 #if INCLUDE_TRACE |
68 #if INCLUDE_TRACE |
70 #include "trace/tracing.hpp" |
69 #include "trace/tracing.hpp" |
71 #endif |
70 #endif |
72 |
71 |
73 Dictionary* SystemDictionary::_dictionary = NULL; |
72 Dictionary* SystemDictionary::_dictionary = NULL; |