You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Eugene S. Ostrovsky (JIRA)" <ji...@apache.org> on 2008/02/14 11:11:09 UTC

[jira] Created: (HARMONY-5510) [drlvm][jvmti] VTS test for SingleStep event fails on x86_64

[drlvm][jvmti] VTS test for SingleStep event fails on x86_64
------------------------------------------------------------

                 Key: HARMONY-5510
                 URL: https://issues.apache.org/jira/browse/HARMONY-5510
             Project: Harmony
          Issue Type: Bug
          Components: DRLVM
         Environment: x86_64
            Reporter: Eugene S. Ostrovsky


CC reported failure of
vm.jvmti.events.SingleStep.SingleStep0101.SingleStep0101
test for r620883 on x86_64 platforms

It seems that the same bug causes failures of the following JDWP unit tests:
: testCombinedEvents_02 org.apache.harmony.jpda.tests.jdwp.Events.CombinedEventsTest
: testCombinedEvents_04 org.apache.harmony.jpda.tests.jdwp.Events.CombinedEventsTest
: testSingleStep1 org.apache.harmony.jpda.tests.jdwp.Events.SingleStepTest


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


[jira] Commented: (HARMONY-5510) [drlvm][jvmti] VTS test for SingleStep event fails on x86_64

Posted by "Eugene S. Ostrovsky (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-5510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12568922#action_12568922 ] 

Eugene S. Ostrovsky commented on HARMONY-5510:
----------------------------------------------

the problem was introduced by this patch
http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/port/src/encoder/ia32_em64t/enc_tabl.cpp?p2=%2Fharmony%2Fenhanced%2Fdrlvm%2Ftrunk%2Fvm%2Fport%2Fsrc%2Fencoder%2Fia32_em64t%2Fenc_tabl.cpp&p1=%2Fharmony%2Fenhanced%2Fdrlvm%2Ftrunk%2Fvm%2Fport%2Fsrc%2Fencoder%2Fia32_em64t%2Fenc_tabl.cpp&r1=620872&r2=620871&view=diff&pathrev=620872


> [drlvm][jvmti] VTS test for SingleStep event fails on x86_64
> ------------------------------------------------------------
>
>                 Key: HARMONY-5510
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5510
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: x86_64
>            Reporter: Eugene S. Ostrovsky
>
> CC reported failure of
> vm.jvmti.events.SingleStep.SingleStep0101.SingleStep0101
> test for r620883 on x86_64 platforms
> It seems that the same bug causes failures of the following JDWP unit tests:
> : testCombinedEvents_02 org.apache.harmony.jpda.tests.jdwp.Events.CombinedEventsTest
> : testCombinedEvents_04 org.apache.harmony.jpda.tests.jdwp.Events.CombinedEventsTest
> : testSingleStep1 org.apache.harmony.jpda.tests.jdwp.Events.SingleStepTest

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


[jira] Resolved: (HARMONY-5510) [drlvm][jvmti] VTS test for SingleStep event fails on x86_64

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

Gregory Shimansky resolved HARMONY-5510.
----------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.0M5

Patch is applied at 628209. Please check that it doesn't cause any other regressions.

> [drlvm][jvmti] VTS test for SingleStep event fails on x86_64
> ------------------------------------------------------------
>
>                 Key: HARMONY-5510
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5510
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: x86_64
>            Reporter: Eugene S. Ostrovsky
>            Assignee: Gregory Shimansky
>             Fix For: 5.0M5
>
>         Attachments: H-5510.patch
>
>
> CC reported failure of
> vm.jvmti.events.SingleStep.SingleStep0101.SingleStep0101
> test for r620883 on x86_64 platforms
> It seems that the same bug causes failures of the following JDWP unit tests:
> : testCombinedEvents_02 org.apache.harmony.jpda.tests.jdwp.Events.CombinedEventsTest
> : testCombinedEvents_04 org.apache.harmony.jpda.tests.jdwp.Events.CombinedEventsTest
> : testSingleStep1 org.apache.harmony.jpda.tests.jdwp.Events.SingleStepTest

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


[jira] Commented: (HARMONY-5510) [drlvm][jvmti] VTS test for SingleStep event fails on x86_64

Posted by "Ilya Berezhniuk (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-5510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12570687#action_12570687 ] 

Ilya Berezhniuk commented on HARMONY-5510:
------------------------------------------

Eugene,

Looks like all related regressions have disappeared, so you can close the issue.


> [drlvm][jvmti] VTS test for SingleStep event fails on x86_64
> ------------------------------------------------------------
>
>                 Key: HARMONY-5510
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5510
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: x86_64
>            Reporter: Eugene S. Ostrovsky
>            Assignee: Gregory Shimansky
>             Fix For: 5.0M5
>
>         Attachments: H-5510.patch
>
>
> CC reported failure of
> vm.jvmti.events.SingleStep.SingleStep0101.SingleStep0101
> test for r620883 on x86_64 platforms
> It seems that the same bug causes failures of the following JDWP unit tests:
> : testCombinedEvents_02 org.apache.harmony.jpda.tests.jdwp.Events.CombinedEventsTest
> : testCombinedEvents_04 org.apache.harmony.jpda.tests.jdwp.Events.CombinedEventsTest
> : testSingleStep1 org.apache.harmony.jpda.tests.jdwp.Events.SingleStepTest

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


