Should reduce the pressure on the garbage collector.
2005-10-09 Andrew Cagney <cagney@redhat.com> * Makefile.am: Add frysk-imports to class and link paths. 2005-10-09 Andrew Cagney <cagney@redhat.com> * cni/Errno.cxx, cni/Errno.hxx: Add throwErrno methods that take a suffix, and a suffix and val. Rename throwException to throwRuntimeException. * cni/Fork.cxx, cni/Ptrace.cxx, cni/Signal.cxx, cni/Wait.cxx: Use. 2005-10-08 Andrew Cagney <cagney@redhat.com> * cni/Stat.cxx, package.html, Stat.java: New files. 2005-10-09 Andrew Cagney <cagney@redhat.com> * Makefile.am: Re-order GEN_CLASSPATH and GEN_GCJ_LDADD so that frysk-imports comes after frysk-sys. 2005-10-09 Andrew Cagney <cagney@redhat.com> * LinuxHost.java, LinuxProc.java: Use frysk.sys.proc.Stat. Better handle a lost /proc/PID/stat file. -- One result of this change is that testRefreshZombie(frysk.proc.TestRefresh), which appears to suffer from a race condition with /proc (sometimes the zombie still has a thread), fails more often.