./src/hotspot/share/classfile/systemDictionary.cpp:2341:10: error: use of undeclared identifier 'SystemDictionaryShared'; did you mean 'SystemDictionaryDCmd'?
SystemDictionaryShared::record_linking_constraint(constraint_name,
^~~~~~~~~~~~~~~~~~~~~~
SystemDictionaryDCmd
./src/hotspot/share/services/diagnosticCommand.hpp:824:7: note: 'SystemDictionaryDCmd' declared here
class SystemDictionaryDCmd : public DCmdWithParser {
^
./src/hotspot/share/classfile/systemDictionary.cpp:2341:34: error: no member named 'record_linking_constraint' in 'SystemDictionaryDCmd'
SystemDictionaryShared::record_linking_constraint(constraint_name,
~~~~~~~~~~~~~~~~~~~~~~~~^
2 errors generated.