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 more VMMethod methods


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

Keith> One question, though, [since I still don't have my cygwin/mingw builds
Keith> working], does the natVMVirtualMachine.cc change require a JNICALL?

Nope.  That is only needed for functions that are declared JNICALL in
jvmti.h (well, or anywhere, but this is the typical place).

Keith> I know I've used an evil "extern" declaration in natVMMethod.cc, but
Keith> adding the ONE function to a header file seems extreme, since this is
Keith> the only place it'll ever be used, but, of course, it's the
Keith> maintainers' call.

I'd prefer it in a header.  How about jvmti-int.h?

Keith> Other than that, it's pretty straightforward: call JVMTI to get the
Keith> information, and then copy or massage the result for the JDWP code.

Ok.  Thanks.

Tom


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