< prev index next >

src/share/vm/compiler/compileBroker.cpp

Print this page

        

@@ -1083,10 +1083,12 @@
 
   assert(!HAS_PENDING_EXCEPTION, "No exception should be present");
   // some prerequisites that are compiler specific
   if (comp->is_c2() || comp->is_shark()) {
     method->constants()->resolve_string_constants(CHECK_AND_CLEAR_NULL);
+  }
+  if (comp->is_shark()) {
     // Resolve all classes seen in the signature of the method
     // we are compiling.
     Method::load_signature_classes(method, CHECK_AND_CLEAR_NULL);
   }
 
< prev index next >