mirror of
https://github.com/corda/corda.git
synced 2025-06-18 23:28:21 +00:00
implement fixed object support
This commit is contained in:
@ -232,6 +232,10 @@ bitsToFloat(uint32_t bits)
|
||||
return f;
|
||||
}
|
||||
|
||||
// an object must survive TenureThreshold + 2 garbage collections
|
||||
// before being copied to gen2 (muat be at least 1):
|
||||
const unsigned TenureThreshold = 3;
|
||||
|
||||
class Machine;
|
||||
class Thread;
|
||||
|
||||
|
Reference in New Issue
Block a user