< prev index next >

src/share/vm/classfile/classFileParser.hpp

Print this page
rev 8471 : [mq]: dont_profile.8074551

@@ -125,10 +125,11 @@
     enum ID {
       _unknown = 0,
       _method_CallerSensitive,
       _method_ForceInline,
       _method_DontInline,
+      _method_InjectedProfile,
       _method_LambdaForm_Compiled,
       _method_LambdaForm_Hidden,
       _sun_misc_Contended,
       _field_Stable,
       _annotation_LIMIT
< prev index next >