8298794: Remove JVM_ACC_PROMOTED_FLAGS breaks minimal build

Reviewed-by: ayang, dcubed
This commit is contained in:
Coleen Phillimore 2022-12-14 23:08:32 +00:00
parent 0ed6d0b456
commit 3ef382416f

View File

@ -58,6 +58,7 @@ void InstanceKlassMiscStatus::assign_class_loader_type(const ClassLoaderData* cl
set_shared_class_loader_type(ClassLoader::APP_LOADER);
}
}
#endif // INCLUDE_CDS
#ifdef ASSERT
void InstanceKlassMiscStatus::assert_is_safe(bool set) {
@ -66,5 +67,3 @@ void InstanceKlassMiscStatus::assert_is_safe(bool set) {
assert(!set || SafepointSynchronize::is_at_safepoint(), "set once or at safepoint");
}
#endif // ASSERT
#endif // INCLUDE_CDS