diff -r 5b173b4ca846 -r d7b79a367474 hotspot/src/cpu/x86/vm/assembler_x86.hpp --- a/hotspot/src/cpu/x86/vm/assembler_x86.hpp Tue Nov 23 13:22:55 2010 -0800 +++ b/hotspot/src/cpu/x86/vm/assembler_x86.hpp Tue Nov 30 23:23:40 2010 -0800 @@ -135,6 +135,7 @@ // Using noreg ensures if the dead code is incorrectly live and executed it // will cause an assertion failure #define rscratch1 noreg +#define rscratch2 noreg #endif // _LP64