You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2020/04/16 14:33:06 UTC

[GitHub] [ignite] NSAmelchev commented on a change in pull request #7679: IGNITE-12827 Fix skipped detach flag when unmarshalling collections and object arrays.

NSAmelchev commented on a change in pull request #7679: IGNITE-12827 Fix skipped detach flag when unmarshalling collections and object arrays.
URL: https://github.com/apache/ignite/pull/7679#discussion_r409596733
 
 

 ##########
 File path: modules/core/src/test/java/org/apache/ignite/internal/binary/BinaryMarshallerSelfTest.java
 ##########
 @@ -5717,4 +5811,72 @@ private Object readResolve() {
             }
         }
     }
+
+    /** */
+    static class TestPlatformMemory implements PlatformMemory {
+        /** */
+        private static final int DEFAULT_CAPACITY = 1024;
+
+        /** */
+        long memPtr;
 
 Review comment:
   Can be `private`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services