On Sun, 2009-08-23 at 09:06 +0200, Vegard Nossum wrote:
> I did write something about this in the changelog of one of the other
> patches. It is correct that this is not _exactly_ what a miranda
> method is, but it would have been called a miranda method if it was
> generated by javac. But we're do
2009/8/23 Pekka Enberg :
> Vegard Nossum wrote:
>>
>> @@ -0,0 +1,29 @@
>> +package jvm;
>> +
>> +/**
>> + * @author Tomek Grabiec
>> + * @author Vegard Nossum
>> + */
>> +public class MirandaInterfaceMethodTest extends TestCase {
>
> AFAICT, the name "miranda" is for methods inserted by javac to
Vegard Nossum wrote:
> @@ -0,0 +1,29 @@
> +package jvm;
> +
> +/**
> + * @author Tomek Grabiec
> + * @author Vegard Nossum
> + */
> +public class MirandaInterfaceMethodTest extends TestCase {
AFAICT, the name "miranda" is for methods inserted by javac to work
around bugs in old VMs. What we're