JDK-8244276 : Zero and minimal VM build failure after JDK-8178349 (use of undeclared identifier 'SystemDictionaryShared')
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-05-02
  • Updated: 2020-05-11
  • Resolved: 2020-05-03
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 15
15 b22Fixed
Related Reports
Relates :  
Description
./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.
Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/9b35dd9ce70a User: jiefu Date: 2020-05-03 12:18:57 +0000
03-05-2020