[8u] RFR: nativeInstruction atomicity and correctness of patching

Andrew Haley aph at redhat.com
Wed Mar 30 13:10:48 UTC 2016


On 03/30/2016 02:00 PM, Anton Kozlov wrote:
> +void NativeTrampolineCall::set_destination_mt_safe(address dest, bool assert_lock) {
> +  assert(is_at(addr()), "not call");
> +  set_destination(dest);
> +  ICache::invalidate_word(addr() + 8);
> +}

I don't see the point of the ICache::invalidate.




More information about the aarch32-port-dev mailing list