Linkage error on recent JDKs
Charles Oliver Nutter
headius at headius.com
Fri Feb 24 08:08:57 PST 2012
On Thu, Feb 23, 2012 at 8:22 PM, John Rose <john.r.rose at oracle.com> wrote:
> It looks as if you are loading the "anonymous" class *channels_11AC* from
> two sources. Is it possible you have an old dumped version on your file
> system? (Seems unlikely.)
I would expect to also see it when running without invokedynamic
enabled, though, and I don't. No change in how classes are loaded; I
just bind the calls with indy instead of via my CachingCallSite.
> Try java -verbose:class to see if it really loads twice.
Sure, I'll see if I can come up with more information. Frustratingly,
it only happens when running the full suite.
- Charlie
More information about the mlvm-dev
mailing list