src/share/vm/oops/instanceKlass.hpp

changeset 9792
9a7135d0a309
parent 9745
0e3d6188f198
child 9806
758c07667682
child 9896
1b8c45b8216a
     1.1 --- a/src/share/vm/oops/instanceKlass.hpp	Wed Dec 04 16:24:15 2019 +0000
     1.2 +++ b/src/share/vm/oops/instanceKlass.hpp	Tue Dec 17 05:07:06 2019 +0000
     1.3 @@ -241,7 +241,7 @@
     1.4    u2              _misc_flags;
     1.5    u2              _minor_version;        // minor version number of class file
     1.6    u2              _major_version;        // major version number of class file
     1.7 -  Thread*         _init_thread;          // Pointer to current thread doing initialization (to handle recusive initialization)
     1.8 +  Thread*         _init_thread;          // Pointer to current thread doing initialization (to handle recursive initialization)
     1.9    int             _vtable_len;           // length of Java vtable (in words)
    1.10    int             _itable_len;           // length of Java itable (in words)
    1.11    OopMapCache*    volatile _oop_map_cache;   // OopMapCache for all methods in the klass (allocated lazily)

mercurial