JVM startup operations from java launcher

Xiaobin Lu Xiaobin.Lu at Sun.COM
Sat Apr 25 02:00:47 PDT 2009


Download hotspot code from 
http://hg.openjdk.java.net/jdk7/hotspot/hotspot and study 
src/share/vm/prims/jni.cpp and you should be able to find out what 
actions are taken when JNI_CreateJavaVM is invoked.

-Xiaobin

Vigneswaran Sitaraman wrote:
> I want to know what are the processes taking place in terms of source code
> of hotspot when java launcher is launcher when JNI_CreateJavaVM is invoked.
> How it invokes JavaVM when jvm.dll is loaded and what are sequences of
> operations in terms of flow of program in Hotspot Source code.
>
>
>
> Regards
>
>
> Vigneswaran Sitaraman
> Tata Consultancy Services
> Technopark Campus ,Kariyavattom P.O.
> Trivandrum - 695 581,Kerala
> India
> Ph:- +91 44 26570843
> Cell:- + 91 9840694852
> Mailto: vigneswaran.sitaraman at tcs.com
> Website: http://www.tcs.com
> ____________________________________________
> Experience certainty.   IT Services
>                   Business Solutions
>                   Outsourcing
> ____________________________________________
>
> =====-----=====-----=====
> Notice: The information contained in this e-mail
> message and/or attachments to it may contain 
> confidential or privileged information. If you are 
> not the intended recipient, any dissemination, use, 
> review, distribution, printing or copying of the 
> information contained in this e-mail message 
> and/or attachments to it are strictly prohibited. If 
> you have received this communication in error, 
> please notify us by reply e-mail or telephone and 
> immediately and permanently delete the message 
> and any attachments. Thank you
>
>
>
>   




More information about the hotspot-dev mailing list