--- old/src/hotspot/share/oops/instanceKlass.hpp 2019-05-31 23:39:25.000000000 +0300 +++ new/src/hotspot/share/oops/instanceKlass.hpp 2019-05-31 23:39:24.000000000 +0300 @@ -247,7 +247,7 @@ u2 _misc_flags; u2 _minor_version; // minor version number of class file u2 _major_version; // major version number of class file - Thread* _init_thread; // Pointer to current thread doing initialization (to handle recusive initialization) + Thread* _init_thread; // Pointer to current thread doing initialization (to handle recursive initialization) OopMapCache* volatile _oop_map_cache; // OopMapCache for all methods in the klass (allocated lazily) JNIid* _jni_ids; // First JNI identifier for static fields in this class jmethodID* volatile _methods_jmethod_ids; // jmethodIDs corresponding to method_idnum, or NULL if none