<Copying from JIRA> I've experimented with RI VMs.
Jrockit uses 'stack list' to store methods it reads from class file (last declared comes first). HotSpot seems to use some sort of hash map to store method. Statics are always reported first, moving 'static public void main' from the beginning of the class to the end changes the order of reporting non-static methods drastically. So, "nice" is nice, but I would suggest to treat this as non-bug difference and close HARMONY-953 as such. WBR, -- Pavel Pervov, Intel Enterprise Solutions Software Division
