mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-25 05:45:11 +02:00
8152004: CTW crashes with failed assertion after 8150646 integration
Reviewed-by: kvn, neliasso
This commit is contained in:
parent
4036d37a8f
commit
591784c35a
4 changed files with 11 additions and 6 deletions
|
@ -1358,8 +1358,7 @@ void ClassLoader::compile_the_world() {
|
|||
EXCEPTION_MARK;
|
||||
HandleMark hm(THREAD);
|
||||
ResourceMark rm(THREAD);
|
||||
// Make sure we don't run with background compilation
|
||||
BackgroundCompilation = false;
|
||||
|
||||
// Find bootstrap loader
|
||||
Handle system_class_loader (THREAD, SystemDictionary::java_system_loader());
|
||||
// Iterate over all bootstrap class path entries
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue