comparison src/share/vm/compiler/compilerOracle.cpp @ 4140:716a2c5c0656

Further reduce diff to HotSpot.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sun, 18 Dec 2011 01:01:34 +0100
parents e1dad0edd57a
children 957c266d8bc5
comparison
equal deleted inserted replaced
4139:feb590a8497f 4140:716a2c5c0656
469 int bytes_read; 469 int bytes_read;
470 OracleCommand command = parse_command_name(line, &bytes_read); 470 OracleCommand command = parse_command_name(line, &bytes_read);
471 line += bytes_read; 471 line += bytes_read;
472 472
473 if (command == UnknownCommand) { 473 if (command == UnknownCommand) {
474 tty->print_cr("CompilerOracle: UnknownCommand"); 474 tty->print_cr("CompilerOracle: unrecognized line");
475 tty->print_cr(" \"%s\"", original_line); 475 tty->print_cr(" \"%s\"", original_line);
476 return; 476 return;
477 } 477 }
478 478
479 if (command == QuietCommand) { 479 if (command == QuietCommand) {