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]

Re: [RFA/JDWP] Implement several JDWP callbacks


>>>>> "Keith" == Keith Seitz <keiths@redhat.com> writes:

Keith> This patch implements the JDWP callbacks for the JVMTI events
Keith> ClassPrepare, ThreadStart, ThreadEnd, and VMDeath. These are all
Keith> simple callbacks which don't really do much more than send a packet
Keith> down the wire to the debugger.

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?

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]