Lines Matching refs:perm
221 SIZE_FORMAT ", perm gen max=" SIZE_FORMAT, total_reserved,
335 // and, if perm is true, for perm gen.
336 void GenCollectedHeap::save_used_regions(int level, bool perm) {
341 if (perm) {
637 // Print perm gen info for full GC with PrintGCDetails flag.
650 perm()->compute_new_size();
960 // The order of the generations is young (low addr), old, perm (high addr)
1021 "addr should be in allocated part of perm gen");
1039 "addr should be in allocated part of perm gen");
1184 for (int i = 0; i < _n_gens; i++) { // skip perm gen
1297 //New method to print perm gen info with PrintGCDetails flag