--- old/src/share/vm/classfile/classFileParser.hpp 2013-03-25 16:55:56.000000000 -0700 +++ new/src/share/vm/classfile/classFileParser.hpp 2013-03-25 16:55:56.000000000 -0700 @@ -119,6 +119,7 @@ enum Location { _in_field, _in_method, _in_class }; enum ID { _unknown = 0, + _method_CallerSensitive, _method_ForceInline, _method_DontInline, _method_LambdaForm_Compiled,