hotspot/src/cpu/s390/vm/abstractInterpreter_s390.cpp
changeset 46608 b0da00b77053
parent 42065 6032b31e3719
--- a/hotspot/src/cpu/s390/vm/abstractInterpreter_s390.cpp	Thu Jun 29 14:35:30 2017 -0400
+++ b/hotspot/src/cpu/s390/vm/abstractInterpreter_s390.cpp	Mon Jul 03 09:01:34 2017 +0200
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.
  * Copyright (c) 2016 SAP SE. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
@@ -51,11 +51,6 @@
   return i;
 }
 
-bool AbstractInterpreter::can_be_compiled(methodHandle m) {
-  // No special entry points that preclude compilation.
-  return true;
-}
-
 // How much stack a method top interpreter activation needs in words.
 int AbstractInterpreter::size_top_interpreter_activation(Method* method) {