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

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java376 _bytecode_limit = 202; // 0xca field in class:Constants
400 public final static int _self_linker_op = _bytecode_limit;
H A DInstruction.java358 if (bc >= _bytecode_limit) {
479 static private final String[][] BC_FORMAT = new String[2][_bytecode_limit]; // debug only
481 for (int i = 0; i < _bytecode_limit; i++) {
514 for (int i = 0; i < _bytecode_limit; i++) {
H A DPackageReader.java2168 if (bc >= _bytecode_limit)
2171 assert(bc < _bytecode_limit);

Completed in 53 milliseconds