/[classpath]/classpath/vm/reference/java/lang/VMProcess.java
ViewVC logotype

Diff of /classpath/vm/reference/java/lang/VMProcess.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by tromey, Sat Sep 18 01:56:18 2004 UTC revision 1.4 by jfrijters, Thu Dec 2 13:17:21 2004 UTC
# Line 202  final class VMProcess extends Process Line 202  final class VMProcess extends Process
202                process.state = RUNNING;                process.state = RUNNING;
203                activeMap.put(new Long(process.pid), process);                activeMap.put(new Long(process.pid), process);
204              }              }
205              catch (ThreadDeath death)
206                {
207                  throw death;
208                }
209            catch (Throwable t)            catch (Throwable t)
210              {              {
211                process.state = TERMINATED;                process.state = TERMINATED;

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26