mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 17:14:41 +02:00
8292891: ifdef-out some CDS-only functions
Reviewed-by: coleenp, ccheung, dholmes
This commit is contained in:
parent
adb3d4f14a
commit
40b0ed5657
16 changed files with 45 additions and 23 deletions
|
@ -2451,6 +2451,7 @@ void InstanceKlass::metaspace_pointers_do(MetaspaceClosure* it) {
|
|||
it->push(&_record_components);
|
||||
}
|
||||
|
||||
#if INCLUDE_CDS
|
||||
void InstanceKlass::remove_unshareable_info() {
|
||||
|
||||
if (is_linked()) {
|
||||
|
@ -2651,6 +2652,7 @@ void InstanceKlass::assign_class_loader_type() {
|
|||
set_shared_class_loader_type(ClassLoader::APP_LOADER);
|
||||
}
|
||||
}
|
||||
#endif // INCLUDE_CDS
|
||||
|
||||
#if INCLUDE_JVMTI
|
||||
static void clear_all_breakpoints(Method* m) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue