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

/openjdk7/hotspot/src/share/vm/classfile/
H A DsymbolTable.cpp531 int line_length = 70; local
536 for (j = 0; (j < results[i]) && (j < line_length); j++) {
539 if (j == line_length) {

Completed in 51 milliseconds