--- a/src/hotspot/share/classfile/defaultMethods.cpp Wed Aug 08 15:31:06 2018 +0200
+++ b/src/hotspot/share/classfile/defaultMethods.cpp Wed Aug 08 15:31:07 2018 +0200
@@ -688,8 +688,8 @@
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) {