--- old/src/hotspot/share/classfile/classFileParser.hpp 2017-10-13 02:02:26.008205981 -0400 +++ new/src/hotspot/share/classfile/classFileParser.hpp 2017-10-13 02:02:24.340110514 -0400 @@ -98,7 +98,7 @@ Array* _methods; Array* _inner_classes; Array* _nest_members; - u2 _nest_top; + u2 _nest_host; Array* _local_interfaces; Array* _transitive_interfaces; Annotations* _combined_annotations;