Skip to content

StoreGate: Fix hash collision.

Scott Snyder requested to merge ssnyder/athena:hash.StoreGate-20221004 into master

In VarHandleKey::initialize(), we should be sure that we register hashes for all base classes, not just the primary class, to prevent hash collisions with transient keys.

See ATR-26357.

Merge request reports