hotspot/src/cpu/x86/vm/c1_LIRAssembler_x86.cpp
changeset 5402 c51fd0c1d005
parent 5334 b2d040a8d375
child 5404 d5cc5f80162a
--- a/hotspot/src/cpu/x86/vm/c1_LIRAssembler_x86.cpp	Tue Apr 27 18:13:47 2010 -0700
+++ b/hotspot/src/cpu/x86/vm/c1_LIRAssembler_x86.cpp	Sun Oct 11 16:19:25 2009 -0700
@@ -2844,7 +2844,7 @@
   // On 64bit this will die since it will take a movq & jmp, must be only a jmp
   __ jump(RuntimeAddress(__ pc()));
 
-  assert(__ offset() - start <= call_stub_size, "stub too big")
+  assert(__ offset() - start <= call_stub_size, "stub too big");
   __ end_a_stub();
 }