src/share/vm/classfile/vmSymbols.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/classfile/vmSymbols.hpp	Mon Sep 29 18:47:21 2014
--- new/src/share/vm/classfile/vmSymbols.hpp	Mon Sep 29 18:47:20 2014

*** 241,250 **** --- 241,251 ---- template(parameterTypes_name, "parameterTypes") \ template(returnType_name, "returnType") \ template(signature_name, "signature") \ template(slot_name, "slot") \ template(selectAlternative_name, "selectAlternative") \ + template(resolved_references_name, "resolved_references") \ \ /* Support for annotations (JDK 1.5 and above) */ \ \ template(annotations_name, "annotations") \ template(index_name, "index") \

src/share/vm/classfile/vmSymbols.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File