We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
This can be done using the zero-cost assertion mechanism in chronicle-core, e.g.:
@Override public long readEntry(long addr, long pos) { assert SKIP_ASSERTIONS || addr != 0 && addr != -1 : "addr: " + addr; assert SKIP_ASSERTIONS || assertIfEnabled(nonNegative(), pos) : "pos is negative"; return OS.memory().readInt(addr + pos); }
Sorry, something went wrong.
9c3bd99
Released in Chronicle-Map-3.22ea3, BOM-2.22ea23
Released in Chronicle-Map-3.22ea3, BOM-2.22ea29
minborg
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: