src/share/vm/c1/c1_LIR.cpp

changeset 9806
758c07667682
parent 9251
1ccc5a3b3671
parent 9775
9b865b281711
equal deleted inserted replaced
9762:c97db0855565 9806:758c07667682
2368 } 2368 }
2369 2369
2370 // LIR_OpProfileType 2370 // LIR_OpProfileType
2371 void LIR_OpProfileType::print_instr(outputStream* out) const { 2371 void LIR_OpProfileType::print_instr(outputStream* out) const {
2372 out->print("exact = "); 2372 out->print("exact = ");
2373 if (exact_klass() == NULL) { 2373 if (exact_klass() == NULL) {
2374 out->print("unknown"); 2374 out->print("unknown");
2375 } else { 2375 } else {
2376 exact_klass()->print_name_on(out); 2376 exact_klass()->print_name_on(out);
2377 } 2377 }
2378 out->print(" current = "); ciTypeEntries::print_ciklass(out, current_klass()); 2378 out->print(" current = "); ciTypeEntries::print_ciklass(out, current_klass());

mercurial