mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
8154110: Update class* and safepoint* logging subsystems
Refactored logging tags in class and safepoint subsystems. Reviewed-by: coleenp, rehn, hseigel
This commit is contained in:
parent
c011c03c17
commit
da0fe9d476
38 changed files with 219 additions and 217 deletions
|
@ -919,7 +919,7 @@ int MetaspaceShared::preload_and_dump(const char* class_list_path,
|
|||
|
||||
InstanceKlass* ik = InstanceKlass::cast(klass);
|
||||
|
||||
// Should be class load order as per -Xlog:classload+preorder
|
||||
// Should be class load order as per -Xlog:class+preorder
|
||||
class_promote_order->append(ik);
|
||||
|
||||
// Link the class to cause the bytecodes to be rewritten and the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue