You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Robin Garner (JIRA)" <ji...@apache.org> on 2006/11/09 14:16:37 UTC

[jira] Created: (HARMONY-2130) DaCapo antlr fails on drlvm

DaCapo antlr fails on drlvm
---------------------------

                 Key: HARMONY-2130
                 URL: http://issues.apache.org/jira/browse/HARMONY-2130
             Project: Harmony
          Issue Type: Bug
          Components: App-Oriented Bug Reports
         Environment: Linux (but suspected on windows too)
            Reporter: Robin Garner


The DaCapo antlr benchmark appears to use a version of antlr supplied by drlvm/harmony class libraries.  The dacapo benchmark is based on antlr v2.7.2, and running

$ $DRLVM_HOME/jre/bin/java -jar $HOME/dacapo-2006-10.jar antlr
===== DaCapo antlr starting =====
Running antlr on grammar antlr/cpp/calc.g
ANTLR Parser Generator   Version 2.7.5 (20050128)   1989-2005 jGuru.com

whereas on J9, we get
$ /opt/ibm-java2-i386-50/bin/java -jar $HOME/dacapo-2006-10.jar antlr
===== DaCapo antlr starting =====
Running antlr on grammar antlr/cpp/calc.g
ANTLR Parser Generator   Version 2.7.2   1989-2003 jGuru.com

A workaround is possible by setting

-Xbootclasspath/p:antlr.jar

but this is clearly undesirable.



-- 
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-2130) DaCapo antlr fails on drlvm

Posted by "Robin Garner (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-2130?page=comments#action_12449193 ] 
            
Robin Garner commented on HARMONY-2130:
---------------------------------------


I can work around it by putting the DaCapo antlr.jar at the start of the 
bootclasspath, but it's not ideal.  (we also do that for xalan)



-- 
Robin Garner
Dept. of Computer Science
Australian National University
http://cs.anu.edu.au/people/Robin.Garner/


> DaCapo antlr fails on drlvm
> ---------------------------
>
>                 Key: HARMONY-2130
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2130
>             Project: Harmony
>          Issue Type: Bug
>          Components: App-Oriented Bug Reports
>         Environment: Linux (but suspected on windows too)
>            Reporter: Robin Garner
>
> The DaCapo antlr benchmark appears to use a version of antlr supplied by drlvm/harmony class libraries.  The dacapo benchmark is based on antlr v2.7.2, and running
> $ $DRLVM_HOME/jre/bin/java -jar $HOME/dacapo-2006-10.jar antlr
> ===== DaCapo antlr starting =====
> Running antlr on grammar antlr/cpp/calc.g
> ANTLR Parser Generator   Version 2.7.5 (20050128)   1989-2005 jGuru.com
> whereas on J9, we get
> $ /opt/ibm-java2-i386-50/bin/java -jar $HOME/dacapo-2006-10.jar antlr
> ===== DaCapo antlr starting =====
> Running antlr on grammar antlr/cpp/calc.g
> ANTLR Parser Generator   Version 2.7.2   1989-2003 jGuru.com
> A workaround is possible by setting
> -Xbootclasspath/p:antlr.jar
> but this is clearly undesirable.

-- 
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-2130) DaCapo antlr fails on drlvm

Posted by "Alexey Varlamov (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-2130?page=comments#action_12448518 ] 
            
Alexey Varlamov commented on HARMONY-2130:
------------------------------------------

As a quick workaround drlvm could probably switch to 2.7.2 version of antlr

> DaCapo antlr fails on drlvm
> ---------------------------
>
>                 Key: HARMONY-2130
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2130
>             Project: Harmony
>          Issue Type: Bug
>          Components: App-Oriented Bug Reports
>         Environment: Linux (but suspected on windows too)
>            Reporter: Robin Garner
>
> The DaCapo antlr benchmark appears to use a version of antlr supplied by drlvm/harmony class libraries.  The dacapo benchmark is based on antlr v2.7.2, and running
> $ $DRLVM_HOME/jre/bin/java -jar $HOME/dacapo-2006-10.jar antlr
> ===== DaCapo antlr starting =====
> Running antlr on grammar antlr/cpp/calc.g
> ANTLR Parser Generator   Version 2.7.5 (20050128)   1989-2005 jGuru.com
> whereas on J9, we get
> $ /opt/ibm-java2-i386-50/bin/java -jar $HOME/dacapo-2006-10.jar antlr
> ===== DaCapo antlr starting =====
> Running antlr on grammar antlr/cpp/calc.g
> ANTLR Parser Generator   Version 2.7.2   1989-2003 jGuru.com
> A workaround is possible by setting
> -Xbootclasspath/p:antlr.jar
> but this is clearly undesirable.

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