While writing a new C runtime function I tried making one of the arguments a long which seemed to induce spill-split-recycle failure on sparc. Looking into it more the problem was that there was no way to move from the Java long which was in one register to the pair of registers required for the C calling convention. It's not really a big deal but I wanted to put in a report to record the problem.
###@###.### 2005-06-10 21:28:04 GMT
###@###.### 2005-06-10 21:28:04 GMT