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] | |
Keith> Ok?
Yes, thanks.
Keith> + jthread thread, jclass klass) [...] Keith> + Thread *t = reinterpret_cast<Thread *> (thread);
Is there a way we can define jthread == Thread* for internal purposes, so we can get rid of these casts?
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |