cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
rghash
Level 2

IA 2013 laxunix.sh errors/typos

For what it's worth to the IA developers:

We just installed IA 2013 (Win-7) and noticed some shell script errors in resource\launchanywheres\unix\launix.sh - in 3 separate places the 'jitOnOrOff' variable won't get set correctly because the right-hand-side variable is spelled wrong
Around line 2271: jitOnOrOff=$lax_nl_osname_JRE_J2_java_compler
Around line 2290: jitOnOrOff=$lax_nl_unix_JRE_J2_java_compler
Around line 2309: jitOnOrOff=$lax_nl_JRE_J2_java_compler


("compiler" is spelled "compler").

Also, it seems like in resource\self_extractors\unix\use.sh that the "lax.nl.java.compiler=off" must be an artifact from long ago versions of Java where you didn't want the hotspot compiler turned on. Our experience with more recent versions of Java (1.6, 1.7) is that you probably want this turned on by default. If you put up a panel with large HTML content, having lax.nl.java.compiler=off can make a huge performance difference (30+ seconds in our case just to render the panel).

Regards,
--/Richard
Labels (1)
0 Kudos
(1) Reply
DebbieL
Level 17

Ah, thanks for reporting this. This is logged as IOJ-1661418 in our bug/feature tracking system so that we can take a look at it for a future release.
0 Kudos