mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8073480: C2 should optimize explicit range checks
Explicit range checks should be recognized by C2 Reviewed-by: kvn, vlivanov
This commit is contained in:
parent
f51a895f42
commit
71e31ee0b9
16 changed files with 1174 additions and 147 deletions
|
@ -152,6 +152,7 @@ void ProfileData::tab(outputStream* st, bool first) const {
|
|||
|
||||
void BitData::print_data_on(outputStream* st, const char* extra) const {
|
||||
print_shared(st, "BitData", extra);
|
||||
st->cr();
|
||||
}
|
||||
|
||||
// ==================================================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue