Submitted on 5 December 2005 at 00:03

On 5 December 2005 at 00:13 Jira commented:

JFR-34, martin:

This might actually be a bug in the optimization of innermost …


On 5 December 2005 at 00:28 Jira commented:

JFR-34, martin:

Yes it is:
https://bugs.cs.uu.nl/browse/STR-479


On 5 December 2005 at 00:31 Jira commented:

JFR-34, martin:

Fragment that fails:

class Foo
{
void foo()
{
long num = ((long)save&0xffffffffL) - ((long)borrow&0xffffffffL);
}
}


On 5 December 2005 at 00:31 Jira commented:

JFR-34, martin:

This is a bug in the new implementation of innermost fusion, so it’s not a bug in java-front.

Log in to post comments