src/cpu/sparc/vm/frame_sparc.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/cpu/sparc/vm/frame_sparc.hpp	Thu Jul 17 13:48:30 2014
--- new/src/cpu/sparc/vm/frame_sparc.hpp	Thu Jul 17 13:48:27 2014

*** 76,86 **** --- 76,85 ---- // The first six in registers (I0..I5) hold the first six locals. // The locals are used as follows: // Lesp first free element of expression stack // (which grows towards __higher__ addresses) // Lbcp is set to address of bytecode to execute // It is accessed in the frame under the name "bcx". // It may at times (during GC) be an index instead. // Lmethod the method being interpreted // Llocals the base pointer for accessing the locals array // (lower-numbered locals have lower addresses) // Lmonitors the base pointer for accessing active monitors

src/cpu/sparc/vm/frame_sparc.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File