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

/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DMBeanIntrospector.java224 /** True if the given getter and setter are consistent. */
225 final boolean consistent(M getter, M setter) { method in class:MBeanIntrospector
/openjdk7/hotspot/src/share/vm/opto/
H A Dmemnode.cpp183 // Check that current type is consistent with the alias index used during graph construction
185 bool consistent = adr_check == NULL || adr_check->empty() || local
188 if( !consistent && adr_check != NULL && !adr_check->empty() &&
195 consistent = true;
197 if( !consistent ) {
206 assert(consistent, "adr_check must match alias idx");
4016 assert(mdef->empty_memory() == empty_mem, "consistent sentinels");
4113 assert(!old_mbase || old_mbase->is_empty_memory(empty_mem), "consistent sentinels");
4396 assert(other->is_empty_memory(empty_mem), "consistent sentinels");

Completed in 46 milliseconds