mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
7066339: Tiered: policy should make consistent decisions about osr levels
Added feedback disabling flag to common(), fixed handling of TieredStopAtLevel. Reviewed-by: kvn, never
This commit is contained in:
parent
8acdd5ce55
commit
aa89b8c08d
9 changed files with 101 additions and 110 deletions
|
@ -98,6 +98,7 @@ public:
|
|||
if (is_c2_compile(comp_level)) return c2_count();
|
||||
return 0;
|
||||
}
|
||||
virtual CompLevel initial_compile_level() { return MIN2((CompLevel)TieredStopAtLevel, CompLevel_initial_compile); }
|
||||
virtual void do_safepoint_work() { }
|
||||
virtual void delay_compilation(methodOop method) { }
|
||||
virtual void disable_compilation(methodOop method) { }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue