#include <classfile.h>
Definition at line 201 of file classfile.h.
Data Fields | |
attribute_info | ai |
Misalign attribute_info (on non-4-byte address) so that attribute_length is on a 4-byte addresses. | |
rbyte | empty [2] |
Align attribute_name_index u2 jshort against END of 4-byte word. |
|
Align
Definition at line 205 of file classfile.h. |
|
Misalign attribute_info (on non-4-byte address) so that Subsequent members may not be 4-byte aligned, (per spec definitions), but those can be handled on a case-by-case basis. At least here, everything starts out on the correct alignment. Definition at line 210 of file classfile.h. Referenced by classfile_loadclassdata(), and jvmutil_print_stack_common(). |