This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: IdentityHashMap & natStackTrace
- From: Chris Gray <chris dot gray at kiffer dot be>
- To: Rutger Ovidius <r_ovidius at eml dot cc>, java at gcc dot gnu dot org
- Date: Fri, 26 Nov 2004 01:46:52 +0100
- Subject: Re: IdentityHashMap & natStackTrace
- Organization: /k/ Embedded Java Systems
- References: <852788001.20041125111906@eml.cc>
> table = new Object[old.length << 1 + 2];
Additive operators have priority 11. Shifts have priority 10. Gotta love that
stuff.
--
Chris Gray /k/ Embedded Java Solutions
Embedded & Mobile Java, OSGi http://www.kiffer.be/k/
chris.gray@kiffer.be +32 3 216 0369