--- old/src/hotspot/share/classfile/classFileParser.hpp 2019-09-04 13:37:28.000000000 -0400 +++ new/src/hotspot/share/classfile/classFileParser.hpp 2019-09-04 13:37:28.000000000 -0400 @@ -253,6 +253,7 @@ bool _declares_nonstatic_concrete_methods; bool _has_final_method; bool _has_flattenable_fields; + bool _is_empty_value; // precomputed flags bool _has_finalizer;