diff src/share/vm/oops/constantPoolOop.cpp @ 4977:532be189cf09

Reducing diff to hsx24
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Mon, 27 Feb 2012 17:06:18 +0100
parents 33df1aeaebbf
children 957c266d8bc5
line wrap: on
line diff
--- a/src/share/vm/oops/constantPoolOop.cpp	Mon Feb 27 16:26:41 2012 +0100
+++ b/src/share/vm/oops/constantPoolOop.cpp	Mon Feb 27 17:06:18 2012 +0100
@@ -346,7 +346,6 @@
   int cpc_index = operand;
   DEBUG_ONLY(cpc_index -= CPCACHE_INDEX_TAG);
   assert((int)(u2)cpc_index == cpc_index, "clean u2");
-  assert(cache() != NULL, "cache not null, maybe class is resolved but not rewritten yet");
   int member_index = cache()->entry_at(cpc_index)->constant_pool_index();
   return member_index;
 }