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

Print this page

        

*** 229,241 **** * Flag that marks an internal proprietary class. */ public static final long PROPRIETARY = 1L<<38; /** ! * Flag that marks a disjunction var in a multi-catch clause */ ! public static final long DISJUNCTION = 1L<<39; /** * Flag that marks a signature-polymorphic invoke method. * (These occur inside java.lang.invoke.MethodHandle.) */ --- 229,241 ---- * Flag that marks an internal proprietary class. */ public static final long PROPRIETARY = 1L<<38; /** ! * Flag that marks a union var in a multi-catch clause */ ! public static final long UNION = 1L<<39; /** * Flag that marks a signature-polymorphic invoke method. * (These occur inside java.lang.invoke.MethodHandle.) */