We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4c1373 commit 614b99aCopy full SHA for 614b99a
src/hotspot/share/opto/parse1.cpp
@@ -1057,16 +1057,6 @@ void Parse::do_exits() {
1057
// loading. It could also be due to an error, so mark this method as not compilable because
1058
// otherwise this could lead to an infinite compile loop.
1059
// In any case, this code path is rarely (and never in my testing) reached.
1060
-#ifdef ASSERT
1061
- tty->print_cr("# Can't determine return type.");
1062
- tty->print_cr("# exit control");
1063
- _exits.control()->dump(2);
1064
- tty->print_cr("# ret phi type");
1065
- _gvn.type(ret_phi)->dump();
1066
- tty->print_cr("# ret phi");
1067
- ret_phi->dump(2);
1068
-#endif // ASSERT
1069
- assert(false, "Can't determine return type.");
1070
C->record_method_not_compilable("Can't determine return type.");
1071
return;
1072
}
0 commit comments