diff -r adcfefdf5bb4 -r 2a7f85720535 hotspot/src/os/bsd/vm/os_bsd.cpp --- a/hotspot/src/os/bsd/vm/os_bsd.cpp Fri Sep 12 04:22:19 2014 -0700 +++ b/hotspot/src/os/bsd/vm/os_bsd.cpp Mon Sep 15 15:28:43 2014 +0200 @@ -3814,11 +3814,6 @@ return true; } -ATTRIBUTE_PRINTF(3, 0) -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;