8180197: Failing assert: id must be initialized

Reviewed-by: kvn, kbarrett
This commit is contained in:
Rickard Bäckman 2017-06-02 11:26:36 +02:00
parent 742b5e8d1c
commit 7311151cd6

View File

@ -1557,7 +1557,7 @@ void CompileBroker::compiler_thread_loop() {
// 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()) {