We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9836015 commit dbfff9aCopy full SHA for dbfff9a
1 file changed
src/hotspot/share/classfile/resolutionErrors.cpp
@@ -117,7 +117,7 @@ void ResolutionErrorEntry::set_nest_host_error(const char* message) {
117
}
118
119
void ResolutionErrorEntry::init_nest_host_error(const char* message) {
120
- assert_lock_strong(SystemDictionary_lock);
+ assert_lock_strong(SystemDictionary_lock);
121
_nest_host_error = message;
122
123
0 commit comments