langtools/src/share/classes/com/sun/tools/javac/code/Flags.java
changeset 8241 4161b56e0d20
parent 8228 4e6ee38974b2
child 8625 6b51ef804d49
equal deleted inserted replaced
8240:a3b8f0f8af91 8241:4161b56e0d20
   235      */
   235      */
   236     public static final long DISJUNCTION = 1L<<39;
   236     public static final long DISJUNCTION = 1L<<39;
   237 
   237 
   238     /**
   238     /**
   239      * Flag that marks a signature-polymorphic invoke method.
   239      * Flag that marks a signature-polymorphic invoke method.
   240      * (These occur inside java.dyn.MethodHandle.)
   240      * (These occur inside java.lang.invoke.MethodHandle.)
   241      */
   241      */
   242     public static final long POLYMORPHIC_SIGNATURE = 1L<<40;
   242     public static final long POLYMORPHIC_SIGNATURE = 1L<<40;
   243 
   243 
   244     /**
   244     /**
   245      * Flag that marks a special kind of bridge methods (the ones that
   245      * Flag that marks a special kind of bridge methods (the ones that