You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Nikolay Kuznetsov (JIRA)" <ji...@apache.org> on 2006/11/07 15:44:53 UTC

[jira] Updated: (HARMONY-2086) java.util.concurrent.atomic natives misses VMSupportsCS8 function

     [ http://issues.apache.org/jira/browse/HARMONY-2086?page=all ]

Nikolay Kuznetsov updated HARMONY-2086:
---------------------------------------

    Attachment: Test.java

Attached test demonstrates the problem. Once run it prints following message on DRLVM instead of exit nicely:
java.lang.UnsatisfiedLinkError: java/util/concurrent/atomic/AtomicLong.VMSupportsCS8()Z
        at java.util.concurrent.atomic.AtomicLong.<clinit>(AtomicLong.java:27)
        at Test.main(Test.java:3)


> java.util.concurrent.atomic natives misses VMSupportsCS8 function
> -----------------------------------------------------------------
>
>                 Key: HARMONY-2086
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2086
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Nikolay Kuznetsov
>         Attachments: Test.java
>
>
> java.util.concurrent.atomic natives misses VMSupportsCS8 function, which indicates whether underlying JVM supports lockless CompareAndSet for longs.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira