changeset 12792:29467418d0ca

8180197: Failing assert: id must be initialized Reviewed-by: kvn, kbarrett
author rbackman
date Fri, 02 Jun 2017 11:26:36 +0200
parents 79b6a9bd5c3b
children 7107dccce2b2
files src/share/vm/compiler/compileBroker.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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()) {