8204295: [BACKOUT] - JVMFlag::printError missing ATTRIBUTE_PRINTF

Backed out the original fix.

Reviewed-by: kbarrett, lfoltan
This commit is contained in:
Gerard Ziemski 2018-06-04 13:53:51 -05:00
parent 7cd6695e02
commit 8c00745dbd

@ -276,7 +276,7 @@ public:
// printRanges will print out flags type, name and range values as expected by -XX:+PrintFlagsRanges
static void printFlags(outputStream* out, bool withComments, bool printRanges = false, bool skipDefaults = false);
static void printError(bool verbose, const char* msg, ...) ATTRIBUTE_PRINTF(2, 3);
static void printError(bool verbose, const char* msg, ...);
static void verify() PRODUCT_RETURN;
};