You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Vera Volynets (JIRA)" <ji...@apache.org> on 2006/12/15 17:19:21 UTC

[jira] Created: (HARMONY-2755) [drlvm][verifier] vm fails with -Xverify flag set

[drlvm][verifier] vm fails with -Xverify flag set
-------------------------------------------------

                 Key: HARMONY-2755
                 URL: http://issues.apache.org/jira/browse/HARMONY-2755
             Project: Harmony
          Issue Type: Bug
          Components: DRLVM
            Reporter: Vera Volynets


Failed to create Java VM if flag -Xverifier is set.

java -showversion -Xverify 
Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software Foundation or its licensors, as applicable.
java version "1.5.0" 
pre-alpha : not complete or compatible
svn = r487506, (Dec 15 2006), Windows/ia32/msvc 1310, debug build
http://incubator.apache.org/harmony
vf_debug: VerifyError: (class: java/util/Collections, method: max(Ljava/util/Collection;)Ljava/lang/Object;) Incompatible argument for function
HMYEXEL062E Internal VM error: Failed to create Java VM
FAILED to invoke JVM.


-- 
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-2755) [drlvm][verifier] vm fails with -Xverify flag set

Posted by "Pavel Rebriy (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-2755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464133 ] 

Pavel Rebriy commented on HARMONY-2755:
---------------------------------------

The patch is separate actions associated with options -Xverify. This option enables verification of classes loaded by bootstrap classloader and enables strict verification of interface classes. With patch strict verification of interface classes is enabled with option -Xverify:all. Besides options -Xverify:none and -noverify added.

> [drlvm][verifier] vm fails with -Xverify flag set
> -------------------------------------------------
>
>                 Key: HARMONY-2755
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2755
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Vera Volynets
>         Attachments: verifier-options.patch
>
>
> Failed to create Java VM if flag -Xverifier is set.
> java -showversion -Xverify 
> Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software Foundation or its licensors, as applicable.
> java version "1.5.0" 
> pre-alpha : not complete or compatible
> svn = r487506, (Dec 15 2006), Windows/ia32/msvc 1310, debug build
> http://incubator.apache.org/harmony
> vf_debug: VerifyError: (class: java/util/Collections, method: max(Ljava/util/Collection;)Ljava/lang/Object;) Incompatible argument for function
> HMYEXEL062E Internal VM error: Failed to create Java VM
> FAILED to invoke JVM.

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

        

[jira] Updated: (HARMONY-2755) [drlvm][verifier] vm fails with -Xverify flag set

Posted by "Pavel Rebriy (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-2755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Rebriy updated HARMONY-2755:
----------------------------------

    Attachment: verifier-options.patch

> [drlvm][verifier] vm fails with -Xverify flag set
> -------------------------------------------------
>
>                 Key: HARMONY-2755
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2755
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Vera Volynets
>         Attachments: verifier-options.patch
>
>
> Failed to create Java VM if flag -Xverifier is set.
> java -showversion -Xverify 
> Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software Foundation or its licensors, as applicable.
> java version "1.5.0" 
> pre-alpha : not complete or compatible
> svn = r487506, (Dec 15 2006), Windows/ia32/msvc 1310, debug build
> http://incubator.apache.org/harmony
> vf_debug: VerifyError: (class: java/util/Collections, method: max(Ljava/util/Collection;)Ljava/lang/Object;) Incompatible argument for function
> HMYEXEL062E Internal VM error: Failed to create Java VM
> FAILED to invoke JVM.

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

        

[jira] Resolved: (HARMONY-2755) [drlvm][verifier] vm fails with -Xverify flag set

Posted by "Gregory Shimansky (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-2755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gregory Shimansky resolved HARMONY-2755.
----------------------------------------

    Resolution: Fixed

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

> [drlvm][verifier] vm fails with -Xverify flag set
> -------------------------------------------------
>
>                 Key: HARMONY-2755
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2755
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Vera Volynets
>         Assigned To: Gregory Shimansky
>         Attachments: verifier-options.patch
>
>
> Failed to create Java VM if flag -Xverifier is set.
> java -showversion -Xverify 
> Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software Foundation or its licensors, as applicable.
> java version "1.5.0" 
> pre-alpha : not complete or compatible
> svn = r487506, (Dec 15 2006), Windows/ia32/msvc 1310, debug build
> http://incubator.apache.org/harmony
> vf_debug: VerifyError: (class: java/util/Collections, method: max(Ljava/util/Collection;)Ljava/lang/Object;) Incompatible argument for function
> HMYEXEL062E Internal VM error: Failed to create Java VM
> FAILED to invoke JVM.

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

        

[jira] Assigned: (HARMONY-2755) [drlvm][verifier] vm fails with -Xverify flag set

Posted by "Gregory Shimansky (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-2755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gregory Shimansky reassigned HARMONY-2755:
------------------------------------------

    Assignee: Gregory Shimansky

> [drlvm][verifier] vm fails with -Xverify flag set
> -------------------------------------------------
>
>                 Key: HARMONY-2755
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2755
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Vera Volynets
>         Assigned To: Gregory Shimansky
>         Attachments: verifier-options.patch
>
>
> Failed to create Java VM if flag -Xverifier is set.
> java -showversion -Xverify 
> Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software Foundation or its licensors, as applicable.
> java version "1.5.0" 
> pre-alpha : not complete or compatible
> svn = r487506, (Dec 15 2006), Windows/ia32/msvc 1310, debug build
> http://incubator.apache.org/harmony
> vf_debug: VerifyError: (class: java/util/Collections, method: max(Ljava/util/Collection;)Ljava/lang/Object;) Incompatible argument for function
> HMYEXEL062E Internal VM error: Failed to create Java VM
> FAILED to invoke JVM.

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

        

[jira] Closed: (HARMONY-2755) [drlvm][verifier] vm fails with -Xverify flag set

Posted by "Gregory Shimansky (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-2755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gregory Shimansky closed HARMONY-2755.
--------------------------------------


No response, assuming ok.

> [drlvm][verifier] vm fails with -Xverify flag set
> -------------------------------------------------
>
>                 Key: HARMONY-2755
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2755
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Vera Volynets
>            Assignee: Gregory Shimansky
>         Attachments: verifier-options.patch
>
>
> Failed to create Java VM if flag -Xverifier is set.
> java -showversion -Xverify 
> Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software Foundation or its licensors, as applicable.
> java version "1.5.0" 
> pre-alpha : not complete or compatible
> svn = r487506, (Dec 15 2006), Windows/ia32/msvc 1310, debug build
> http://incubator.apache.org/harmony
> vf_debug: VerifyError: (class: java/util/Collections, method: max(Ljava/util/Collection;)Ljava/lang/Object;) Incompatible argument for function
> HMYEXEL062E Internal VM error: Failed to create Java VM
> FAILED to invoke JVM.

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