mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
Merge
This commit is contained in:
commit
d507b8945c
658 changed files with 7673 additions and 3278 deletions
|
@ -3462,7 +3462,7 @@ void Threads::initialize_java_lang_classes(JavaThread* main_thread, TRAPS) {
|
|||
java_lang_Thread::RUNNABLE);
|
||||
|
||||
// The VM creates objects of this class.
|
||||
initialize_class(vmSymbols::java_lang_reflect_Module(), CHECK);
|
||||
initialize_class(vmSymbols::java_lang_Module(), CHECK);
|
||||
|
||||
// The VM preresolves methods to these classes. Make sure that they get initialized
|
||||
initialize_class(vmSymbols::java_lang_reflect_Method(), CHECK);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue