Unload the Java VM when the calling thread is the only remaining non-daemon attached user thread

Property definitions

jvm $ JavaVM :: destroy
	# Unload the Java VM when the calling thread is the only remaining non-daemon attached user thread
	fun destroy `{
		(*self)->DestroyJavaVM(self);
	`}
lib/jvm/jvm.nit:166,2--169,3