--- a/hotspot/src/cpu/x86/vm/assembler_x86.hpp Sat Nov 06 02:53:59 2010 -0700
+++ b/hotspot/src/cpu/x86/vm/assembler_x86.hpp Sat Nov 06 18:52:07 2010 -0700
@@ -1011,6 +1011,7 @@
void hlt();
void idivl(Register src);
+ void divl(Register src); // Unsigned division
void idivq(Register src);