1.0.20.20: fix gencgc on 32 bit platforms with 2gb< heap
authorGabor Melis <mega@hotpop.com>
Mon, 22 Sep 2008 18:33:07 +0000 (18:33 +0000)
committerGabor Melis <mega@hotpop.com>
Mon, 22 Sep 2008 18:33:07 +0000 (18:33 +0000)
    - pepper unsigned long around
    - mixed signed/unsigned is ok as long as there are only + and -
      bitwise logical operations on them, care must be taken for /, <, <=.


No differences found