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 2006/12/22 14:30:21 UTC

[jira] Created: (HARMONY-2851) [drlvm] ClassCircularityError can

[drlvm] ClassCircularityError can
---------------------------------

                 Key: HARMONY-2851
                 URL: http://issues.apache.org/jira/browse/HARMONY-2851
             Project: Harmony
          Issue Type: Bug
            Reporter: Pavel Pervov




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

        

[jira] Assigned: (HARMONY-2851) [drlvm] ClassCircularityError cannot be thrown from class loader.

Posted by "Gregory Shimansky (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2851?page=all ]

Gregory Shimansky reassigned HARMONY-2851:
------------------------------------------

    Assignee: Gregory Shimansky

> [drlvm] ClassCircularityError cannot be thrown from class loader.
> -----------------------------------------------------------------
>
>                 Key: HARMONY-2851
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2851
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Pavel Pervov
>         Assigned To: Gregory Shimansky
>            Priority: Minor
>         Attachments: circularity.zip, H2851.patch
>
>
> ClassCirsularityError is detected and raised, but class loading code asserts later on this exception as it is not detected at proper place.
> I'll attach the test and the patch soon.

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

        

[jira] Updated: (HARMONY-2851) [drlvm] ClassCircularityError cannot be thrown from class loader.

Posted by "Pavel Pervov (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2851?page=all ]

Pavel Pervov updated HARMONY-2851:
----------------------------------

    Patch Info: [Patch Available]

> [drlvm] ClassCircularityError cannot be thrown from class loader.
> -----------------------------------------------------------------
>
>                 Key: HARMONY-2851
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2851
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Pavel Pervov
>            Priority: Minor
>         Attachments: circularity.zip, H2851.patch
>
>
> ClassCirsularityError is detected and raised, but class loading code asserts later on this exception as it is not detected at proper place.
> I'll attach the test and the patch soon.

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

        

[jira] Updated: (HARMONY-2851) [drlvm] ClassCircularityError cannot be thrown from class loader.

Posted by "Pavel Pervov (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2851?page=all ]

Pavel Pervov updated HARMONY-2851:
----------------------------------

    Attachment: circularity.zip

The test to demonstrate the issue.

Compile with compile.sh.

> [drlvm] ClassCircularityError cannot be thrown from class loader.
> -----------------------------------------------------------------
>
>                 Key: HARMONY-2851
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2851
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Pavel Pervov
>            Priority: Minor
>         Attachments: circularity.zip
>
>
> ClassCirsularityError is detected and raised, but class loading code asserts later on this exception as it is not detected at proper place.
> I'll attach the test and the patch soon.

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

        

[jira] Commented: (HARMONY-2851) [drlvm] ClassCircularityError cannot be thrown from class loader.

Posted by "Pavel Pervov (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-2851?page=comments#action_12460774 ] 
            
Pavel Pervov commented on HARMONY-2851:
---------------------------------------

The patch is applied as expected. Thanks.

> [drlvm] ClassCircularityError cannot be thrown from class loader.
> -----------------------------------------------------------------
>
>                 Key: HARMONY-2851
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2851
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Pavel Pervov
>         Assigned To: Gregory Shimansky
>            Priority: Minor
>         Attachments: circularity.zip, H2851.patch
>
>
> ClassCirsularityError is detected and raised, but class loading code asserts later on this exception as it is not detected at proper place.
> I'll attach the test and the patch soon.

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

        

[jira] Updated: (HARMONY-2851) [drlvm] ClassCircularityError cannot be thrown from class loader.

Posted by "Pavel Pervov (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2851?page=all ]

Pavel Pervov updated HARMONY-2851:
----------------------------------

    Attachment: H2851.patch

The patch to fix the problem.

OT: the code can probably be generalized and moved up one level into ClassLoader::LoadClass. But later...

> [drlvm] ClassCircularityError cannot be thrown from class loader.
> -----------------------------------------------------------------
>
>                 Key: HARMONY-2851
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2851
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Pavel Pervov
>            Priority: Minor
>         Attachments: circularity.zip, H2851.patch
>
>
> ClassCirsularityError is detected and raised, but class loading code asserts later on this exception as it is not detected at proper place.
> I'll attach the test and the patch soon.

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

        

[jira] Updated: (HARMONY-2851) [drlvm] ClassCircularityError cannot be thrown from class loader.

Posted by "Pavel Pervov (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2851?page=all ]

Pavel Pervov updated HARMONY-2851:
----------------------------------

             Component/s: DRLVM
                 Summary: [drlvm] ClassCircularityError cannot be thrown from class loader.  (was: [drlvm] ClassCircularityError can)
    Estimated Complexity: Novice
             Description: 
ClassCirsularityError is detected and raised, but class loading code asserts later on this exception as it is not detected at proper place.

I'll attach the test and the patch soon.
                Priority: Minor  (was: Major)

> [drlvm] ClassCircularityError cannot be thrown from class loader.
> -----------------------------------------------------------------
>
>                 Key: HARMONY-2851
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2851
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Pavel Pervov
>            Priority: Minor
>
> ClassCirsularityError is detected and raised, but class loading code asserts later on this exception as it is not detected at proper place.
> I'll attach the test and the patch soon.

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

        

[jira] Resolved: (HARMONY-2851) [drlvm] ClassCircularityError cannot be thrown from class loader.

Posted by "Gregory Shimansky (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2851?page=all ]

Gregory Shimansky resolved HARMONY-2851.
----------------------------------------

    Resolution: Fixed

Attached test passes now.

Patch applied at 489862. Please check that it was applied as expected.

> [drlvm] ClassCircularityError cannot be thrown from class loader.
> -----------------------------------------------------------------
>
>                 Key: HARMONY-2851
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2851
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Pavel Pervov
>         Assigned To: Gregory Shimansky
>            Priority: Minor
>         Attachments: circularity.zip, H2851.patch
>
>
> ClassCirsularityError is detected and raised, but class loading code asserts later on this exception as it is not detected at proper place.
> I'll attach the test and the patch soon.

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

        

[jira] Closed: (HARMONY-2851) [drlvm] ClassCircularityError cannot be thrown from class loader.

Posted by "Gregory Shimansky (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2851?page=all ]

Gregory Shimansky closed HARMONY-2851.
--------------------------------------


VERIFIED.

> [drlvm] ClassCircularityError cannot be thrown from class loader.
> -----------------------------------------------------------------
>
>                 Key: HARMONY-2851
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2851
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Pavel Pervov
>         Assigned To: Gregory Shimansky
>            Priority: Minor
>         Attachments: circularity.zip, H2851.patch
>
>
> ClassCirsularityError is detected and raised, but class loading code asserts later on this exception as it is not detected at proper place.
> I'll attach the test and the patch soon.

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