comparison src/share/vm/shark/sharkCompiler.cpp @ 14726:92aa6797d639

Backed out merge changeset: b51e29501f30 Backed out merge revision to its first parent (8f483e200405)
author Doug Simon <doug.simon@oracle.com>
date Mon, 24 Mar 2014 21:30:43 +0100
parents b51e29501f30
children
comparison
equal deleted inserted replaced
14719:0bdd0d157040 14726:92aa6797d639
362 *(dst++) = *c; 362 *(dst++) = *c;
363 } 363 }
364 *(dst++) = '\0'; 364 *(dst++) = '\0';
365 return buf; 365 return buf;
366 } 366 }
367
368 void SharkCompiler::print_timers() {
369 // do nothing
370 }