--- old/src/share/vm/oops/method.hpp 2016-06-10 17:18:56.212949957 +0200 +++ new/src/share/vm/oops/method.hpp 2016-06-10 17:18:55.980949950 +0200 @@ -638,6 +638,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.