mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8208671: Runtime, JFR, Serviceability changes to allow enabling -Wreorder
Reviewed-by: dholmes, hseigel
This commit is contained in:
parent
e98c176026
commit
9c0720b156
61 changed files with 129 additions and 129 deletions
|
@ -688,8 +688,8 @@ class FindMethodsByErasedSig : public HierarchyVisitor<FindMethodsByErasedSig> {
|
|||
|
||||
public:
|
||||
FindMethodsByErasedSig(Symbol* name, Symbol* signature, bool is_interf) :
|
||||
_method_name(name), _method_signature(signature), _cur_class_is_interface(is_interf),
|
||||
_family(NULL) {}
|
||||
_method_name(name), _method_signature(signature), _family(NULL),
|
||||
_cur_class_is_interface(is_interf) {}
|
||||
|
||||
void get_discovered_family(MethodFamily** family) {
|
||||
if (_family != NULL) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue