RFR: 8297417: Poly1305IntrinsicFuzzTest fails with tag mismatch exception [v2]

Volodymyr Paprotski duke at openjdk.org
Wed Nov 23 22:32:45 UTC 2022


On Wed, 23 Nov 2022 22:26:59 GMT, Vladimir Ivanov <vlivanov at openjdk.org> wrote:

>> Volodymyr Paprotski has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   remove rscratch from top regmap and ForceUnreachable test
>
> test/jdk/com/sun/crypto/provider/Cipher/ChaCha20/unittest/Poly1305UnitTestDriver.java line 52:
> 
>> 50:  * @modules java.base/com.sun.crypto.provider
>> 51:  * @summary Unit test for IntrinsicCandidate in com.sun.crypto.provider.Poly1305.
>> 52:  * @run main/othervm -Xcomp -XX:-TieredCompilation -XX:+ForceUnreachable java.base/com.sun.crypto.provider.Poly1305IntrinsicFuzzTest
> 
> Don't you need `-XX:+UnlockDiagnosticVMOptions` here as well?

Darn. Yes.. one min, will push.. Sorry about the noise. (thought that the fact that it failed on linux meant it wasnt a diagnostic, but it is..)


  product(bool, ForceUnreachable, false, DIAGNOSTIC,                        \
          "Make all non code cache addresses to be unreachable by "         \
          "forcing use of 64bit literal fixups")

-------------

PR: https://git.openjdk.org/jdk/pull/11308


More information about the hotspot-compiler-dev mailing list