< prev index next >

src/hotspot/share/interpreter/templateInterpreter.cpp

Print this page

        

@@ -69,11 +69,11 @@
 
 //------------------------------------------------------------------------------------------------------------------------
 // Implementation of EntryPoint
 
 EntryPoint::EntryPoint() {
-  assert(number_of_states == 10, "check the code below");
+  assert(number_of_states == 10 , "check the code below");
   _entry[btos] = NULL;
   _entry[ztos] = NULL;
   _entry[ctos] = NULL;
   _entry[stos] = NULL;
   _entry[atos] = NULL;
< prev index next >