author | rbackman |
Fri, 02 Jun 2017 11:26:36 +0200 | |
changeset 45621 | 7c9f1ec5b693 |
parent 45620 | d66b032663cb |
child 45622 | 3e4f81c922de |
--- 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()) {