You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexei Zakharov (JIRA)" <ji...@apache.org> on 2007/04/27 14:35:16 UTC

[jira] Assigned: (HARMONY-2451) [classlib][luni] SecurityManager.getClassContext output differs from the RI

     [ https://issues.apache.org/jira/browse/HARMONY-2451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexei Zakharov reassigned HARMONY-2451:
----------------------------------------

    Assignee: Alexei Zakharov

> [classlib][luni] SecurityManager.getClassContext output differs from the RI
> ---------------------------------------------------------------------------
>
>                 Key: HARMONY-2451
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2451
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Nikolay Kuznetsov
>         Assigned To: Alexei Zakharov
>            Priority: Minor
>         Attachments: H-2451_drlvm.patch, H-2451_test.patch, test.java
>
>
> SecurityManager.getClassContext output differs from the RI, attached testcase demonstrates the problem:
> RI output:
> --------------
> SM
> test
> jrockit.vm.RNI
> --------------
> Harmony VM output:
> --------------
> java.lang.SecurityManager
> SM
> test
> --------------
> Expected SM class to be the first, got class java.lang.SecurityManager

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