classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: The Mauve unicode testcase and VM performance


From: David P Grove
Subject: Re: The Mauve unicode testcase and VM performance
Date: Wed, 14 Apr 2004 17:17:17 -0400


Sigh.

        Building a development version of Jikes RVM is pretty stressful on the hosting VM.  It's found bugs in more than one product VM in the past.  This looks like one of the nastier forms; the host VM managed to write the RVM.image file without any obvious error, but the image file is slightly wrong with the result being that Jikes RVM crashes some of the time when you try to run it.  I know Steve Augart was looking into a similar failure last week, but it's often a long and painful process unless one can get lucky (especially as building the development image on kaffe is _slow_ so the turnaround time for each injecting of debugging code is a couple of hours).
        I'm sure this will work eventually, but maybe stick with prototype versions of Jikes RVM for now.  

--dave


Created a development build and tried it. But...

$ time echo gnu.testlet.java.lang.Character.unicode | ~/src/rvm/bin/rvm gnu.testlet.SimpleTestHarness -debug
Reading unicode database...
OPT_Compiler failure during compilation of gnu.testlet.java.lang.Character.UnicodeBase.getNext (Ljava/io/Reader;)Ljava/lang/String;
Ljava/lang/ClassCastException;
VM_StackTrace.print(): *UNEXPECTED* Throwable while displaying stack trace # 24
   The Throwable was: Ljava/lang/NullPointerException;
VM_StackTrace.print(): And its stack trace was:
Ljava/lang/NullPointerException;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]