--- old/src/share/vm/oops/method.hpp 2016-06-15 14:04:37.071506283 +0200 +++ new/src/share/vm/oops/method.hpp 2016-06-15 14:04:36.847506277 +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.