8036619: Shark: add LLVM 3.4 support

Reviewed-by: twisti
This commit is contained in:
Mario Torre 2014-03-04 18:52:06 -08:00
parent 7d7f4bf62a
commit 694a2d010b
7 changed files with 101 additions and 38 deletions

View file

@ -364,3 +364,7 @@ const char* SharkCompiler::methodname(const char* klass, const char* method) {
*(dst++) = '\0';
return buf;
}
void SharkCompiler::print_timers() {
// do nothing
}