< prev index next >

src/hotspot/share/classfile/javaClasses.hpp

Print this page

        

@@ -1157,11 +1157,11 @@
     // The SEARCH_* bits are not for MN.flags but for the matchFlags argument of MHN.getMembers:
     MN_SEARCH_SUPERCLASSES   = 0x00100000, // walk super classes
     MN_SEARCH_INTERFACES     = 0x00200000, // walk implemented interfaces
     MN_NESTMATE_CLASS        = 0x00000001,
     MN_HIDDEN_CLASS          = 0x00000002,
-    MN_WEAK_CLASS            = 0x00000004,
+    MN_STRONG_LOADER_LINK    = 0x00000004,
     MN_ACCESS_VM_ANNOTATIONS = 0x00100000
   };
 
   // Accessors for code generation:
   static int clazz_offset_in_bytes()            { return _clazz_offset; }
< prev index next >