You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexey Varlamov (JIRA)" <ji...@apache.org> on 2007/03/16 09:27:09 UTC

[jira] Commented: (HARMONY-3311) [classlib][winx86][build] hy.test.vmargs is ignored by HUT run

    [ https://issues.apache.org/jira/browse/HARMONY-3311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481520 ] 

Alexey Varlamov commented on HARMONY-3311:
------------------------------------------

There is a known workaround for this problem:
One may pass additional arguments via "<vmdll-name>.properties" file. By default it is located at <jre_home>/bin/default/harmonyvm.properties.
It is a text file in standard Java properties format; launcher reads this file before invoking a VM, and supplies all read values starting with "-" to the VM's JNI_CreateJavaVM prior to user-entered cmd-line arguments (so the last may override).

> [classlib][winx86][build] hy.test.vmargs is ignored by HUT run
> --------------------------------------------------------------
>
>                 Key: HARMONY-3311
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3311
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: windows/em64t
>            Reporter: Vladimir Beliaev
>
> I've run HUT with drlvm on windows/em64t. Because of this configuration works for Interpreter only, I've specified -Xint option for run:
>   $ cd <trunk>/working_classlib
>   $ time ant \
>       -Dbuild.module=auth \
>       -Dtest.jre.home="<trunk>/working_vm/build/deploy/jdk/jre"
>       -Dhy.test.vmargs="-Xint" \
>       test
> Still I saw the "assert dialog" from jitrino execution path for some runs which means these runs ignore -Xint option.
> Base on log output the run cmd (printed starting with "[junit] prefix" does not contain -Xint argument.
> I've put here 'auth' module run example, still another modules may have the same issue - please check.
> Please get this fixed, the issue may be not just windows/em64t specific, still I need to run HUT in interpreter mode (because of jitrino mode is not available yet).
> Thanks
> Vladimir

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