mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
Merge
This commit is contained in:
commit
a5b650be48
32 changed files with 2369 additions and 1229 deletions
|
@ -109,9 +109,8 @@ public:
|
|||
return (loader_data->is_the_null_class_loader_data() || !ClassUnloading);
|
||||
}
|
||||
|
||||
// Unload (that is, break root links to) all unmarked classes and
|
||||
// loaders. Returns "true" iff something was unloaded.
|
||||
bool do_unloading();
|
||||
// Unload (that is, break root links to) all unmarked classes and loaders.
|
||||
void do_unloading();
|
||||
|
||||
// Protection domains
|
||||
Klass* find(int index, unsigned int hash, Symbol* name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue