You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Andrey Yakushev (JIRA)" <ji...@apache.org> on 2008/03/04 12:24:40 UTC

[jira] Created: (HARMONY-5567) [drlvm][reliability] DelegationModelTest failed

[drlvm][reliability] DelegationModelTest failed 
------------------------------------------------

                 Key: HARMONY-5567
                 URL: https://issues.apache.org/jira/browse/HARMONY-5567
             Project: Harmony
          Issue Type: Bug
          Components: DRLVM
         Environment: Linux x86_64 5.0M5
            Reporter: Andrey Yakushev


vm.classloading.DelegationModelTest failed with message:

Error: VTable pool overflow, resize is not allowed. Please, extand VTable pool size.

Probable reason is the leackage of VTable entries. Bug HARMONY-5047 also have similar failure symptoms.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HARMONY-5567) [drlvm][reliability] DelegationModelTest failed

Posted by "Andrey Yakushev (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-5567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12576078#action_12576078 ] 

Andrey Yakushev commented on HARMONY-5567:
------------------------------------------

The problem is not the VTable pool size, the problem is VTable entries leakage. Test goes well one time, but repeating it several times in the same VM results VTable overflow. Any VTable size could be insufficient.

> [drlvm][reliability] DelegationModelTest failed 
> ------------------------------------------------
>
>                 Key: HARMONY-5567
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5567
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Linux x86_64 5.0M5
>            Reporter: Andrey Yakushev
>
> vm.classloading.DelegationModelTest failed with message:
> Error: VTable pool overflow, resize is not allowed. Please, extand VTable pool size.
> Probable reason is the leackage of VTable entries. Bug HARMONY-5047 also have similar failure symptoms.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HARMONY-5567) [drlvm][reliability] DelegationModelTest failed

Posted by "Pavel Rebriy (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-5567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12576084#action_12576084 ] 

Pavel Rebriy commented on HARMONY-5567:
---------------------------------------

Thus it is a duplication of HARMONY-5047.

> [drlvm][reliability] DelegationModelTest failed 
> ------------------------------------------------
>
>                 Key: HARMONY-5567
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5567
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Linux x86_64 5.0M5
>            Reporter: Andrey Yakushev
>
> vm.classloading.DelegationModelTest failed with message:
> Error: VTable pool overflow, resize is not allowed. Please, extand VTable pool size.
> Probable reason is the leackage of VTable entries. Bug HARMONY-5047 also have similar failure symptoms.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HARMONY-5567) [drlvm][reliability] DelegationModelTest failed

Posted by "Pavel Rebriy (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-5567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12575628#action_12575628 ] 

Pavel Rebriy commented on HARMONY-5567:
---------------------------------------

If it is the only test which fails due to lack of VTable pool, you can increase VTable pool size though command line option.

> [drlvm][reliability] DelegationModelTest failed 
> ------------------------------------------------
>
>                 Key: HARMONY-5567
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5567
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Linux x86_64 5.0M5
>            Reporter: Andrey Yakushev
>
> vm.classloading.DelegationModelTest failed with message:
> Error: VTable pool overflow, resize is not allowed. Please, extand VTable pool size.
> Probable reason is the leackage of VTable entries. Bug HARMONY-5047 also have similar failure symptoms.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.