Skip to content

Commit

Permalink
[Java] Explicitly enable bounds checks in Agrona.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Jan 23, 2025
1 parent 5ad7601 commit 42d8e44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ subprojects {
'aeron.dir.delete.on.start': 'true',
'aeron.term.buffer.sparse.file': 'true',
'aeron.perform.storage.checks': 'false',
'agrona.disable.bounds.checks': 'false',
'agrona.strict.alignment.checks': 'true',
'net.bytebuddy.experimental': 'true',
'io.aeron.shadow.net.bytebuddy.experimental': 'true',
Expand Down

0 comments on commit 42d8e44

Please sign in to comment.