diff -r c35f0c531c6c -r 146c60525d4a src/hotspot/share/classfile/javaClasses.hpp --- a/src/hotspot/share/classfile/javaClasses.hpp Tue Jun 05 21:38:38 2018 +0200 +++ b/src/hotspot/share/classfile/javaClasses.hpp Tue Jun 05 19:58:20 2018 -0400 @@ -1483,7 +1483,7 @@ private: static int _owner_offset; public: - static void initialize(TRAPS); + static void compute_offsets(); static oop get_owner_threadObj(oop obj); };