If you send the details to the list, then either Tim or myself will take a look at it.
The problem is that IBM VME prints incorrect stack trace line number in some conditions. Please see the test to reproduce the problem below: /* * Very useful comment * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ public class TestMethodInvoke { public static void main(String argv[]) throws Exception { throw new Exception(); } } I have got the following VME's output when I ran this test on windows: Исключительная ситуация в нити "main" java.lang.Exception at TestMethodInvoke.main(TestMethodInvoke.java:12) Sorry for Russian. Pay attention to the line number. Actual number should be 102. Regards, 2006/8/15, Oliver Deakin <[EMAIL PROTECTED]>:
Alexei Zakharov wrote: > Hi Paulex, > >> "For comments specific to this >> download please send mail directly to us.([EMAIL PROTECTED]) >> <mailto:[EMAIL PROTECTED]>"[1]. > > Ugh, thanks anyway. > > :) If you send the details to the list, then either Tim or myself will take a look at it. > >> If you meant IBM VME for harmony, > > So j9 is not a valid name for IBM VME anymore? If you say J9 VM, then it's not immediately clear whether you mean the VME+Harmony or the full IBM J9 JRE. Saying IBM VME just makes it more obvious. Regards, Oliver > > Regards, > > 2006/8/15, Paulex Yang <[EMAIL PROTECTED]>: >> If you meant IBM VME for harmony, "For comments specific to this >> download please send mail directly to us.([EMAIL PROTECTED]) >> <mailto:[EMAIL PROTECTED]>"[1]. >> >> Just kidding(though I think it does work!)...I think Oli or Tim has the >> right answer for this:). >> >> [1] http://www-128.ibm.com/developerworks/java/jdk/harmony/index.html >> >> Alexei Zakharov wrote: >> > Hi all, >> > >> > It seems I have found a bug in J9 VM. Do we have a JIRA category for >> > that? Is anybody interested in such type of feedback? >> > >> > Thanks, >> > >> >> >> -- >> Paulex Yang >> China Software Development Lab >> IBM > > -- Oliver Deakin IBM United Kingdom Limited --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Alexei Zakharov, Intel Middleware Product Division