When run java_g -prof on winNT i get following:
F:\demo\Calc>java_g -prof TestClass
java_g -prof TestClass
Assertion failed: FALSE, file ..\..\..\..\src\win32\sun\windows\ObjectList.cpp, line 62
abnormal program termination
also prof file is incomplete.
I am attaching test program which gives same results on NT and Win95.
F:\demo\Calc>java_g -prof TestClass
java_g -prof TestClass
Assertion failed: FALSE, file ..\..\..\..\src\win32\sun\windows\ObjectList.cpp, line 62
abnormal program termination
also prof file is incomplete.
I am attaching test program which gives same results on NT and Win95.
- relates to
-
JDK-4061755 dispose() on main Frame causes awt assert failure (under java_g)
- Closed