[kaffe] Shutdown process
Guilhem Lavaux
guilhem.lavaux@free.fr
Sun Jul 6 08:54:01 2003
Hi,
I am working on the VM shutdown process in Kaffe as I noticed it was not=20
implemented (and thus not conform to Java 1.3 but I think there are many=20
functions like that). Looking at the code, I have noticed that effectively =
VM=20
is always shutdown quiet bruskly: exit(xx) is called natively and that's it=
=2E=20
Apparently a more extended behaviour has been foreseen in the past because=
=20
there is a class calls kaffe.lang.Application which must deal with shutting=
=20
down the resource of an Application. However:
1) this does not really follow the specification as if it is used only the=
=20
thread calling exit is shut down
2) I did not see any call to kaffe.lang.Application in the javalib nor in t=
he=20
C native implementation.
So is there an interest in keeping it or can I modify it without restrictio=
n ?
Guilhem.