You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Vladimir Beliaev (JIRA)" <ji...@apache.org> on 2007/03/23 13:34:32 UTC

[jira] Updated: (HARMONY-3476) [drlvm][winx64][jit] HUT does not run on pure opt in debug mode

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

Vladimir Beliaev updated HARMONY-3476:
--------------------------------------

    Comment: was deleted

> [drlvm][winx64][jit] HUT does not run on pure opt in debug mode
> ---------------------------------------------------------------
>
>                 Key: HARMONY-3476
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3476
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: windows/em64t
>            Reporter: Vladimir Beliaev
>
> The HUT (classlib tests) failed to run on fresh version of debug DRLVM in OPT mode (-Xem:opt).
> The issue is NOT reproducible in release mode, or in debug mode with JET or Interpreter or "Mixed" execution engine.
> To reproduce:
> 1. build fresh Harmoby in debug mode
> 2. edit 
>         <trunk>/working_vm/build/deploy/jdk/jre/bin/default/harmonyvm.properties
>      add the followjng argument (line) in it 
>         -Xem:opt 
> 3. run tests for any module:
>     $ cd <trunk>/working_classlib
>     $ ant -Dbuild.module=luni -Dtest.jre.home="../working_vm/build/deploy/jdk/jre" test
> That's it...
> The part of error output is:
> run-tests:
>      [echo] Running LUNI JUnit Tests
>     [mkdir] Created dir: D:\users\vbeliaev\trunk-debug-20070322\working_classlib\build\test_report
>     [junit] Running tests.api.java.util.WeakHashMapTest
>     [junit] Uncaught exception in main:
>     [junit] java.lang.ExceptionInInitializerError
>     [junit]     at org.apache.tools.ant.Project.<clinit>(Project.java:119)
>     [junit]     at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java)
>     [junit] Caused by: java.lang.NullPointerException
>     [junit]     at org.apache.tools.ant.util.FileUtils.<clinit>(FileUtils.java)
>     [junit]     at org.apache.tools.ant.Project.<clinit>(Project.java:119)
>     [junit]     ... 1 more
>     [junit] Tests FAILED
> Thanks
> Vladimir Beliaev

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