RFR(XS/T): 8250848: [aarch64] nativeGotJump_at() missing call to verify().

Patric Hedlin patric.hedlin at oracle.com
Tue Aug 11 09:00:15 UTC 2020


Please review this trivial change/update.


--- a/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp    Mon Aug 10 
12:57:38 2020 +0100
+++ b/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp    Mon Aug 10 
16:50:20 2020 +0200
@@ -537,6 +537,7 @@

  inline NativeGotJump* nativeGotJump_at(address addr) {
    NativeGotJump* jump = (NativeGotJump*)(addr);
+  DEBUG_ONLY(jump->verify());
    return jump;
  }


Issue: https://bugs.openjdk.java.net/browse/JDK-8250848

Webrev with additional (trivial) /code style/ conforming clean-up:
        http://cr.openjdk.java.net/~phedlin/tr8250848/


Testing: tier1-3


Best regards,
Patric


More information about the hotspot-compiler-dev mailing list