You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Aleksey Ignatenko (JIRA)" <ji...@apache.org> on 2007/05/07 09:54:15 UTC

[jira] Updated: (HARMONY-3680) [drlvm][reliability] vm.classloading.ClassAttributeTest test hangs when number of threads >=3

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

Aleksey Ignatenko updated HARMONY-3680:
---------------------------------------

    Description: 
vm.classloading.ClassAttributeTest from reliability suit (see H-2918) hangs when number of threads parameter is set >=3.
To reproduce one needs to:
To reproduce one needs to 
1. modify run/run.normal.mode.settings.xml (or leave as is with 8 threads): 
-<property name="vm.classloading.ClassAttributesTest.n_threads" value="8" /> 
+<property name="vm.classloading.ClassAttributesTest.n_threads" value="N" /> - where N - number of threads to create
2. compile reliability suit 
3. cd run folder, execute "ant -f run.xml run.vm" 

Checked and reproduced on Win IA32 only.

  was:
vm.classloading.ClassAttributeTest from reliability suit (see H-2918) hangs when number of threads parameter is set >=3.
To reproduce one needs to:
To reproduce one needs to 
1. modify run/run.normal.mode.settings.xml (or leave as is with 8 threads): 
-<property name="vm.classloading.ClassAttributesTest.n_threads" value="8" /> 
+<property name="vm.classloading.ClassAttributesTest.n_threads" value="N" /> - where N - number of threads to create
2. compile reliability suit 
3. cd run folder, execute "ant -f run.xml run.vm" 


> [drlvm][reliability] vm.classloading.ClassAttributeTest test hangs when number of threads >=3
> ---------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3680
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3680
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Aleksey Ignatenko
>
> vm.classloading.ClassAttributeTest from reliability suit (see H-2918) hangs when number of threads parameter is set >=3.
> To reproduce one needs to:
> To reproduce one needs to 
> 1. modify run/run.normal.mode.settings.xml (or leave as is with 8 threads): 
> -<property name="vm.classloading.ClassAttributesTest.n_threads" value="8" /> 
> +<property name="vm.classloading.ClassAttributesTest.n_threads" value="N" /> - where N - number of threads to create
> 2. compile reliability suit 
> 3. cd run folder, execute "ant -f run.xml run.vm" 
> Checked and reproduced on Win IA32 only.

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