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

changeset 857
3aa269645199
parent 844
2088e674f0e0
child 904
4baab658f357
equal deleted inserted replaced
856:9e6a09375d37 857:3aa269645199
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

mercurial