8204295: [BACKOUT] - JVMFlag::printError missing ATTRIBUTE_PRINTF
Backed out the original fix. Reviewed-by: kbarrett, lfoltan
This commit is contained in:
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;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user