comparison src/share/vm/shark/sharkCompiler.cpp @ 14704:b51e29501f30

Merged with jdk9/dev/hotspot changeset 9486a41de3b7
author twisti
date Tue, 18 Mar 2014 20:19:10 -0700
parents d8041d695d19 81ccf2c854c7
children 92aa6797d639
comparison
equal deleted inserted replaced
14647:8f483e200405 14704:b51e29501f30
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 }