thrift/lib/javame
Divye Kapoor 58fa7b4610 THRIFT-5430: Fix deadlock triggered by FieldMetaData.class.
Details of the deadlock are in the ticket.
This PR addresses the deadlock by limiting the scope of the locks
acquired in FieldMetaData.java to only protect calls to the structMap
hashtable. No locks should be held when the call to sClass.newInstance()
is in progress.

Tested: Regular CI builds should pass.
2021-06-23 20:30:55 +02:00
..
src/org/apache/thrift THRIFT-5430: Fix deadlock triggered by FieldMetaData.class. 2021-06-23 20:30:55 +02:00
coding_standards.md THRIFT-3148 Markdown links to coding_standards are dead 2015-05-13 21:40:26 +02:00