Searched refs:FINALIZABLE (Results 1 – 2 of 2) sorted by relevance
408 private static final int FINALIZABLE = -2147483648; // 0x80000000 field in Class
200 private static final int FINALIZABLE = 0x80000000; field in Class973 return (getModifiers() & FINALIZABLE) != 0; in isFinalizable()