mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
8055754: filemap.cpp does not compile with clang
Reviewed-by: kvn, iklam, coleenp
This commit is contained in:
parent
8d7b009834
commit
fe076d8a29
2 changed files with 9 additions and 9 deletions
|
@ -190,8 +190,8 @@ public:
|
|||
bool remap_shared_readonly_as_readwrite();
|
||||
|
||||
// Errors.
|
||||
static void fail_stop(const char *msg, ...);
|
||||
static void fail_continue(const char *msg, ...);
|
||||
static void fail_stop(const char *msg, ...) ATTRIBUTE_PRINTF(1, 2);
|
||||
static void fail_continue(const char *msg, ...) ATTRIBUTE_PRINTF(1, 2);
|
||||
|
||||
// Return true if given address is in the mapped shared space.
|
||||
bool is_in_shared_space(const void* p) NOT_CDS_RETURN_(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue