mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-11 14:11:36 +00:00
8240695: Build is broken when cds is disabled after JDK-8232081
Reviewed-by: iklam
This commit is contained in:
parent
c46623d071
commit
f222cb8b8c
@ -296,7 +296,7 @@ class MetaspaceShared : AllStatic {
|
||||
}
|
||||
|
||||
static bool try_link_class(InstanceKlass* ik, TRAPS);
|
||||
static void link_and_cleanup_shared_classes(TRAPS);
|
||||
static void link_and_cleanup_shared_classes(TRAPS) NOT_CDS_RETURN;
|
||||
|
||||
#if INCLUDE_CDS
|
||||
static ReservedSpace reserve_shared_space(size_t size, char* requested_address = NULL);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user