exit & trace

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

exit & trace

Mike Cowlishaw-2
There were some problems with the JIT in 1.1.4 -- can you try with (a) the
current NetRexx (1.125) and with the JIT off (SET JAVA_COMPILER=OFF)?   If
still problems, please send me testcase that shows the problem -- thanks.

Mike Cowlishaw, IBM Fellow, IBM UK Laboratories
mailto:[hidden email]   [http://www2.hursley.ibm.com]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
[hidden email]
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>

Reply | Threaded
Open this post in threaded view
|

Re: exit & trace

Andreas Zieritz

>There were some problems with the JIT in 1.1.4 -- can you try with (a) the
>current NetRexx (1.125) and with the JIT off (SET JAVA_COMPILER=OFF)?   If
>still problems, please send me testcase that shows the problem -- thanks.
>

The reason for my problems with exit & trace were quite funny. The name of
my Netrexx-file was SYSTEM.NRX and that was something javac didn't like at
all.

When I renamed it to System1.nrx (and deleted the old class-files)
everything worked fine.

SO DON'T EVER CALL YOUR FILES 'SYSTEM' or you will run in troubles.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
[hidden email]
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>