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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiRedefineClasses.cpp1601 // u2 num_annotations;
1602 // annotation annotations[num_annotations];
1609 // not enough room for num_annotations field
1611 ("length() is too small for num_annotations field"));
1615 u2 num_annotations = Bytes::get_Java_u2((address) local
1620 ("num_annotations=%d", num_annotations));
1623 for (; calc_num_annotations < num_annotations; calc_num_annotations++) {
1632 assert(num_annotations == calc_num_annotations, "sanity check");
1968 // u2 num_annotations;
[all...]

Completed in 69 milliseconds