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

/openjdk7/hotspot/src/share/tools/hsdis/
H A Dhsdis.c354 size_t mach_size = sizeof(app_data->mach_option); local
355 mach_size -= 1; /*leave room for the null*/
356 if (plen > mach_size) plen = mach_size;

Completed in 23 milliseconds