diff --git a/src/hotspot/share/code/nmethod.cpp b/src/hotspot/share/code/nmethod.cpp index 8636857..05f53a8 100644 --- a/src/hotspot/share/code/nmethod.cpp +++ b/src/hotspot/share/code/nmethod.cpp @@ -1625,7 +1625,7 @@ void nmethod::do_unloading(bool unloading_occurred) { #endif guarantee(unload_nmethod_caches(unloading_occurred), - "Should not need tranisition stubs"); + "Should not need transition stubs"); } }