diff 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
line wrap: on
line diff
--- a/src/share/vm/classfile/classFileParser.hpp	Sun Mar 24 12:43:13 2013 -0700
+++ b/src/share/vm/classfile/classFileParser.hpp	Mon Mar 25 17:13:26 2013 -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,