diff -r b24a4cc794ce -r f2910bf56d71 hotspot/src/share/vm/utilities/globalDefinitions.hpp --- a/hotspot/src/share/vm/utilities/globalDefinitions.hpp Wed Sep 10 11:55:33 2014 +0200 +++ b/hotspot/src/share/vm/utilities/globalDefinitions.hpp Tue Aug 26 11:53:24 2014 +0200 @@ -66,6 +66,9 @@ #ifndef ATTRIBUTE_PRINTF #define ATTRIBUTE_PRINTF(fmt, vargs) #endif +#ifndef ATTRIBUTE_SCANF +#define ATTRIBUTE_SCANF(fmt, vargs) +#endif #include "utilities/macros.hpp"