JVMInit function call - where is it located the source? (original) (raw)
mr rupplin mearvk at outlook.com
Tue Aug 21 16:21:44 UTC 2018
- Previous message: RFR(XXS) : 8209740 : typo in test/lib/jtreg/SkippedException.java
- Next message: JVMInit function call - where is it located the source?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: RFR(XXS) : 8209740 : typo in test/lib/jtreg/SkippedException.java
- Next message: JVMInit function call - where is it located the source?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]