Memory leak fixes

Etienne Gagnon <[email protected]> Sat, 27 May 2006 13:29:29 -0400
Newsgroups gmane.comp.java.vm.sablevm.devel
Message-ID <[email protected]>
This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--===============0539922895==
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature";
	boundary="------------enig31FBE44C0EE9859A8F60722B"

This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enig31FBE44C0EE9859A8F60722B
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

Hi all,

Sebastien Vezina has worked hard at making sure that DestroyJavaVM()
releases all memory resources allocated by SableVM.

To help tracking leaked memory, he also implemented a new
--enable-memory-debugging configure option.  You can find more
information about it in doc/memory-debugging.txt .

This work has been added into the trunk.  So, for those working on x86
platform, you can try:

$ svn co svn://svn.sablevm.org/sablevm/trunk sablevm
$ cd sablevm
$ ./autogen.sh
$ ./configure ... # add your options, such as --enable-memory-debugging
$ make
$ su
$ make install
$ exit
$ /usr/local/bin/java-sablevm ...

For those on non-x86 platform, you should use the following branch that
tracks trunk improvements (as the trunk is currently broken on these
architectures due to the ongoing Harmony transition):

$ svn co svn://svn.sablevm.org/sablevm/branches/sablevm-lgpl
$ ...


Thank you in advance for testing this code and report back any problem.

Have fun!

Etienne
-- 
Etienne M. Gagnon, Ph.D.            http://www.info2.uqam.ca/~egagnon/
SableVM:                                       http://www.sablevm.org/
SableCC:                                       http://www.sablecc.org/

--------------enig31FBE44C0EE9859A8F60722B
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFEeIyAjyrJi4rH84gRAqztAJ9K1WyleQ7WkX2pY8hsQ8sx2iAxFACfXGTO
Ou3wMOlkLMRu0iu2eTyww8A=
=8uWd
-----END PGP SIGNATURE-----

--------------enig31FBE44C0EE9859A8F60722B--


--===============0539922895==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
SableVM-devel mailing list
[email protected]
http://sablevm.org/lists/control/listinfo/sablevm-devel

--===============0539922895==--