mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
GP-4327 Revised PackedDatabase synchronization to improve concurrent use
within the same processes.
This commit is contained in:
parent
d27222d9b5
commit
0e2725c920
4 changed files with 82 additions and 99 deletions
|
@ -554,7 +554,7 @@ public abstract class DomainObjectAdapterDB extends DomainObjectAdapter
|
|||
}
|
||||
try {
|
||||
|
||||
ContentHandler ch = DomainObjectAdapter.getContentHandler(this);
|
||||
ContentHandler<?> ch = DomainObjectAdapter.getContentHandler(this);
|
||||
PackedDatabase.packDatabase(dbh, name, ch.getContentType(), outputFile, monitor);
|
||||
|
||||
// TODO :( output method will cause Redo-able transactions to be cleared
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue