Linkage error on recent JDKs

Charles Oliver Nutter headius at headius.com
Fri Feb 24 08:31:05 PST 2012


On Fri, Feb 24, 2012 at 10:28 AM, Charles Oliver Nutter
<headius at headius.com> wrote:
> It seems like the MethodHandle logic at some low level is linking the
> incoming class as though it were loaded from the bootstrap loader.

Oh, and FWIW, the name is not really "anonymous"...the noise after the
base class name is a SHA1 hash of a logical representation of the code
to be jitted. Identical methods will end up having the same class name
regardless of where they're loaded.

...but they're still defined by separate classloaders, so I still
think there's an indy problem here.

- Charlie


More information about the mlvm-dev mailing list