new对象(short、byte数组)改为调用JCSystem.makeTransientXxxArray放到ram里面;
makeTransientXxxArray类型改为MEMORY_TYPE_TRANSIENT_RESETMEMORY_TYPE_TRANSIENT_RESET
This commit is contained in:
@@ -62,7 +62,7 @@ public final class Zuc256Tables {
|
||||
/**
|
||||
* 常量数组 D(16bit short二维数组适配)
|
||||
*/
|
||||
public static final short[] ZUC256_D_FLAT = new short[] {
|
||||
public static final short[] ZUC256_D_FLAT = {
|
||||
// row 0
|
||||
0x22,0x2F,0x24,0x2A,0x6D,0x40,0x40,0x40,
|
||||
0x40,0x40,0x40,0x40,0x40,0x52,0x10,0x30,
|
||||
|
||||
Reference in New Issue
Block a user