You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Pavel Pervov (JIRA)" <ji...@apache.org> on 2009/03/03 15:46:56 UTC

[jira] Commented: (HARMONY-6072) [buildtest][eut][drlvm] Remove duplicate entry for classlib of Harmony

    [ https://issues.apache.org/jira/browse/HARMONY-6072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12678331#action_12678331 ] 

Pavel Pervov commented on HARMONY-6072:
---------------------------------------

It just came to my mind that Harmony VM overfulfill the specification requirements for Class-Path attribute which says "The application or extension class loader uses the value of this attribute to construct its internal search path."
Our bootstrap class loader not only adds jars to its "internal search path" but also adds them to sun.boot.class.path/vm.boot.class.path properties, which is not required by the above specification (and probably even violates it by making these jars publicly searchable through these properties).

Concerning filing Eclipse EUT bugs, Chunrong, could you, please, provide links to EUT bug tracker issues, describing discussed problems? Thank you.

> [buildtest][eut][drlvm] Remove duplicate entry for classlib of Harmony
> ----------------------------------------------------------------------
>
>                 Key: HARMONY-6072
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6072
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>    Affects Versions: 5.0M8
>         Environment: Any
>            Reporter: Chunrong Lai
>            Assignee: Chunrong Lai
>             Fix For: 5.0M9
>
>         Attachments: ClasslibDirTest.java, H6072.patch, H6072.patch, H6072.patch_1, hackxalan-eut-classlib.patch
>
>
>  When running attached test case extracted from EUT3.5. Harmony will get duplicate (Jar) entry of classlib which leads to later error of EUT.

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