[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Runtime reference implementation buglet
From: |
Brian Jones |
Subject: |
Re: Runtime reference implementation buglet |
Date: |
28 Apr 2002 13:36:01 -0400 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 |
Tom Tromey <address@hidden> writes:
> In the Runtime reference implementation I see this code:
>
> if (nativeLoad(filename) == 0)
> throw new UnsatisfiedLinkError("Could not load library " + filename);
>
> Later there is this:
>
> * @return 0 on success, nonzero on failure
> */
> native int nativeLoad(String filename);
>
> One or the other is wrong. I don't know which. Could whoever works
> on this class please fix this? Thanks.
I changed the doc comment since changing the code would break VMs.
Brian
--
Brian Jones <address@hidden>