/[classpath]/classpath/gnu/classpath/jdwp/processor/VirtualMachineCommandSet.java
ViewVC logotype

Diff of /classpath/gnu/classpath/jdwp/processor/VirtualMachineCommandSet.java

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

revision 1.1 by aluchko, Thu Jul 14 17:23:40 2005 UTC revision 1.2 by aluchko, Sat Aug 13 01:07:10 2005 UTC
# Line 144  public class VirtualMachineCommandSet im Line 144  public class VirtualMachineCommandSet im
144            case JdwpConstants.CommandSet.VirtualMachine.ALL_CLASSES_WITH_GENERIC:            case JdwpConstants.CommandSet.VirtualMachine.ALL_CLASSES_WITH_GENERIC:
145              executeAllClassesWithGeneric(bb, os);              executeAllClassesWithGeneric(bb, os);
146              break;              break;
   
147            default:            default:
148              break;              throw new NotImplementedException("Command " + command +
149                " not found in VirtualMachine Command Set.");
150            }            }
151        }        }
152      catch (IOException ex)      catch (IOException ex)
# Line 246  public class VirtualMachineCommandSet im Line 246  public class VirtualMachineCommandSet im
246    
247      int numThreads = root.activeCount();      int numThreads = root.activeCount();
248      Thread allThreads[] = new Thread[numThreads];      Thread allThreads[] = new Thread[numThreads];
249      root.enumerate(allThreads, true);      root.enumerate(allThreads);
250    
251      // We need to loop through for the true count since some threads may have      // We need to loop through for the true count since some threads may have
252      // been destroyed since we got      // been destroyed since we got

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

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