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

/openjdk7/hotspot/src/share/vm/runtime/
H A Drelocator.hpp119 int code_slop_pct() const { return 25; } function in class:Relocator
H A Drelocator.cpp559 int length = MAX2(code_length() + delta, code_length() * (100+code_slop_pct()) / 100);

Completed in 1292 milliseconds