mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-25 22:04:51 +02:00
8056039: Hotspot does not compile with clang 3.4 on Linux
Reviewed-by: brutisso, sla
This commit is contained in:
parent
b9d46eee2c
commit
a2d9ba3fd6
7 changed files with 7 additions and 45 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue