mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8023976: assert(!CompilationPolicy::can_be_compiled(this, comp_level)) failed: sanity check
Reviewed-by: kvn, twisti
This commit is contained in:
parent
c678f0173a
commit
a92cdcd010
2 changed files with 18 additions and 2 deletions
|
@ -796,6 +796,7 @@ class Method : public Metadata {
|
|||
void set_not_osr_compilable_quietly(int comp_level = CompLevel_all) {
|
||||
set_not_osr_compilable(comp_level, false);
|
||||
}
|
||||
bool is_always_compilable() const;
|
||||
|
||||
private:
|
||||
void print_made_not_compilable(int comp_level, bool is_osr, bool report, const char* reason);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue