Package org.agrona.agent
package org.agrona.agent
Java agent for instrumenting
DirectBuffer
implementations to verify aligned access.-
ClassDescriptionA Java agent that verifies that all memory accesses in
DirectBuffer
implementations are aligned.Runtime Exception thrown byBufferAlignmentAgent
when an unaligned memory access is detected.Interceptor to be applied when verifying buffer alignment accesses.Verifier forchar
types.Verifier fordouble
types.Verifier forfloat
types.Verifier forint
types.Verifier forlong
types.Verifier forshort
types.