8073480: C2 should optimize explicit range checks

Explicit range checks should be recognized by C2

Reviewed-by: kvn, vlivanov
This commit is contained in:
Roland Westrelin 2015-03-17 10:06:31 +01:00
parent f51a895f42
commit 71e31ee0b9
16 changed files with 1174 additions and 147 deletions

View file

@ -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();
}
// ==================================================================