You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexey Varlamov (JIRA)" <ji...@apache.org> on 2006/07/05 12:30:30 UTC

[jira] Commented: (HARMONY-765) [drlvm] incorrect initialization of default domain in j.l.ClassLoader

    [ http://issues.apache.org/jira/browse/HARMONY-765?page=comments#action_12419250 ] 

Alexey Varlamov commented on HARMONY-765:
-----------------------------------------

Please note, there is subtle difference between ProtectionDomains constructors, assigning static and dynamic permissions set. To support dynamic security policy, the default domain must be per-instance (not static) field of ClassLoader.

> [drlvm] incorrect initialization of default domain in j.l.ClassLoader
> ---------------------------------------------------------------------
>
>          Key: HARMONY-765
>          URL: http://issues.apache.org/jira/browse/HARMONY-765
>      Project: Harmony
>         Type: Bug

>   Components: VM
>     Reporter: Alexey Varlamov
>     Priority: Blocker
>  Attachments: ClassLoaderTest.java, cl_init.patch
>
> Latest DRLVM fails to start in presence of "java.security" config file, due to:
> *** Error: exception occured in main Thread constructor.
> java/lang/ExceptionInInitializerError : (null)
> The reason is inappropriate initialization of default domain in j.l.ClassLoader, in static block. 
> Moreover, this initialization deviates from API specification for java.lang.ClassLoader.defineClass():
> "This method assigns a default ProtectionDomain to the newly defined class. The
> ProtectionDomain is effectively granted the same set of permissions returned
> when Policy.getPolicy().getPermissions(new CodeSource(null, null)) is invoked.
> The default domain is created on the first invocation of defineClass, and
> re-used on subsequent invocations."

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira