comparison src/cpu/sparc/vm/templateInterpreter_sparc.cpp @ 18125:2a69cbe850a8

Reduce diff with upstream
author Gilles Duboscq <duboscq@ssw.jku.at>
date Mon, 20 Oct 2014 19:07:20 +0200
parents 52b4284cb496
children be896a1983c0
comparison
equal deleted inserted replaced
18124:689092d5cf44 18125:2a69cbe850a8
821 821
822 // If G1 is not enabled then attempt to go through the accessor entry point 822 // If G1 is not enabled then attempt to go through the accessor entry point
823 // Reference.get is an accessor 823 // Reference.get is an accessor
824 return generate_accessor_entry(); 824 return generate_accessor_entry();
825 } 825 }
826
827 826
828 // 827 //
829 // Interpreter stub for calling a native method. (asm interpreter) 828 // Interpreter stub for calling a native method. (asm interpreter)
830 // This sets up a somewhat different looking stack for calling the native method 829 // This sets up a somewhat different looking stack for calling the native method
831 // than the typical interpreter frame setup. 830 // than the typical interpreter frame setup.