[jira] Commented: (HARMONY-5510) [drlvm][jvmti] VTS test for SingleStep event fails on x86_64

Posted by "Ilya Berezhniuk (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-5510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12568927#action_12568927 ] 

Ilya Berezhniuk commented on HARMONY-5510:
------------------------------------------

Eugene,
Thanks a lot for investigation!

I'll try to fix the bug ASAP without reverting a change.

> [drlvm][jvmti] VTS test for SingleStep event fails on x86_64
> ------------------------------------------------------------
>
>                 Key: HARMONY-5510
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5510
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: x86_64
>            Reporter: Eugene S. Ostrovsky
>
> CC reported failure of
> vm.jvmti.events.SingleStep.SingleStep0101.SingleStep0101
> test for r620883 on x86_64 platforms
> It seems that the same bug causes failures of the following JDWP unit tests:
> : testCombinedEvents_02 org.apache.harmony.jpda.tests.jdwp.Events.CombinedEventsTest
> : testCombinedEvents_04 org.apache.harmony.jpda.tests.jdwp.Events.CombinedEventsTest
> : testSingleStep1 org.apache.harmony.jpda.tests.jdwp.Events.SingleStepTest

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


[jira] Commented: (HARMONY-5510) [drlvm][jvmti] VTS test for SingleStep event fails on x86_64

Posted by "Ilya Berezhniuk (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-5510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12569478#action_12569478 ] 

Ilya Berezhniuk commented on HARMONY-5510:
------------------------------------------

Thanks Gregory!

I've checked already with JDWP and VTS suites - they are OK now.
Let's wait for Cruise Control results including the commit; I hope few EUT regressions on x86_64 will also disappear.

> [drlvm][jvmti] VTS test for SingleStep event fails on x86_64
> ------------------------------------------------------------
>
>                 Key: HARMONY-5510
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5510
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: x86_64
>            Reporter: Eugene S. Ostrovsky
>            Assignee: Gregory Shimansky
>             Fix For: 5.0M5
>
>         Attachments: H-5510.patch
>
>
> CC reported failure of
> vm.jvmti.events.SingleStep.SingleStep0101.SingleStep0101
> test for r620883 on x86_64 platforms
> It seems that the same bug causes failures of the following JDWP unit tests:
> : testCombinedEvents_02 org.apache.harmony.jpda.tests.jdwp.Events.CombinedEventsTest
> : testCombinedEvents_04 org.apache.harmony.jpda.tests.jdwp.Events.CombinedEventsTest
> : testSingleStep1 org.apache.harmony.jpda.tests.jdwp.Events.SingleStepTest

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


[jira] Updated: (HARMONY-5510) [drlvm][jvmti] VTS test for SingleStep event fails on x86_64

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

Ilya Berezhniuk updated HARMONY-5510:
-------------------------------------

    Attachment: H-5510.patch

Suggested patch fixes the problem for me.
All pre-commit tests are also pased for me on Win/x86_64 (I have not checked other platforms yet).

When running all VTS tests, I've got many assertions fired in jitrino/src/jet/enc.cpp:381
I've checked on r620852 (before the guilty commit) - the assertion appears as well.

> [drlvm][jvmti] VTS test for SingleStep event fails on x86_64
> ------------------------------------------------------------
>
>                 Key: HARMONY-5510
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5510
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: x86_64
>            Reporter: Eugene S. Ostrovsky
>         Attachments: H-5510.patch
>
>
> CC reported failure of
> vm.jvmti.events.SingleStep.SingleStep0101.SingleStep0101
> test for r620883 on x86_64 platforms
> It seems that the same bug causes failures of the following JDWP unit tests:
> : testCombinedEvents_02 org.apache.harmony.jpda.tests.jdwp.Events.CombinedEventsTest
> : testCombinedEvents_04 org.apache.harmony.jpda.tests.jdwp.Events.CombinedEventsTest
> : testSingleStep1 org.apache.harmony.jpda.tests.jdwp.Events.SingleStepTest

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


[jira] Assigned: (HARMONY-5510) [drlvm][jvmti] VTS test for SingleStep event fails on x86_64

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

Gregory Shimansky reassigned HARMONY-5510:
------------------------------------------

    Assignee: Gregory Shimansky

> [drlvm][jvmti] VTS test for SingleStep event fails on x86_64
> ------------------------------------------------------------
>
>                 Key: HARMONY-5510
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5510
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: x86_64
>            Reporter: Eugene S. Ostrovsky
>            Assignee: Gregory Shimansky
>         Attachments: H-5510.patch
>
>
> CC reported failure of
> vm.jvmti.events.SingleStep.SingleStep0101.SingleStep0101
> test for r620883 on x86_64 platforms
> It seems that the same bug causes failures of the following JDWP unit tests:
> : testCombinedEvents_02 org.apache.harmony.jpda.tests.jdwp.Events.CombinedEventsTest
> : testCombinedEvents_04 org.apache.harmony.jpda.tests.jdwp.Events.CombinedEventsTest
> : testSingleStep1 org.apache.harmony.jpda.tests.jdwp.Events.SingleStepTest

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