-
Bug
-
Resolution: Fixed
-
P4
-
None
-
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.
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.
- relates to
-
JDK-8178349 Cache builtin class loader constraints to avoid re-initializing itable/vtable for shared classes
-
- Resolved
-