removed my email. Still same:
[jcheck ce5e03ccbf6b 2013-01-23 16:29:50 -0800]
> Changeset: 4039:49f643e94319
> Author: minqi
> Date: 2013-01-24 17:43
>
> 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: [email protected]
Invalid contributor attribution
transaction abort!
rollback completed
On 1/24/2013 5:31 PM, Srinivas Ramakrishna wrote:
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 <[email protected]
<mailto:[email protected]>> wrote:
When I add
[email protected] <mailto:[email protected]>
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: [email protected]
<mailto:[email protected]>, [email protected]
<mailto:[email protected]>
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: [email protected]
<mailto:[email protected]>, [email protected]
<mailto:[email protected]>
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