--- old/src/share/vm/oops/method.hpp 2016-12-19 14:46:42.743378537 +0100 +++ new/src/share/vm/oops/method.hpp 2016-12-19 14:46:42.611378543 +0100 @@ -627,6 +627,9 @@ // valid static initializer flags. bool is_static_initializer() const; + // returns true if the method name is + bool is_object_initializer() const; + // compiled code support // NOTE: code() is inherently racy as deopt can be clearing code // simultaneously. Use with caution.