JVMInit function call - where is it located the source?

mr rupplin mearvk at outlook.com
Tue Aug 21 16:21:44 UTC 2018


Inside java.c there is a JLI_Launch which purports to be the launching or entry point for the JVM.  The last line shows:


return JVMInit(&ifn, threadStackSize, argc, argv, mode, what, ret);


This is given apparently as a function call that will return an int.  However the include file java.h shows no source for this function.  Where is it located?


--


And finally where is the javac.c source file? I'm sure it's been here and now its lost. - ok


max



More information about the core-libs-dev mailing list