You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Stepan Mishura (JIRA)" <ji...@apache.org> on 2007/05/18 05:31:16 UTC

[jira] Commented: (HARMONY-3758) [drlvm][classloader] assert fires in String_Pool::lookup()

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

Stepan Mishura commented on HARMONY-3758:
-----------------------------------------

Commit r538982 broke DRLVM build on Windows x86 - I did quick fix at r539244.
Please verify if the fix works for you.

> [drlvm][classloader] assert fires in String_Pool::lookup()
> ----------------------------------------------------------
>
>                 Key: HARMONY-3758
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3758
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Sles9@IPF 
>            Reporter: Alexey Varlamov
>         Assigned To: Gregory Shimansky
>            Priority: Minor
>
> To reproduce:
>  sh build.sh -DBUILD_CFG=debug kernel.test -Dtest.mode=int -Dtest.vmargs="-XX:vm.dlls=libgc_cc.so" -Dtest.case=java.lang.ClassGenericsTest
> ...
>     [junit] java: /nfs/ins/proj/drl/coreapi/avarlamo/harmony/linux.ipf/svn-repo/trunk/working_vm/vm/vmcore/src/class_support/String_Pool.cpp:199: String* String_Pool::lookup(const char*, long unsigned int, long long unsigned int): Assertion `key_stats->raw_hash == raw_hash' failed.
>     [junit] SIGABRT in VM code.

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