Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
Windows XP
-
Unknown
Description
To get it, just use the following java code:
public class xx
{
public static void main(String[] args)
}
Output of RI (both server and client mode) is : 4294967296
Output of harmony (under client mode) is: 4294967296
Output of harmony (under server mode) is: 1 (this should be wrong)
It is strange that you have to keep the first two statements inside function main, or you will get the correct output.