8203939: JVMFlag::printError missing ATTRIBUTE_PRINTF
Added missing ATTRIBUTE_PRINTF Reviewed-by: kbarrett, hseigel
This commit is contained in:
parent
185724b899
commit
48e6db9ca8
@ -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, ...);
|
||||
static void printError(bool verbose, const char* msg, ...) ATTRIBUTE_PRINTF(2, 3);
|
||||
|
||||
static void verify() PRODUCT_RETURN;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user