Submitted On 04-AUG-2005
AlexDusty
No workaround with 64 bit version of the JDK:
# java -version
java version "1.5.0_04"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_04-b05)
Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_04-b05, mixed mode)
# java -client HotSpotError
E R R O R: 2269412
Reproducible always
Submitted On 18-SEP-2005
AlexDusty
I verified the problem with JDK "1.5.0_05"
Submitted On 20-DEC-2006
AlexDusty
Problem verified also with java 1.6.0 :(
Submitted On 19-JUL-2007
connaugp
Proposed workaround: assign test variable to be: Integer.MAX_VALUE-1
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|