Another reflection bug; compatibility results

Godmar Back kaffe@rufus.w3.org
Thu, 15 Jun 2000 12:33:01 -0600 (MDT)


> methods twice. It is safe to assume that two calls to getMethod() with
> the same arguments *in the same run of Kaffe* (and without the
> possibility of any classes being gc'd) will always return the same
> method, right?

Right.

	- Godmar