Changeset 21668 for trunk/changelog
- Timestamp:
- Jul 10, 2011, 2:00:46 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r21659 r21668 1 0.6.21668 (2011-07-10) 2 ---------------------- 3 4 Dmitriy Kuminov: 5 6 - kernel32: SEH: Disabled unwinding Win32 exception handlers in response to 7 the OS/2 unwind procedure to prevent endless recursive crashes inside 8 OS2RtlUnwind() happening due to stack corruption under SMP kernel when too 9 many threads are being unwound at once (seen as a lot of c0010001 and 10 c0010002 exceptions in POPUPLOG.OS2 after application termination). 11 - kernel32: Fixed a regression in 0.6.21659 that caused crashes in DOSCALL1 12 when writing to memory mapped files. The wrong code path would incorrectly 13 invalidate memory pages on each write. This affected all OpenJDK apps. 14 1 15 0.6.21659 (2011-06-27) 2 16 ----------------------
Note:
See TracChangeset
for help on using the changeset viewer.