< prev index next >

hotspot/src/share/vm/classfile/classFileParser.cpp

Print this page

        

*** 2180,2189 **** --- 2180,2192 ---- } void ClassFileParser::ClassAnnotationCollector::apply_to(InstanceKlass* ik) { assert(ik != NULL, "invariant"); ik->set_is_contended(is_contended()); + if (is_value_capable_class()) { + ik->set_has_vcc_annotation(); + } } #define MAX_ARGS_SIZE 255 #define MAX_CODE_SIZE 65535 #define INITIAL_MAX_LVT_NUMBER 256
< prev index next >