changeset 58420:86af236fbd89

8241122: Remove unimplemented InlineTree constructor definition from parse.hpp Reviewed-by: kvn Contributed-by: Charlie Gracie <charlie.gracie@microsoft.com>
author kvn
date Tue, 17 Mar 2020 14:05:12 -0700
parents 157a7e7033d9
children 988822b06767
files src/hotspot/share/opto/parse.hpp
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/hotspot/share/opto/parse.hpp	Tue Mar 17 12:42:48 2020 -0700
+++ b/src/hotspot/share/opto/parse.hpp	Tue Mar 17 14:05:12 2020 -0700
@@ -107,9 +107,6 @@
   static InlineTree* build_inline_tree_root();
   static InlineTree* find_subtree_from_root(InlineTree* root, JVMState* jvms, ciMethod* callee);
 
-  // For temporary (stack-allocated, stateless) ilts:
-  InlineTree(Compile* c, ciMethod* callee_method, JVMState* caller_jvms, float site_invoke_ratio, int max_inline_level);
-
   // See if it is OK to inline.
   // The receiver is the inline tree for the caller.
   //