Searched defs:_got_error (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.hpp305 bool _got_error; // True, if an error occurred during interpretation. member in class:VALUE_OBJ_CLASS_SPEC
419 bool got_error() { return _got_error; }
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java313 boolean _got_error; // True, if an error occured during interpretation. field in class:GenerateOopMap
314 String _error_msg; // Error message. Set if _got_error is true.
795 while(itr.nextBCI() < lim_bci && !_got_error) {
808 if (!_got_error) {
822 if (_got_error) return;
980 if (!_got_error) initBasicBlocks();
981 if (!_got_error) setupMethodEntryState();
982 if (!_got_error) interpAll();
983 if (!_got_error) rewriteRefvalConflicts();
985 } while (_conflict && !_got_error);
[all...]

Completed in 51 milliseconds