< prev index next >

src/hotspot/share/code/nmethod.cpp

       }
     }
 #endif
 
     guarantee(unload_nmethod_caches(unloading_occurred),
-              "Should not need tranisition stubs");
+              "Should not need transition stubs");
   }
 }
 
 void nmethod::oops_do(OopClosure* f, bool allow_zombie) {
   // make sure the oops ready to receive visitors
    
< prev index next >