Matt Gerrans
Posts: 1153
Nickname: matt
Registered: Feb, 2002
|
|
Re: Function sequence error??????
|
Posted: Apr 8, 2002 10:10 PM
|
|
Yes, maybe you can post your code. If you have to call System.gc() to eliminate the symptoms of your problem, that is probably indicative of some real problem which you haven't really solved, but hidden. Maybe you were doing something in finalize() as if it were a C++ destructor, for instance. Of course, there is a big difference between the two -- one is deterministic and the other isn't.
|
|