You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Mikhail Fursov (JIRA)" <ji...@apache.org> on 2007/02/14 12:10:05 UTC

[jira] Created: (HARMONY-3175) [drlvm][jit] Jitrino.OPT fails to compile some switch insts combinations when is built in debug mode.

[drlvm][jit] Jitrino.OPT fails to compile some switch insts combinations when is built in debug mode.
-----------------------------------------------------------------------------------------------------

                 Key: HARMONY-3175
                 URL: https://issues.apache.org/jira/browse/HARMONY-3175
             Project: Harmony
          Issue Type: Bug
          Components: DRLVM
            Reporter: Mikhail Fursov
         Attachments: Test1.java

Here is a couple of tests that demonstratethe problem.
Use debug version of jitrino.dll and -Xem:opt switch to reproduce.


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


[jira] Closed: (HARMONY-3175) [drlvm][jit] Jitrino.OPT fails to compile some switch insts combinations when is built in debug mode.

Posted by "Alexey Varlamov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Varlamov closed HARMONY-3175.
------------------------------------

    Resolution: Fixed

Applied the test and patch at r526727

> [drlvm][jit] Jitrino.OPT fails to compile some switch insts combinations when is built in debug mode.
> -----------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3175
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3175
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Mikhail Fursov
>         Assigned To: Alexey Varlamov
>            Priority: Minor
>         Attachments: 3175.diff, switch.zip, Test1.java, Test2.java
>
>
> Here is a couple of tests that demonstratethe problem.
> Use debug version of jitrino.dll and -Xem:opt switch to reproduce.

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


[jira] Updated: (HARMONY-3175) [drlvm][jit] Jitrino.OPT fails to compile some switch insts combinations when is built in debug mode.

Posted by "Mikhail Fursov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mikhail Fursov updated HARMONY-3175:
------------------------------------

    Attachment: switch.zip

Fix with regression tests

> [drlvm][jit] Jitrino.OPT fails to compile some switch insts combinations when is built in debug mode.
> -----------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3175
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3175
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Mikhail Fursov
>         Attachments: switch.zip, Test1.java, Test2.java
>
>
> Here is a couple of tests that demonstratethe problem.
> Use debug version of jitrino.dll and -Xem:opt switch to reproduce.

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


[jira] Updated: (HARMONY-3175) [drlvm][jit] Jitrino.OPT fails to compile some switch insts combinations when is built in debug mode.

Posted by "Alexey Varlamov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Varlamov updated HARMONY-3175:
-------------------------------------

    Attachment: 3175.diff

Mikhail,
I reworked your patch a bit to be more accurate in interface changes + cleaned a mess in IRManager::newSwitchInst(). 
Please review.

> [drlvm][jit] Jitrino.OPT fails to compile some switch insts combinations when is built in debug mode.
> -----------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3175
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3175
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Mikhail Fursov
>         Assigned To: Alexey Varlamov
>            Priority: Minor
>         Attachments: 3175.diff, switch.zip, Test1.java, Test2.java
>
>
> Here is a couple of tests that demonstratethe problem.
> Use debug version of jitrino.dll and -Xem:opt switch to reproduce.

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


[jira] Assigned: (HARMONY-3175) [drlvm][jit] Jitrino.OPT fails to compile some switch insts combinations when is built in debug mode.

Posted by "Alexey Varlamov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Varlamov reassigned HARMONY-3175:
----------------------------------------

    Assignee: Alexey Varlamov

> [drlvm][jit] Jitrino.OPT fails to compile some switch insts combinations when is built in debug mode.
> -----------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3175
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3175
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Mikhail Fursov
>         Assigned To: Alexey Varlamov
>            Priority: Minor
>         Attachments: switch.zip, Test1.java, Test2.java
>
>
> Here is a couple of tests that demonstratethe problem.
> Use debug version of jitrino.dll and -Xem:opt switch to reproduce.

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


[jira] Commented: (HARMONY-3175) [drlvm][jit] Jitrino.OPT fails to compile some switch insts combinations when is built in debug mode.

Posted by "Mikhail Fursov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-3175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12487529 ] 

Mikhail Fursov commented on HARMONY-3175:
-----------------------------------------

The patch looks OK,
please commit.

> [drlvm][jit] Jitrino.OPT fails to compile some switch insts combinations when is built in debug mode.
> -----------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3175
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3175
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Mikhail Fursov
>         Assigned To: Alexey Varlamov
>            Priority: Minor
>         Attachments: 3175.diff, switch.zip, Test1.java, Test2.java
>
>
> Here is a couple of tests that demonstratethe problem.
> Use debug version of jitrino.dll and -Xem:opt switch to reproduce.

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


[jira] Updated: (HARMONY-3175) [drlvm][jit] Jitrino.OPT fails to compile some switch insts combinations when is built in debug mode.

Posted by "Mikhail Fursov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mikhail Fursov updated HARMONY-3175:
------------------------------------

    Attachment: Test1.java

> [drlvm][jit] Jitrino.OPT fails to compile some switch insts combinations when is built in debug mode.
> -----------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3175
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3175
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Mikhail Fursov
>         Attachments: Test1.java
>
>
> Here is a couple of tests that demonstratethe problem.
> Use debug version of jitrino.dll and -Xem:opt switch to reproduce.

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


[jira] Updated: (HARMONY-3175) [drlvm][jit] Jitrino.OPT fails to compile some switch insts combinations when is built in debug mode.

Posted by "Mikhail Fursov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mikhail Fursov updated HARMONY-3175:
------------------------------------

    Attachment: Test2.java

> [drlvm][jit] Jitrino.OPT fails to compile some switch insts combinations when is built in debug mode.
> -----------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3175
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3175
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Mikhail Fursov
>         Attachments: Test1.java, Test2.java
>
>
> Here is a couple of tests that demonstratethe problem.
> Use debug version of jitrino.dll and -Xem:opt switch to reproduce.

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


[jira] Updated: (HARMONY-3175) [drlvm][jit] Jitrino.OPT fails to compile some switch insts combinations when is built in debug mode.

Posted by "Mikhail Fursov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mikhail Fursov updated HARMONY-3175:
------------------------------------

      Priority: Minor  (was: Major)
    Patch Info: [Patch Available]

> [drlvm][jit] Jitrino.OPT fails to compile some switch insts combinations when is built in debug mode.
> -----------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3175
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3175
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Mikhail Fursov
>            Priority: Minor
>         Attachments: switch.zip, Test1.java, Test2.java
>
>
> Here is a couple of tests that demonstratethe problem.
> Use debug version of jitrino.dll and -Xem:opt switch to reproduce.

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