# HG changeset patch # User rbackman # Date 1496395596 -7200 # Node ID 29467418d0ca072ae090f52070681e2aa1abeade # Parent 79b6a9bd5c3b615f3f82fb7925a7dcf788a12e3f 8180197: Failing assert: id must be initialized Reviewed-by: kvn, kbarrett diff -r 79b6a9bd5c3b -r 29467418d0ca src/share/vm/compiler/compileBroker.cpp --- a/src/share/vm/compiler/compileBroker.cpp Sat Jun 10 16:01:29 2017 +0800 +++ b/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()) {