You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Gregory Shimansky (JIRA)" <ji...@apache.org> on 2007/06/22 16:01:33 UTC

[jira] Closed: (HARMONY-3134) [drlvm][classloader] Different condition of checks for system and user classloader

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

Gregory Shimansky closed HARMONY-3134.
--------------------------------------


No response, assuming ok.

> [drlvm][classloader] Different condition of checks for system and user classloader
> ----------------------------------------------------------------------------------
>
>                 Key: HARMONY-3134
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3134
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Vera Volynets
>            Assignee: Gregory Shimansky
>            Priority: Minor
>         Attachments: consider-Xverify_20060219.patch, method.class, method.java, test_method.java
>
>
> Java specification apply restrictions on field and method names.
> I've noticed that if class is loaded by system Classloader this checks are optional and are on in case -Xverify option in command line is set.
> And if class is loaded by user class, this checks are  mandatory.
> Our machine makes field and method name checks only if -Xverify flag is set, so there is no accordance with RI.
> This is valid for classfile version 45 and 49.
> I've attached patch with test and class with spoiled method name.
> To run this test:
> ./java.exe test_method method

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