Native methods of the Java API class java.lang.Runtime.
struct Hjava_lang_String* java_lang_Runtime_initializeLinkerInternal(struct Hjava_lang_Runtime* this)
Initialise the linker and return the search path for shared libraries.
Argumentsstruct Hjava_lang_String* java_lang_Runtime_buildLibName(struct Hjava_lang_Runtime* this, struct Hjava_lang_String* s1, struct Hjava_lang_String* s2)
Construct a library name.
Argumentsjint java_lang_Runtime_loadFileInternal(struct Hjava_lang_Runtime* this, struct Hjava_lang_String* s1)
Load in a library file.
Argumentsvoid java_lang_Runtime_exitInternal(struct Hjava_lang_Runtime* r, jint v)
Exit the whole thing.
Argumentsstruct Hjava_lang_Process* java_lang_Runtime_execInternal(struct Hjava_lang_Runtime* this, HArrayOfObject* argv, HArrayOfObject* arge)
Execute another program.
Argumentsjlong java_lang_Runtime_freeMemory(struct Hjava_lang_Runtime* this)
Exec another program.
Argumentsjlong java_lang_Runtime_totalMemory(struct Hjava_lang_Runtime* this)
Returns the amount of total memory.
Argumentsvoid java_lang_Runtime_gc(struct Hjava_lang_Runtime* this)
Runs the garbage collector.
Argumentsvoid java_lang_Runtime_runFinalization(struct Hjava_lang_Runtime* this)
Runs any pending finalized methods. This is done by garbage collection system - so just run that. Runs the garbage collector.
Argumentsvoid java_lang_Runtime_traceInstructions(struct Hjava_lang_Runtime* this, jbool on)
Enables/disables tracing of instructions. Unimplemented!
Argumentsvoid java_lang_Runtime_traceMethodCalls(struct Hjava_lang_Runtime* this, jbool on)
Enables/disables tracing of method calls. Unimplemented!
Argumentsvoid java_lang_Runtime_runFinalizersOnExit0(jbool on)
Unimplemented!
Arguments