Searched defs:class_promote_order (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A Ddump.cpp970 VM_PopulateDumpSharedSpace(GrowableArray<oop> *class_promote_order, argument
974 _class_promote_order = class_promote_order;
1353 jint CompactingPermGenGen::dump_shared(GrowableArray<oop>* class_promote_order, TRAPS) { argument
1365 VM_PopulateDumpSharedSpace op(class_promote_order,
1475 GrowableArray<oop>* class_promote_order = new GrowableArray<oop>(); local
1525 class_promote_order->append(ik->as_klassOop());
1577 jint err = CompactingPermGenGen::dump_shared(class_promote_order, THREAD);

Completed in 34 milliseconds