Relates :
|
The use of loader_type() for archived class can be cleaned up. An archived class' (including class for user defined class loader) loader type can be quickly determined using the shared path table index. Removing the loader_type misc flags and set_class_loader_type() will help eliminate duplication and make the code cleaner. It will also free 3 bits in InstanceKlass _misc_flags for other potential usages.
|