public static class CodeArray.Factory extends Object
Constructor and Description |
---|
Factory() |
Modifier and Type | Method and Description |
---|---|
static CodeArray |
create(int numInstrs,
boolean isHot)
Allocate a code array big enough to contain numInstrs instructions.
|
public Factory()
public static CodeArray create(int numInstrs, boolean isHot)
numInstrs
- the number of instructions to copy from instrsisHot
- is this an allocation of code for a hot method?