Timothy Stack wrote:

On Oct 11, 2004, at 6:47 PM, Dalibor Topic wrote:

Mikolaj Habryn wrote:

So, trying to run them, deducing environment setup etc. from scripts.
internal/jitBasic appears to work, but doesn't actually seem to do
anything. stracing it on x86 also doesn't appear to do anything
(anything with the list of classes passed in TEST_CLASSES, anyway), so
no idea what's going on there.


To run it manually, you need to do something like the following in sh/bash:

  . ../../BUILD_ENVIRONMENT
  export BOOTCLASSPATH=${BOOTCLASSPATH}:.
  export TEST_CLASSES="ConstMethods.class"
  ./jitBasic

It "should" complain if it has any problems and it should print out a bunch
of debugging info as it jits the methods. If its completely silent, something
is probably wrong.

Thanks Tim! I've checked in your description into FAQ.debugging.

cheers,
dalibor topic

_______________________________________________
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to