hotspot/src/share/vm/oops/cpCacheOop.cpp
changeset 9116 9bc44be338d6
parent 8725 8c1e3dd5fe1b
child 9328 144894b3384b
--- a/hotspot/src/share/vm/oops/cpCacheOop.cpp	Wed Apr 06 17:32:09 2011 -0700
+++ b/hotspot/src/share/vm/oops/cpCacheOop.cpp	Thu Apr 07 17:02:30 2011 -0700
@@ -185,7 +185,7 @@
         this->print(tty, 0);
       }
       assert(method->can_be_statically_bound(), "must be a MH invoker method");
-      assert(AllowTransitionalJSR292 || _f2 >= constantPoolOopDesc::CPCACHE_INDEX_TAG, "BSM index initialized");
+      assert(_f2 >= constantPoolOopDesc::CPCACHE_INDEX_TAG, "BSM index initialized");
       // SystemDictionary::find_method_handle_invoke only caches
       // methods which signature classes are on the boot classpath,
       // otherwise the newly created method is returned.  To avoid