hotspot/src/share/vm/classfile/classFileParser.hpp
changeset 13391 30245956af37
parent 13296 4e00da2c0596
child 13728 882756847a04
--- a/hotspot/src/share/vm/classfile/classFileParser.hpp	Mon Jul 23 13:04:59 2012 -0700
+++ b/hotspot/src/share/vm/classfile/classFileParser.hpp	Tue Jul 24 10:51:00 2012 -0700
@@ -89,6 +89,9 @@
     enum ID {
       _unknown = 0,
       _method_ForceInline,
+      _method_DontInline,
+      _method_LambdaForm_Compiled,
+      _method_LambdaForm_Hidden,
       _annotation_LIMIT
     };
     const Location _location;