Searched refs:HAS_EXCEPTION_TABLE (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DConstMethod.java50 private static int HAS_EXCEPTION_TABLE; field in class:ConstMethod
62 HAS_EXCEPTION_TABLE = db.lookupIntConstant("constMethodOopDesc::_has_exception_table").intValue();
326 return (getFlags() & HAS_EXCEPTION_TABLE) != 0;

Completed in 29 milliseconds