diff options
author | Mark Spruiell <mes@zeroc.com> | 2016-02-26 10:43:37 -0800 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2016-02-26 10:43:37 -0800 |
commit | b42452eb0c569e1c72b2dcc83b53bfd26195fdfc (patch) | |
tree | 4d08a20c2e7326558ccb842b252d8c1e3b1334e7 /CHANGELOG-3.6.md | |
parent | Slice/generation test needs to clean up generated files in Java (diff) | |
download | ice-b42452eb0c569e1c72b2dcc83b53bfd26195fdfc.tar.bz2 ice-b42452eb0c569e1c72b2dcc83b53bfd26195fdfc.tar.xz ice-b42452eb0c569e1c72b2dcc83b53bfd26195fdfc.zip |
ICE-6844 - Slow Java performance when unmarshaling Ice objects that use compact type IDs
Diffstat (limited to 'CHANGELOG-3.6.md')
-rw-r--r-- | CHANGELOG-3.6.md | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/CHANGELOG-3.6.md b/CHANGELOG-3.6.md index 44de903603a..bb48ca87424 100644 --- a/CHANGELOG-3.6.md +++ b/CHANGELOG-3.6.md @@ -49,15 +49,20 @@ These are the changes since Ice 3.6.1. - Fixed El Capitan build issues caused by a new security feature that no longer exports DYLD_LIBRARY_PATH to child processes. -- Fixed potential deadlock that could occur when using collocation - optimization and serialized server thread pools. +- Fixed potential deadlock that could occur when using collocation optimization and + serialized server thread pools. ## C# Changes - Minor fixes to release the memory used by the transports to send and receive - data sooner. This garbage collector can therefore collect this memory sooner + data sooner. The garbage collector can therefore collect this memory sooner as well. +## Java Changes + +- Fixed a bug where unmarshaling Ice objects was really slow when using + compact type IDs. + # Changes in Ice 3.6.1 These are the changes since Ice 3.6.0. |