mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8261941: Use ClassLoader for unregistered classes during -Xshare:dump
Reviewed-by: iklam, minqi
This commit is contained in:
parent
7e92abe7a4
commit
12fa7073c5
10 changed files with 171 additions and 116 deletions
|
@ -349,10 +349,6 @@ class InstanceKlass: public Klass {
|
|||
// Check if the class can be shared in CDS
|
||||
bool is_shareable() const;
|
||||
|
||||
void clear_shared_class_loader_type() {
|
||||
_misc_flags &= ~shared_loader_type_bits();
|
||||
}
|
||||
|
||||
bool shared_loading_failed() const {
|
||||
return (_misc_flags & _misc_shared_loading_failed) != 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue