aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/opto/parse.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/vm/opto/parse.hpp')
-rw-r--r--src/share/vm/opto/parse.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/share/vm/opto/parse.hpp b/src/share/vm/opto/parse.hpp
index ea01b0847..f88ecf12d 100644
--- a/src/share/vm/opto/parse.hpp
+++ b/src/share/vm/opto/parse.hpp
@@ -73,6 +73,7 @@ protected:
bool try_to_inline(ciMethod* callee_method,
ciMethod* caller_method,
int caller_bci,
+ JVMState* jvms,
ciCallProfile& profile,
WarmCallInfo* wci_result,
bool& should_delay);
@@ -83,6 +84,7 @@ protected:
WarmCallInfo* wci_result);
bool should_not_inline(ciMethod* callee_method,
ciMethod* caller_method,
+ JVMState* jvms,
WarmCallInfo* wci_result);
void print_inlining(ciMethod* callee_method, int caller_bci,
bool success) const;