This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
I made those small changes and have committed this patch."Kyle" == Kyle Galloway <kgallowa@redhat.com> writes:
Kyle> The CHECK_INTERP_CLASS macro ensures that the class of the Kyle> method is interpreted.
I think getLineTable should be updated to use the new macro.
Kyle> + String *msg = reinterpret_cast<String *> (JvNewStringUTF (error));
I think you shouldn't need the cast here.
Aside from these, this is ok. Thanks.
Thanks, Kyle
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |