diff options
author | Mark Spruiell <mes@zeroc.com> | 2010-05-27 09:35:14 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2010-05-27 09:35:14 -0700 |
commit | d99bd21827f9e0a618bb8e2137310654afa4cc0c (patch) | |
tree | 9ebb373443917a4216db22c8e9445849b181ce89 | |
parent | bug 4515 - updating CHANGES (diff) | |
download | ice-d99bd21827f9e0a618bb8e2137310654afa4cc0c.tar.bz2 ice-d99bd21827f9e0a618bb8e2137310654afa4cc0c.tar.xz ice-d99bd21827f9e0a618bb8e2137310654afa4cc0c.zip |
more CHANGES fixes for 4515
-rw-r--r-- | CHANGES | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -70,8 +70,9 @@ C++ Changes Java Changes ============ -- Fixed an issue in which intensive use of Freeze or the portable - stream objects could cause an OutOfMemoryError. +- Fixed an issue in which intensive use of Freeze or the stream API + could cause an OutOfMemoryError. Note that Freeze maps must be + regenerated with slice2freezej to incorporate this fix. - Fixed a bug in the Slice2Java ant task in which duplicate Slice files could be passed to slice2java. Also fixed a bug in slice2java |