mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
6988346: 6986046 breaks tiered
Adjusted profiling code generation to use the new ValueStack implementation; lowered optimization level for c1_LinearScan.cpp on solaris x64. Reviewed-by: kvn, never
This commit is contained in:
parent
8067fc5d4a
commit
8309071a08
5 changed files with 8 additions and 10 deletions
|
@ -347,7 +347,7 @@ class GraphBuilder VALUE_OBJ_CLASS_SPEC {
|
|||
NOT_PRODUCT(void print_inline_result(ciMethod* callee, bool res);)
|
||||
|
||||
void profile_call(Value recv, ciKlass* predicted_holder);
|
||||
void profile_invocation(ciMethod* inlinee, ValueStack* state, int bci);
|
||||
void profile_invocation(ciMethod* inlinee, ValueStack* state);
|
||||
|
||||
// Shortcuts to profiling control.
|
||||
bool is_profiling() { return _compilation->is_profiling(); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue