/[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.2 by mkoch, Fri May 7 09:16:49 2004 UTC revision 1.3 by tromey, Sat Sep 18 01:56:18 2004 UTC
# Line 111  final class VMProcess extends Process Line 111  final class VMProcess extends Process
111      // Only used in run() and spawn() method from this Thread, so no locking.      // Only used in run() and spawn() method from this Thread, so no locking.
112      private final HashMap activeMap = new HashMap();      private final HashMap activeMap = new HashMap();
113    
114        // We have an explicit constructor, because the default
115        // constructor will be private, which means the compiler will have
116        // to generate a second package-private constructor, which is
117        // bogus.
118        public ProcessThread ()
119        {
120        }
121    
122      public void run()      public void run()
123      {      {
124        final LinkedList workList = VMProcess.workList;        final LinkedList workList = VMProcess.workList;

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

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