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

/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.cpp1487 Handle linkage_exception = Handle(); // null handle local
1496 linkage_exception = Handle(THREAD,PENDING_EXCEPTION);
1509 if (linkage_exception() != NULL) {
1510 THROW_OOP_(linkage_exception(), nh); // throws exception and returns

Completed in 36 milliseconds