src/hotspot/share/classfile/javaClasses.hpp
changeset 50419 146c60525d4a
parent 50063 50c0d24d3971
child 50532 a18c60527166
--- 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);
 };