diff -r 30bda607cb67 -r c51fd0c1d005 hotspot/src/cpu/x86/vm/assembler_x86.cpp --- a/hotspot/src/cpu/x86/vm/assembler_x86.cpp Tue Apr 27 18:13:47 2010 -0700 +++ b/hotspot/src/cpu/x86/vm/assembler_x86.cpp Sun Oct 11 16:19:25 2009 -0700 @@ -7975,7 +7975,7 @@ case 2: return "special"; case 3: return "empty"; } - ShouldNotReachHere() + ShouldNotReachHere(); return NULL; }