runtime entry point

Keith McGuigan keith.mcguigan at oracle.com
Fri May 11 07:51:13 PDT 2012


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

--
- Keith

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