mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 03:54:33 +02:00
Merge
This commit is contained in:
commit
5f132a5ec3
135 changed files with 2294 additions and 1132 deletions
|
@ -1126,7 +1126,8 @@ void ciEnv::record_method_not_compilable(const char* reason, bool all_tiers) {
|
|||
if (all_tiers) {
|
||||
log()->elem("method_not_compilable");
|
||||
} else {
|
||||
log()->elem("method_not_compilable_at_tier");
|
||||
log()->elem("method_not_compilable_at_tier level='%d'",
|
||||
current()->task()->comp_level());
|
||||
}
|
||||
}
|
||||
_compilable = new_compilable;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue