src/share/classes/com/sun/tools/javac/code/Flags.java

changeset 1603
6118072811e5
parent 1588
2620c953e9fe
parent 1571
af8417e590f4
child 1672
0d47e6131490
     1.1 --- a/src/share/classes/com/sun/tools/javac/code/Flags.java	Thu Feb 21 12:23:27 2013 -0800
     1.2 +++ b/src/share/classes/com/sun/tools/javac/code/Flags.java	Thu Feb 21 17:49:56 2013 -0800
     1.3 @@ -269,6 +269,11 @@
     1.4      public static final long AUXILIARY = 1L<<44;
     1.5  
     1.6      /**
     1.7 +     * Flag that marks that a symbol is not available in the current profile
     1.8 +     */
     1.9 +    public static final long NOT_IN_PROFILE = 1L<<45;
    1.10 +
    1.11 +    /**
    1.12       * Flag that indicates that an override error has been detected by Check.
    1.13       */
    1.14      public static final long BAD_OVERRIDE = 1L<<45;

mercurial