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

/openjdk7/hotspot/src/share/vm/oops/
H A DconstMethodKlass.cpp253 // Check compressed_table_end relative to uncompressed_table_start
254 u2* uncompressed_table_start; local
256 uncompressed_table_start = (u2*) m->localvariable_table_start();
258 uncompressed_table_start = (u2*) m->exception_table_start();
260 uncompressed_table_start = (u2*) m->checked_exceptions_start();
262 uncompressed_table_start = (u2*) m_end;
264 int gap = (intptr_t) uncompressed_table_start - (intptr_t) compressed_table_end;

Completed in 22 milliseconds