This reverts commit348f5f0f41
[formerly33da766f63
] [formerly35007e0460
] [formerly3dc69632c1
[formerly8c84bc5fbb
] [formerly35007e0460
[formerly 56d6dd7fb0d16ef5fdb545e816fedddb28273024]]]. Former-commit-id:870972fb90
[formerly88e633934d
] [formerlybba410a330
[formerly 2d7d40f23da46f1825aaeab81549ee37700670eb]] Former-commit-id:bba410a330
Former-commit-id:7d2286aea7
This commit is contained in:
parent
e15d933ffb
commit
ee2452f5d3
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ public class SerializationCache {
|
|||
// and will block other threads, meanwhile deeper inside create()
|
||||
// it needs to obtain a lock on the classloader which another thread
|
||||
// might already have
|
||||
synchronized (SerializationCache.class.getClassLoader()) {
|
||||
synchronized (SerializationCache.class) {
|
||||
bm = generator.create();
|
||||
}
|
||||
generator.setBean(null);
|
||||
|
|
Loading…
Add table
Reference in a new issue