src/hotspot/share/code/compiledIC.cpp
changeset 48858 e50e326a2bfc
parent 48824 e48c4461a8bb
child 49340 4e82736053ae
--- a/src/hotspot/share/code/compiledIC.cpp	Wed Jan 31 16:09:52 2018 -0800
+++ b/src/hotspot/share/code/compiledIC.cpp	Wed Jan 31 16:10:23 2018 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -417,7 +417,7 @@
     bool static_bound = info.is_optimized() || (info.cached_metadata() == NULL);
 #ifdef ASSERT
     CodeBlob* cb = CodeCache::find_blob_unsafe(info.entry());
-    assert (cb->is_compiled(), "must be compiled!");
+    assert (cb != NULL && cb->is_compiled(), "must be compiled!");
 #endif /* ASSERT */
 
     // This is MT safe if we come from a clean-cache and go through a