On Friday 16 February 2007 16:59 Zakharov, Vasily M wrote: > I've also checked the issue, using my experience of the same kind > with RMI Compiler, and I also came to conclusion that figuring RI > algorithm out in this case is hopeless. > > So +1 for closing H-953 as NBD.
+1 here. Closed it right now. > -----Original Message----- > From: Pavel Pervov [mailto:[EMAIL PROTECTED] > Sent: Friday, February 16, 2007 4:18 PM > To: [email protected] > Subject: Re: [classlib] compatibility nuances > > <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, -- Gregory
