This commit is contained in:
Roland Westrelin 2012-12-21 01:39:34 -08:00
commit 42c79d741b
48 changed files with 1562 additions and 1231 deletions

View file

@ -538,6 +538,7 @@ void CompilerOracle::parse_from_line(char* line) {
if (match != NULL) {
if (!_quiet) {
ResourceMark rm;
tty->print("CompilerOracle: %s ", command_names[command]);
match->print();
}