mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
8036619: Shark: add LLVM 3.4 support
Reviewed-by: twisti
This commit is contained in:
parent
7d7f4bf62a
commit
694a2d010b
7 changed files with 101 additions and 38 deletions
|
@ -364,3 +364,7 @@ const char* SharkCompiler::methodname(const char* klass, const char* method) {
|
|||
*(dst++) = '\0';
|
||||
return buf;
|
||||
}
|
||||
|
||||
void SharkCompiler::print_timers() {
|
||||
// do nothing
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue