RFR (T/XS) 8225622: [AOT] runtime/SharedArchiveFile/TestInterpreterMethodEntries.java crashed with AOTed java.base

Ekaterina Pavlova ekaterina.pavlova at oracle.com
Wed Jun 12 06:33:28 UTC 2019


Hi,

please review small test patch which disables first test case from running in case AOT is used.
This test cases crashes when running with AOT because the test case explicitly disables intrinsics
( -XX:-UseCRC32Intrinsics -XX:-UseCRC32CIntrinsics ) while they were enabled for AOT library.

      JBS: https://bugs.openjdk.java.net/browse/JDK-8225622
   webrev: http://cr.openjdk.java.net/~epavlova//8225622/webrev.00/index.html
  testing: run the test with and without AOT on all platforms.
    

thanks,
-katya


More information about the hotspot-compiler-dev mailing list