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

/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecode.cpp48 int testflags = Bytecodes::flags(thisbc, is_wide) & Bytecodes::_all_fmt_bits; local
49 if (thisflags != testflags)
51 (int)testbc, (int)thisbc, (is_wide?"/wide":""), testflags, thisflags);
52 assert(thisflags == testflags, "expected format");

Completed in 55 milliseconds