Question of 'contributor' at hg commit
Srinivas Ramakrishna
ysr1729 at gmail.com
Thu Jan 24 17:31:50 PST 2013
may be it can't parse two email addresses. Probably expecting a single
email address in contributed by line?
-- ramki
On Thu, Jan 24, 2013 at 5:28 PM, Yumin Qi <yumin.qi at oracle.com> wrote:
> When I add
> yunda.mly at taobao.com
> in following comment:
>
> 8005278: Serviceability Agent: jmap -heap and jstack -m fail
> Summary: BinaryTreeDictionary is typedef'ed as AFLBinaryTreeDictionary in
> vmStructs and in SA we still use old name for that. FreeList now is a
> template based class which is not reflect in SA type library. When SA does
> calculation of heap for CMS, the former will cause failure to retrieve
> BinaryTreeDictionary sine the rename. The later will fail wherever it is
> used in SA.
> Reviewed-by: dholmes, sla, coleenp
> Contributed-by: yunda.mly at taobao.com, yumin.qi at oracle.com
>
> hg commit will give:
>
>
> > Changeset: 4039:59e8c1010cc1
> > Author: minqi
> > Date: 2013-01-24 17:22
> >
> > 8005278: Serviceability Agent: jmap -heap and jstack -m fail
> > Summary: BinaryTreeDictionary is typedef'ed as AFLBinaryTreeDictionary
> in vmStructs and in SA we still use old name for that. FreeList now is a
> template based class which is not reflect in SA type library. When SA does
> calculation of heap for CMS, the former will cause failure to retrieve
> BinaryTreeDictionary sine the rename. The later will fail wherever it is
> used in SA.
> > Reviewed-by: dholmes, sla, coleenp
> > Contributed-by: yunda.mly at taobao.com, yumin.qi at oracle.com
>
> Invalid contributor attribution
>
> transaction abort!
> rollback completed
> note: commit message saved in .hg/last-message.txt
> abort: pretxncommit hook failed
>
> The same problem happened when I integrated 6830717 (C2 Replay by Tom). It
> complained like this message so I have to remove tom from the commit
> comment! Does any one know a workaround this?
>
> Thanks
> Yumin
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20130124/bc23fad9/attachment.html
More information about the hotspot-compiler-dev
mailing list