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

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java153 public static final int MAX_CODE_SIZE = 65536; //bytes field in interface:Constants
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp1809 #define MAX_CODE_SIZE 65535 macro
1956 guarantee_property(code_length > 0 && code_length <= MAX_CODE_SIZE,

Completed in 341 milliseconds