|
waoh !
It's very scarying that an optimisation could be the cause of such a problem... I thought IBM JVM was very solid, but, yes, we can consider that this is possibly the reason why you have such a pb. What I suggest is that you just keep an eye on this issue, add some more info about the environment (computer, Linux version, JVM exact version), and close the issue. I'm not sure you can close it, unless we resolve it. If so, just send a mail, we will "resolve" it to "won't fix", then you will be able to close it. Thanks a lot for having investigating this problem, it was the next on my list after having close another serious issue :) Just to clarify...
This is a problem on IBM iSeries Midrange Server running OS400 V5R2 (not LINUX) Our cumulative package PTF level is C4244520 >java -Djava.version=1.4 -version java version "1.4.2" I cannot currently close so please mark as "wont fix". Thanks So this is a won't fix... If it's really a optimisation related pb with IBM JVM 1.4 on OS/400 system, I'm afraid we won't be able to fix IBM JVM ;)
Emmanuel Lecharny made changes - 27/Jan/06 10:31 PM
Simon Temple made changes - 27/Jan/06 10:39 PM
moved it and linked it to the correct issue
Emmanuel Lecharny made changes - 27/Jan/06 10:41 PM
Emmanuel Lecharny made changes - 27/Jan/06 11:31 PM
Alex Karasulu made changes - 10/Feb/06 12:34 PM
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
The JVM was being invoked with -opt40
-X -opt<number> optimization level for java program 0(interpret), 10,30, 40
The problem does not occur when optimisation is set to 10 or is not used.
Not using optimisation is now IBMs recommend approach as the JIT will execute code up to 15% faster than that executed with optimisation level 40!
I suggest this issue is closed.