JCAlgTest icon indicating copy to clipboard operation
JCAlgTest copied to clipboard

The value of MEMORY_TYPE_TRANSIENT_DESELECT not reported

Open tanepod opened this issue 5 months ago • 0 comments

v1.8.1, JCSystem.MEMORY_TYPE_TRANSIENT_DESELECT is not reported:

JCSystem.getVersion()[Major.Minor];3.0;
JCSystem.isObjectDeletionSupported;yes;
JCSystem.MEMORY_TYPE_PERSISTENT;107464B;
JCSystem.MEMORY_TYPE_TRANSIENT_RESET;4150B;
JCSystem.getMaxCommitCapacity();5120B;

However, the following code reports ramDeselectSize. https://github.com/crocs-muni/JCAlgTest/blob/master/AlgTest_JClient/src/algtestjclient/CardMngr.java#L737

tanepod avatar Jan 24 '24 15:01 tanepod