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

/openjdk10/hotspot/src/share/vm/gc/g1/
H A Dg1ConcurrentMarkObjArrayProcessor.cpp46 assert(should_be_sliced(obj), "Must be an array object %d and large " SIZE_FORMAT, obj->is_objArray(), (size_t)obj->size()); local
H A Dg1PageBasedVirtualSpace.cpp49 "Reserved space base " PTR_FORMAT " is not aligned to requested page size " SIZE_FORMAT, p2i(rs.base()), page_size); local
51 "Given used reserved space size needs to be OS page size aligned (%d bytes) but is " SIZE_FORMAT, os::vm_page_size(), used_size); local
55 "Expected that the virtual space is size aligned, but " SIZE_FORMAT " is not aligned to page size " SIZE_FORMAT, rs.size(), page_size); local
[all...]
H A DcollectionSetChooser.hpp93 "from region: " SIZE_FORMAT " remaining: " SIZE_FORMAT, local
H A Dg1BiasedArray.hpp72 "mapping granularity must be power of 2, is " SIZE_FORMAT, mapping_granularity_in_bytes); local
H A Dg1Allocator.cpp435 "alignment " SIZE_FORMAT " i local
[all...]
H A Dg1CollectedHeap.cpp354 assert(is_humongous(word_size), "Object of size " SIZE_FORMAT " must be humongous here", word_size); local
5158 "value: " SIZE_FORMAT " recalculated: " SIZE_FORMAT, local
[all...]
/openjdk10/hotspot/src/share/vm/utilities/
H A Dcopy.cpp76 "byte_count " SIZE_FORMAT " must be multiple of element size " SIZE_FORMAT, byte_count, elem_size); local
H A DglobalDefinitions.hpp97 #define SIZE_FORMAT "%" PRIuPTR macro
/openjdk10/hotspot/src/share/vm/gc/shared/
H A Dplab.cpp49 "Minimum PLAB size " SIZE_FORMAT " must be larger than alignment reserve " SIZE_FORMAT " " local
[all...]
H A Dtaskqueue.cpp96 "push=" SIZE_FORMAT " pop=" SIZE_FORMAT " steal=" SIZE_FORMAT, local
99 "pop_slow=" SIZE_FORMAT " pop=" SIZE_FORMAT, local
102 "steal=" SIZE_FORMAT " steal_attempt=" SIZE_FORMAT, local
105 "overflow=" SIZE_FORMAT " push=" SIZE_FORMAT, local
108 "overflow_max_len=" SIZE_FORMAT " overflo local
[all...]
/openjdk10/hotspot/src/share/vm/gc/serial/
H A DtenuredGeneration.cpp121 " capacity: " SIZE_FORMAT, used(), used_after_gc, capacity()); local
[all...]
/openjdk10/hotspot/src/share/vm/runtime/
H A Darguments.cpp2404 "not " SIZE_FORMAT "\\n", local
[all...]
/openjdk10/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp2282 SIZE_FORMAT " is not aligned to " SIZE_FORMAT, local
2299 SIZE_FORMAT " is not aligned to " SIZE_FORMAT, bytes, alignment_hint); local
2851 assert(is_valid_page_size(align), SIZE_FORMAT " is not a valid page size", align); local
2853 PTR_FORMAT " is not aligned to " SIZE_FORMAT, p2i((void*) start), align); local
2855 SIZE_FORMAT " is not aligned to " SIZE_FORMAT, bytes, align); local
[all...]

Completed in 117 milliseconds