nabarun created GEODE-6162:
------------------------------
Summary: writePdx method must return immediately when internal
objects are passed
Key: GEODE-6162
URL: https://issues.apache.org/jira/browse/GEODE-6162
Project: Geode
Issue Type: Bug
Reporter: nabarun
In InternalDataSerializer, if an internal object is passed to writePdx, it does
the check after allocating memory and then returns false.
This may put pressure on the GC collection.
Make this check to be the first step so that the method returns immediately if
an internal object is passed.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)