Skip to content

Commit

Permalink
Reinstate mistakenly deleted comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jbachorik committed Nov 23, 2023
1 parent 4c6a57e commit 46eff8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hotspot/share/classfile/classFileParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5576,6 +5576,7 @@ ClassFileParser::~ClassFileParser() {
}

if (_methods != nullptr) {
// Free methods
InstanceKlass::deallocate_methods(_loader_data, _methods);
}

Expand Down

0 comments on commit 46eff8d

Please sign in to comment.