`Decimal64` java class can become a "value class" in [Valhalla](https://openjdk.org/projects/valhalla/). We should try to test `Decimal64` as `value` class: - how well it works, - ensure that there are no allocations on heap, - compare it's performance with non-valhalla JRE with Java Agent enabled.