From: Werner Donné (werner.donne@re.be)
Date: Mon Sep 15 2003 - 07:12:25 PDT
Chris,
The only error I see is that strictly speaking "-Xmx400mb" should be "-Xmx400m",
but I fail to see how that could affect JIT settings. The only way I know in JDK1.3
to turn of the JIT is with the option -Xint. By default the client HotSpot JIT is
active.
All this is of course about the Sun JRE. I think you use the one from IBM. Could you
therefore send the usage string of the java command?
Werner.
Chris Braddock wrote:
>> Chris,
>>
>> What is the complete command-line you use?
>>
>> Werner.
>
>
>
> Werner,
>
> I use a modified xep.sh. I had a bootstrap classpath problem that
> prompted the -Xbootclasspath addition.
>
> #begin xep.sh
> # This script encapsulates a standard XEP call.
>
> JAVA_HOME=/usr/java130/jre
>
> XEP_HOME=/usr/dbx/weblive/XEP
>
> CP=$XEP_HOME/lib/xep342_trial.jar:$XEP_HOME/lib/cryptix32.jar:$XEP_HOME/lib/cryp
>
> tix32-pgp.jar:$XEP_HOME/lib/saxon.jar:$XEP_HOME/lib/xt.jar
>
> $JAVA_HOME/bin/java -Xmx400mb
> -Xbootclasspath/p:/usr/dbx/weblive/XEP/lib/saxon.j
> ar -classpath $CP -Dcom.renderx.xep.ROOT=$XEP_HOME
> com.renderx.xep.XSLDriver $*
>
>
> set CP=
> #end xep.sh
>
> Thanks,
>
> Chris
>
>
>
>> Chris Braddock wrote:
>>
>>> Anyone?
>>>
>>>> Wondering if anyone can help with this error:
>>>>
>>>> #Warning: JIT compiler "off" not found. Will use interpreter.
>>>>
>>>> XEP still performs as expected, however I'm not a Unix or Java guy,
>>>> but as I understand it, a JIT compiler should give a performance
>>>> boost to (the XEP) java code. If this is correct, I'd definitely
>>>> like to take advantage of it.
>>>>
>>>> Opsys is Aix 4.3.
>>>> Java 1.3.0
>>>>
>>>> Thanks
>
>
> _________________________________________________________________
> Get 10MB of e-mail storage! Sign up for Hotmail Extra Storage.
> http://join.msn.com/?PAGE=features/es
>
> -------------------
> (*) To unsubscribe, send a message with words 'unsubscribe xep-support'
> in the body of the message to majordomo@renderx.com from the address
> you are subscribed from.
> (*) By using the Service, you expressly agree to these Terms of Service
> http://www.renderx.com/tos.html
>
>
-- Werner Donné -- Re BVBA Engelbeekstraat 8 B-3300 Tienen tel: (+32) 486 425803 e-mail: werner.donne@re.be ------------------- (*) To unsubscribe, send a message with words 'unsubscribe xep-support' in the body of the message to majordomo@renderx.com from the address you are subscribed from. (*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/tos.html
This archive was generated by hypermail 2.1.5 : Mon Sep 15 2003 - 07:15:22 PDT