--- old/src/hotspot/share/classfile/classFileParser.hpp 2018-05-07 15:52:01.416335818 +0200 +++ new/src/hotspot/share/classfile/classFileParser.hpp 2018-05-07 15:52:01.088330262 +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;