runtime entry point
David Holmes
david.holmes at oracle.com
Sat May 12 01:59:11 PDT 2012
On 12/05/2012 12:51 AM, Keith McGuigan wrote:
>
> You'll want to read up on the JNI interface, which is what the launcher
> (java.exe) uses to invoke the JVM (jvm.dll). Maybe start with the
> "invoke interface": http://java.sun.com/docs/books/jni/html/invoke.html
Slight more up to date link:
http://docs.oracle.com/javase/7/docs/technotes/guides/jni/spec/jniTOC.html
David
> On 5/11/2012 10:29 AM, Xin Tong wrote:
>> I would like to know where the entry point to the hotspot virtual
>> machine is ? and where can i store a variable which i can have access
>> to in the threaded interpreter ? i would like to store some
>> information into the variable as the interpreter runs.
>>
>> Thanks
>>
>> Xin
More information about the hotspot-runtime-dev
mailing list