Searched refs:SIZE_FORMAT (Results 1 - 25 of 82) sorted by relevance

1234

/openjdk7/hotspot/src/share/vm/memory/
H A DthreadLocalAllocBuffer.inline.hpp71 gclog_or_tty->print_cr("ThreadLocalAllocBuffer::compute_size(" SIZE_FORMAT ")"
78 gclog_or_tty->print_cr("ThreadLocalAllocBuffer::compute_size(" SIZE_FORMAT ")"
79 " returns " SIZE_FORMAT,
98 " obj: "SIZE_FORMAT
99 " free: "SIZE_FORMAT
100 " waste: "SIZE_FORMAT"\n",
H A DcollectorPolicy.cpp62 err_msg("max_alignment: " SIZE_FORMAT " less than min_alignment: " SIZE_FORMAT,
65 err_msg("max_alignment: " SIZE_FORMAT " not aligned by min_alignment: " SIZE_FORMAT,
138 gclog_or_tty->print_cr("Minimum heap " SIZE_FORMAT " Initial heap "
139 SIZE_FORMAT " Maximum heap " SIZE_FORMAT,
308 warning("MaxNewSize (" SIZE_FORMAT "k) is equal to or "
309 "greater than the entire heap (" SIZE_FORMAT "k). A "
310 "new generation size of " SIZE_FORMAT "
[all...]
H A DbarrierSet.cpp34 warning("Pre: \t" INTPTR_FORMAT "[" SIZE_FORMAT "]\t",
H A DthreadLocalAllocBuffer.cpp159 " refills %d alloc: %8.6f desired_size: " SIZE_FORMAT " -> " SIZE_FORMAT "\n",
237 gclog_or_tty->print("TLAB min: " SIZE_FORMAT " initial: " SIZE_FORMAT " max: " SIZE_FORMAT "\n",
288 " desired_size: " SIZE_FORMAT "KB"
289 " slow allocs: %d refill waste: " SIZE_FORMAT "B"
424 " gc: " SIZE_FORMAT "B max: " SIZE_FORMAT "B"
425 " slow: " SIZE_FORMAT "
[all...]
H A Dgeneration.cpp75 gclog_or_tty->print(" " SIZE_FORMAT
76 "->" SIZE_FORMAT
77 "(" SIZE_FORMAT ")",
80 gclog_or_tty->print(" " SIZE_FORMAT "K"
81 "->" SIZE_FORMAT "K"
82 "(" SIZE_FORMAT "K)",
102 st->print(" total " SIZE_FORMAT "K, used " SIZE_FORMAT "K",
188 "Generation: promo attempt is%s safe: available("SIZE_FORMAT") %s max_promo("SIZE_FORMAT")",
[all...]
H A DtenuredGeneration.cpp279 " should_allocate(" SIZE_FORMAT ")",
289 " free(): " SIZE_FORMAT,
298 "_capacity_at_prologue: " SIZE_FORMAT " < capacity(): " SIZE_FORMAT,
437 "Tenured: promo attempt is%s safe: available("SIZE_FORMAT") %s av_promo("SIZE_FORMAT"),"
438 "max_promo("SIZE_FORMAT")",
H A DfreeList.cpp309 err_msg("FreeList " PTR_FORMAT " of size " SIZE_FORMAT
311 "prev_sweep(" SIZE_FORMAT ")"
312 " + split_births(" SIZE_FORMAT ")"
313 " + coal_births(" SIZE_FORMAT ") + 1 >= "
314 " split_deaths(" SIZE_FORMAT ")"
315 " coal_deaths(" SIZE_FORMAT ")"
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsAdaptiveSizePolicy.cpp176 gclog_or_tty->print_cr(" average_promoted " SIZE_FORMAT
177 " padded_average_promoted " SIZE_FORMAT
178 " free in old gen " SIZE_FORMAT,
350 " desired_promo_size: " SIZE_FORMAT
351 " promo_limit: " SIZE_FORMAT
352 " free_in_old_gen: " SIZE_FORMAT
353 " max_old_gen_size: " SIZE_FORMAT
354 " avg_old_live: " SIZE_FORMAT,
361 " desired_eden_size: " SIZE_FORMAT
362 " old_eden_size: " SIZE_FORMAT
[all...]
H A DpsOldGen.cpp291 gclog_or_tty->print_cr("Expanding %s from " SIZE_FORMAT "K by "
292 SIZE_FORMAT "K to "
293 SIZE_FORMAT "K",
326 gclog_or_tty->print_cr("Shrinking %s from " SIZE_FORMAT "K by "
327 SIZE_FORMAT "K to "
328 SIZE_FORMAT "K",
352 "desired free: " SIZE_FORMAT " used: " SIZE_FORMAT
353 " new size: " SIZE_FORMAT " current size " SIZE_FORMAT
[all...]
H A DasPSYoungGen.cpp208 SIZE_FORMAT "K", orig_size/K);
211 SIZE_FORMAT "K", orig_size/K);
221 SIZE_FORMAT "K->" SIZE_FORMAT "K",
253 SIZE_FORMAT
254 ", requested_survivor_size: " SIZE_FORMAT ")",
257 SIZE_FORMAT,
264 SIZE_FORMAT,
271 SIZE_FORMAT,
378 "[" PTR_FORMAT " .. " PTR_FORMAT ") " SIZE_FORMAT,
[all...]
H A DpsYoungGen.cpp272 "desired eden: " SIZE_FORMAT " survivor: " SIZE_FORMAT
273 " used: " SIZE_FORMAT " capacity: " SIZE_FORMAT
274 " gen limits: " SIZE_FORMAT " / " SIZE_FORMAT,
335 SIZE_FORMAT "K", orig_size/K);
338 SIZE_FORMAT "K", orig_size/K);
349 SIZE_FORMAT "K->" SIZE_FORMAT "
[all...]
H A DpsPermGen.cpp118 "(" SIZE_FORMAT ") -> (" SIZE_FORMAT ") ",
H A DadjoiningGenerations.cpp149 gclog_or_tty->print_cr(" PSOldGen max size: " SIZE_FORMAT "K",
172 gclog_or_tty->print_cr(" PSOldGen max size: " SIZE_FORMAT "K",
207 gclog_or_tty->print_cr(" PSYoungGen max size: " SIZE_FORMAT "K",
232 gclog_or_tty->print_cr(" PSYoungGen max size: " SIZE_FORMAT "K",
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CardCounts.cpp37 err_msg("from card num out of range: "SIZE_FORMAT, from_card_num));
39 err_msg("Wrong order? from: " SIZE_FORMAT ", to: "SIZE_FORMAT,
43 "to: "SIZE_FORMAT ", "
44 "max: "SIZE_FORMAT,
102 err_msg("Unaligned? committed_size: " SIZE_FORMAT, _committed_size));
113 "prev: " SIZE_FORMAT ", "
114 "committed: "SIZE_FORMAT", "
115 "reserved: "SIZE_FORMAT,
H A Dg1ErgoVerbose.hpp124 #define ergo_format_byte(_name_) ", " _name_ ": "SIZE_FORMAT" bytes"
128 #define ergo_format_size(_name_) ", " _name_ ": "SIZE_FORMAT
132 ", " _name_ ": "SIZE_FORMAT" bytes (%1.2f %%)"
H A Dg1AllocRegion.cpp143 msg->append("[%s] %s c: %u b: %s r: "PTR_FORMAT" u: "SIZE_FORMAT,
207 jio_snprintf(rest_buffer, buffer_length, SIZE_FORMAT" "PTR_FORMAT,
210 jio_snprintf(rest_buffer, buffer_length, SIZE_FORMAT, word_size);
H A DcollectionSetChooser.hpp95 "from region: "SIZE_FORMAT" remaining: "SIZE_FORMAT,
H A DheapRegionSet.cpp39 msg->append("[%s] %s ln: %u rn: %u cy: "SIZE_FORMAT" ud: "SIZE_FORMAT,
167 hrs_err_msg("[%s] capacity bytes: "SIZE_FORMAT" should be == "
168 "calc capacity bytes: "SIZE_FORMAT,
173 hrs_err_msg("[%s] used bytes: "SIZE_FORMAT" should be == "
174 "calc used bytes: "SIZE_FORMAT,
240 hrs_err_msg("[%s] proxy set used bytes: "SIZE_FORMAT" "
241 "should be <= used bytes: "SIZE_FORMAT,
H A DheapRegionSet.inline.hpp62 hrs_err_msg("[%s] region's used bytes: "SIZE_FORMAT" "
63 "should be <= used bytes: "SIZE_FORMAT,
H A Dg1CardCounts.hpp93 err_msg("card num out of range: "SIZE_FORMAT, card_num));
/openjdk7/hotspot/src/share/vm/utilities/
H A Dtaskqueue.cpp105 err_msg("push=" SIZE_FORMAT " pop=" SIZE_FORMAT " steal=" SIZE_FORMAT,
108 err_msg("pop_slow=" SIZE_FORMAT " pop=" SIZE_FORMAT,
111 err_msg("steal=" SIZE_FORMAT " steal_attempt=" SIZE_FORMAT,
114 err_msg("overflow=" SIZE_FORMAT " push=" SIZE_FORMAT,
117 err_msg("overflow_max_len=" SIZE_FORMAT " overflo
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DasParNewGeneration.cpp64 "desired eden: " SIZE_FORMAT " survivor: " SIZE_FORMAT
65 " used: " SIZE_FORMAT " capacity: " SIZE_FORMAT
66 " gen limits: " SIZE_FORMAT " / " SIZE_FORMAT,
194 SIZE_FORMAT "K", orig_size/K);
197 SIZE_FORMAT "K", orig_size/K);
210 SIZE_FORMAT "K->" SIZE_FORMAT "
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A DperfMemory.cpp90 tty->print("PerfDataMemorySize = " SIZE_FORMAT ","
91 " os::vm_allocation_granularity = " SIZE_FORMAT ","
92 " adjusted size = " SIZE_FORMAT "\n",
123 " size = " SIZE_FORMAT "\n",
175 "\tCapacity = " SIZE_FORMAT " bytes"
176 " Used = " SIZE_FORMAT " bytes"
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcmsAdaptiveSizePolicy.cpp892 " starting eden size " SIZE_FORMAT
893 " reduced eden size " SIZE_FORMAT
894 " eden delta " SIZE_FORMAT,
920 " starting eden size " SIZE_FORMAT
921 " increased eden size " SIZE_FORMAT
922 " eden delta " SIZE_FORMAT,
940 " starting eden size " SIZE_FORMAT
941 " reduced eden size " SIZE_FORMAT
942 " eden delta " SIZE_FORMAT,
982 "cur_eden " SIZE_FORMAT,
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DimmutableSpace.cpp63 tty->print(" space " SIZE_FORMAT "K, 100%% used", capacity_in_bytes() / K);

Completed in 61 milliseconds

1234