/[classpath]/classpath/java/rmi/server/UID.java
ViewVC logotype

Diff of /classpath/java/rmi/server/UID.java

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

revision 1.2 by mark, Tue Jan 22 22:27:00 2002 UTC revision 1.2.2.1 by gnu_andrew, Thu Jan 13 22:40:38 2005 UTC
# Line 1  Line 1 
1  /*  /*
2    Copyright (c) 1996, 1997, 1998, 1999 Free Software Foundation, Inc.    Copyright (c) 1996, 1997, 1998, 1999, 2004 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 65  private short count; Line 65  private short count;
65   */   */
66  public UID() {  public UID() {
67          synchronized (lock) {          synchronized (lock) {
68                  if (count == Short.MAX_VALUE) {                  if (nextCount == Short.MAX_VALUE) {
69                          long newtime;                          long newtime;
70                          for (;;) {                          for (;;) {
71                                  newtime = System.currentTimeMillis();                                  newtime = System.currentTimeMillis();

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

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