# HG changeset patch # User rbackman # Date 1496395596 -7200 # Node ID 7c9f1ec5b69334077ae45b9fb2a9635c27f507d5 # Parent d66b032663cbe776f72ad216b38f84571cf9f79a 8180197: Failing assert: id must be initialized Reviewed-by: kvn, kbarrett diff -r d66b032663cb -r 7c9f1ec5b693 hotspot/src/share/vm/compiler/compileBroker.cpp --- a/hotspot/src/share/vm/compiler/compileBroker.cpp Sat Jun 10 16:01:29 2017 +0800 +++ b/hotspot/src/share/vm/compiler/compileBroker.cpp Fri Jun 02 11:26:36 2017 +0200 @@ -1557,7 +1557,7 @@ // First thread to get here will initialize the compiler interface - if (!ciObjectFactory::is_initialized()) { + { ASSERT_IN_VM; MutexLocker only_one (CompileThread_lock, thread); if (!ciObjectFactory::is_initialized()) {