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

[jira] Commented: (HARMONY-3444) [drlvm][winx64] Jitrino release build produces warnings while optimizing STL.

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

Gregory Shimansky commented on HARMONY-3444:
--------------------------------------------

The patch doesn't compile on Linux. In several places in jni.cpp goto cannot jump over initialization of a new variable jtstatus.
Also the following change doesn't seem to be correct to me


-        status = jthread_attach(jni_env, java_thread, daemon);
+        IDATA jtstatus = jthread_attach(jni_env, java_thread, daemon);
         if (status != TM_ERROR_NONE) return JNI_ERR;

since in this case jtstatus should be compared with TM_ERROR_NONE, don't you think?

> [drlvm][winx64] Jitrino release build produces warnings while optimizing STL.
> -----------------------------------------------------------------------------
>
>                 Key: HARMONY-3444
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3444
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>         Environment: windows/em64t
>            Reporter: Pavel Pervov
>         Assigned To: Gregory Shimansky
>            Priority: Minor
>         Attachments: H3444.patch
>
>
> I'll attach the patch which fixes this issue.

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