You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Xiao-Feng Li (JIRA)" <ji...@apache.org> on 2007/05/17 12:35:16 UTC

[jira] Resolved: (HARMONY-3705) [DRLVM][test] smoke.test: gc.RunFinalizersOnExitTest: is this test correct?

     [ https://issues.apache.org/jira/browse/HARMONY-3705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xiao-Feng Li resolved HARMONY-3705.
-----------------------------------

    Resolution: Later

It's not urgent. Will consider later when we hit the issue again.

> [DRLVM][test] smoke.test: gc.RunFinalizersOnExitTest: is this test correct?
> ---------------------------------------------------------------------------
>
>                 Key: HARMONY-3705
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3705
>             Project: Harmony
>          Issue Type: Test
>          Components: DRLVM
>            Reporter: Xiao-Feng Li
>         Assigned To: Xiao-Feng Li
>         Attachments: 01-finalizer_thread.patch, 02-finalizer_thread.patch
>
>
> It says: 
>               if( (phantomFinalized  > 0) &&
>                 (diedFinalized < DIED_QUANTITY)) 
> or 
>                 (aliveFinalized  > 0) &&
>                 (diedFinalized < DIED_QUANTITY)) {
> the test fails. I don't fully understand why the condition is so rigid. It means: only when the diedFinalized is finished, can other types of finalized be started. Could Pavel help to explain it? Thanks. xiaofeng

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