diff -r ad762bd4ff48 -r ddceb0657500 hotspot/src/cpu/zero/vm/interp_masm_zero.hpp --- a/hotspot/src/cpu/zero/vm/interp_masm_zero.hpp Mon Aug 19 09:33:29 2013 +0200 +++ b/hotspot/src/cpu/zero/vm/interp_masm_zero.hpp Tue Aug 20 10:57:50 2013 -0700 @@ -40,6 +40,7 @@ Register tmp, int offset) { ShouldNotCallThis(); + return RegisterOrConstant(); } };