Searched refs:aligned_hs (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Druntime.cpp350 const size_t aligned_hs = align_object_offset(hs); variable
352 if (aligned_hs > hs) {
353 Copy::zero_to_words(obj+hs, aligned_hs-hs);
356 Copy::fill_to_aligned_words(obj+aligned_hs, size-aligned_hs);

Completed in 45 milliseconds