Changes between Initial Version and Version 1 of Ticket #33
- Timestamp:
- Dec 16, 2010, 3:26:42 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33
- Property Milestone → Beta
-
Ticket #33 – Description
initial v1 8 8 9 9 This in particular happens with AWT native methods which are implemented with the help of C++ classes on Windows (and therefore on OS/2). A particular example is the static GDIHashable AwtPen::cache object (see awt_Pen.cpp). Upon destruction, it frees memory and in the debug build the free routine collects some extra information and uses the JVM monitor primitive to serialize access to its internal structures containing this information. But this primitive may not function when JVM is shut down and therefore the application crashes. 10 11 12 13 GCC/VAC