Searched refs:fail_msg (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DbytecodeInfo.cpp181 const char* fail_msg = NULL; local
185 fail_msg = "abstract method"; // // note: we allow ik->is_abstract()
187 fail_msg = "method holder not initialized";
189 fail_msg = "native method";
191 fail_msg = "don't inline by annotation";
195 if (fail_msg != NULL) {
197 set_msg(fail_msg);
224 if (fail_msg == NULL && callee_method->has_unloaded_classes_in_signature()) {
225 fail_msg = "unloaded signature classes";
228 if (fail_msg !
[all...]

Completed in 152 milliseconds