UnsatisfiedLinkError and stracktraces
Tom Rodriguez
Thomas.Rodriguez at Sun.COM
Mon Oct 8 13:52:18 PDT 2007
>>> java.lang.UnsatisfiedLinkError: extest.nsub()V
>>> at extest.main(extest.java:336)
>> I believe that at the point we throw it we've already pushed a frame for the
>> native method so we could start invoking it and then we discover that we can't
>> link it which is why it shows up in the call stack. I can't think of any reason
>> why one would be preferred over the other.
>
> So we could simply leave the native one out.
That would seems reasonable to me.
tom
More information about the hotspot-dev
mailing list