comparison src/share/vm/classfile/classFileParser.hpp @ 8866:16885e702c88

7198429: need checked categorization of caller-sensitive methods in the JDK Reviewed-by: kvn, jrose
author twisti
date Mon, 25 Mar 2013 17:13:26 -0700
parents c8b31b461e1a
children 9befe2fce567
comparison
equal deleted inserted replaced
8865:818a1ac7da7a 8866:16885e702c88
117 class AnnotationCollector { 117 class AnnotationCollector {
118 public: 118 public:
119 enum Location { _in_field, _in_method, _in_class }; 119 enum Location { _in_field, _in_method, _in_class };
120 enum ID { 120 enum ID {
121 _unknown = 0, 121 _unknown = 0,
122 _method_CallerSensitive,
122 _method_ForceInline, 123 _method_ForceInline,
123 _method_DontInline, 124 _method_DontInline,
124 _method_LambdaForm_Compiled, 125 _method_LambdaForm_Compiled,
125 _method_LambdaForm_Hidden, 126 _method_LambdaForm_Hidden,
126 _sun_misc_Contended, 127 _sun_misc_Contended,