Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8244276

Zero and minimal VM build failure after JDK-8178349 (use of undeclared identifier 'SystemDictionaryShared')

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 15
    • None
    • hotspot
    • b22

      ./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.

            jiefu Jie Fu
            jiefu Jie Fu
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: