What is the LifeCycle of VM
The Component that Start VM is we referred as Launcher, is
this launcher (ie java/javaws Other Launchers like JNI
(JNI_CreateJavaVM) command) follow this Lifecycle.
Typically the Process what we see when we invoke this command
Parsing of Command Line.
Heap Initialization
Lookup the Main Class.
Create the HotSpot VM using Native call.
Execute the main Class
Perform the CLeanup Operation
Is something more goes when the VM life cycle Initiate
No comments:
Post a Comment