--- a/hotspot/src/cpu/sparc/vm/abstractInterpreter_sparc.cpp Thu Jun 29 14:35:30 2017 -0400
+++ b/hotspot/src/cpu/sparc/vm/abstractInterpreter_sparc.cpp Mon Jul 03 09:01:34 2017 +0200
@@ -52,19 +52,6 @@
return i;
}
-// These should never be compiled since the interpreter will prefer the compiled
-// version to the intrinsic version.
-bool AbstractInterpreter::can_be_compiled(methodHandle m) {
- switch (method_kind(m)) {
- case Interpreter::java_lang_math_fmaD:
- case Interpreter::java_lang_math_fmaF:
- return false;
- default:
- break;
- }
- return true;
-}
-
static int size_activation_helper(int callee_extra_locals, int max_stack, int monitor_size) {
// Figure out the size of an interpreter frame (in words) given that we have a fully allocated