Timeout: 2pm 5/17
Index: src/java/com/sun/enterprise/util/collection/IntEntry.java
===================================================================
RCS file: /cvs/glassfish/appserv-commons/src/java/com/sun/enterprise/
util/collection/IntEntry.java,v
retrieving revision 1.5
diff -r1.5 IntEntry.java
64c64
< return (int)key ^ (int)(key>>32);
---
> return key;