--- old/src/hotspot/share/classfile/classFileParser.hpp 2018-05-21 11:52:03.043901948 +0200 +++ new/src/hotspot/share/classfile/classFileParser.hpp 2018-05-21 11:52:02.731896388 +0200 @@ -314,7 +314,7 @@ int runtime_invisible_annotations_length, TRAPS); - void set_precomputed_flags(InstanceKlass* k); + void set_precomputed_flags(InstanceKlass* k, TRAPS); // Format checker methods void classfile_parse_error(const char* msg, TRAPS) const;