Fix AnalyzeSerializablesJUnitTest, add CopyOnWriteHashMap to sanctionedSerializables.txt
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/2cf4fb1a Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/2cf4fb1a Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/2cf4fb1a Branch: refs/heads/feature/GEODE-11 Commit: 2cf4fb1ab5fe899b5bfe01b2e8b22e4eb67157ef Parents: 37cc70e Author: Ashvin Agrawal <[email protected]> Authored: Wed Nov 11 13:07:06 2015 -0800 Committer: Ashvin Agrawal <[email protected]> Committed: Wed Nov 11 13:07:06 2015 -0800 ---------------------------------------------------------------------- .../com/gemstone/gemfire/codeAnalysis/sanctionedSerializables.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/2cf4fb1a/gemfire-core/src/test/resources/com/gemstone/gemfire/codeAnalysis/sanctionedSerializables.txt ---------------------------------------------------------------------- diff --git a/gemfire-core/src/test/resources/com/gemstone/gemfire/codeAnalysis/sanctionedSerializables.txt b/gemfire-core/src/test/resources/com/gemstone/gemfire/codeAnalysis/sanctionedSerializables.txt index 25e8813..b9252f7 100644 --- a/gemfire-core/src/test/resources/com/gemstone/gemfire/codeAnalysis/sanctionedSerializables.txt +++ b/gemfire-core/src/test/resources/com/gemstone/gemfire/codeAnalysis/sanctionedSerializables.txt @@ -143,7 +143,6 @@ com/gemstone/gemfire/cache/hdfs/internal/hoplog/HdfsSortedOplogOrganizer$HoplogR com/gemstone/gemfire/cache/hdfs/internal/hoplog/Hoplog$HoplogVersion,false com/gemstone/gemfire/cache/hdfs/internal/hoplog/Hoplog$Meta,false com/gemstone/gemfire/cache/hdfs/internal/org/apache/hadoop/io/SequenceFile$CompressionType,false -com/gemstone/gemfire/cache/lucene/LuceneQueryFactory$ResultType,false com/gemstone/gemfire/cache/operations/PutAllOperationContext$UpdateOnlyMap,true,-1034234728574286014,m:java/util/Map com/gemstone/gemfire/cache/partition/PartitionNotAvailableException,true,1 com/gemstone/gemfire/cache/persistence/ConflictingPersistentDataException,true,-2629287782021455875 @@ -635,6 +634,7 @@ com/gemstone/gemfire/internal/tcp/VersionedByteBufferInputStream,false,version:c com/gemstone/gemfire/internal/util/Breadcrumbs$CrumbType,false com/gemstone/gemfire/internal/util/SingletonValue$ValueState,false com/gemstone/gemfire/internal/util/SunAPINotFoundException,false +com/gemstone/gemfire/internal/util/concurrent/CopyOnWriteHashMap,false,map:java/util/Map com/gemstone/gemfire/internal/util/concurrent/CustomEntryConcurrentHashMap,true,-7056732555635108300,compareValues:boolean,entryCreator:com/gemstone/gemfire/internal/util/concurrent/CustomEntryConcurrentHashMap$HashEntryCreator,segmentMask:int,segmentShift:int,segments:com/gemstone/gemfire/internal/util/concurrent/CustomEntryConcurrentHashMap$Segment[] com/gemstone/gemfire/internal/util/concurrent/CustomEntryConcurrentHashMap$DefaultHashEntryCreator,true,3765680607280951726 com/gemstone/gemfire/internal/util/concurrent/CustomEntryConcurrentHashMap$IdentitySegment,true,3086228147110819882
