8056039: Hotspot does not compile with clang 3.4 on Linux

Reviewed-by: brutisso, sla
This commit is contained in:
Mikael Gerdin 2014-08-26 11:53:24 +02:00
parent b9d46eee2c
commit a2d9ba3fd6
7 changed files with 7 additions and 45 deletions

View file

@ -5007,10 +5007,6 @@ bool os::check_heap(bool force) {
return true;
}
int local_vsnprintf(char* buf, size_t count, const char* format, va_list args) {
return ::vsnprintf(buf, count, format, args);
}
// Is a (classpath) directory empty?
bool os::dir_is_empty(const char* path) {
DIR *dir = NULL;