[ https://issues.apache.org/jira/browse/HARMONY-2130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mikhail Fursov updated HARMONY-2130:
------------------------------------
Component/s: (was: App-Oriented Bug Reports)
DRLVM
Summary: [drlvm][kernel] DaCapo antlr fails on drlvm (was: DaCapo antlr fails on
drlvm)
> [drlvm][kernel] DaCapo antlr fails on drlvm
> -------------------------------------------
>
> Key: HARMONY-2130
> URL: https://issues.apache.org/jira/browse/HARMONY-2130
> Project: Harmony
> Issue Type: Bug
> Components: DRLVM
> 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.
-
You can reply to this email to add a comment to the issue online.
|