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/12/28 14:31:45 UTC

[jira] Closed: (HARMONY-4301) [buildtest][vts] Test vm/jvms/classFile/structure/accessFlags/accessFlags17/accessFlags1702 uses class with incorrect version number

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

Gregory Shimansky closed HARMONY-4301.
--------------------------------------


No response, assuming ok.

> [buildtest][vts] Test vm/jvms/classFile/structure/accessFlags/accessFlags17/accessFlags1702 uses class with incorrect version number
> ------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-4301
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4301
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>            Reporter: Vera Petrashkova
>            Assignee: Gregory Shimansky
>         Attachments: accessFlags1702.patch
>
>
> Test vm/jvms/classFile/structure/accessFlags/accessFlags17/accessFlags1702 verifies 1.5 specific "ACC_ENUM" access flag.
> It uses accessFlags1702 class which contains this flag.
> But source code does not define correct 1.5 class file version number.
> As the result class file is created with default 45.3 version number and test failes on Harmony and RI.
> The following line should be added to the source code file accessFlags1702.jj before class definition.
> .bytecode 49.0

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