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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DcppInterpreter_sparc.cpp1099 // Also a fudge for frame size of BytecodeInterpreter::run
1101 const int fudge = 6 * K; local
1103 __ set(fudge + (max_pages * os::vm_page_size()), O1);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp4431 // don't know the value of address_of_next_instruction we apply a fudge factor
4433 // We don't have to fudge the checks above here because they are already worst case.
4437 const int fudge = 12 + 4; local
4439 disp -= fudge;
4441 disp += fudge;

Completed in 71 milliseconds