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

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

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

revision 1.24 by jfrijters, Fri Nov 21 08:08:00 2003 UTC revision 1.25 by mark, Fri Nov 21 13:12:26 2003 UTC
# Line 198  public class Runtime Line 198  public class Runtime
198      if(runShutdownHooks())      if(runShutdownHooks())
199        halt(status);        halt(status);
200    
201        // Someone else already called runShutdownHooks().
202        // Make sure we are not/no longer in the shutdownHooks set.
203        // And wait till the thread that is calling runShutdownHooks() finishes.
204      synchronized (libpath)      synchronized (libpath)
205        {        {
206          if (shutdownHooks != null)          if (shutdownHooks != null)

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

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