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/05/17 20:00:44 UTC

[jira] Resolved: (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 resolved HARMONY-2451.
--------------------------------------

    Resolution: Fixed

Thanks Mikhail and Nikolay. I've applied Mikhail's patches at revisions 539044 and 539046. Please verify. 

> [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.