mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-27 10:40:29 +00:00
8183038: Minimal vm slowdebug build fails with undefined reference to MetaspaceShared::is_valid_shared_method
Added missing NOT_CDS_RETURN_(false) Reviewed-by: jiangli, coleenp
This commit is contained in:
parent
5e16a23965
commit
76f126d1ba
@ -181,7 +181,7 @@ class MetaspaceShared : AllStatic {
|
||||
static intptr_t* clone_cpp_vtables(intptr_t* p);
|
||||
static void zero_cpp_vtable_clones_for_writing();
|
||||
static void patch_cpp_vtable_pointers();
|
||||
static bool is_valid_shared_method(const Method* m);
|
||||
static bool is_valid_shared_method(const Method* m) NOT_CDS_RETURN_(false);
|
||||
|
||||
static void serialize(SerializeClosure* sc, GrowableArray<MemRegion> *string_space,
|
||||
size_t* space_size);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user