--- old/src/hotspot/share/classfile/javaClasses.hpp 2020-03-17 11:31:27.000000000 -0700 +++ new/src/hotspot/share/classfile/javaClasses.hpp 2020-03-17 11:31:27.000000000 -0700 @@ -1159,7 +1159,7 @@ 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 };