RFR (S) 8225695: 32-bit build failures after JDK-8080462 (Update SunPKCS11 provider with PKCS11 v2.40 support)
Alan Bateman
Alan.Bateman at oracle.com
Thu Jun 13 10:39:41 UTC 2019
On 13/06/2019 11:28, Aleksey Shipilev wrote:
> Recent push broke at least x86_32:
> https://bugs.openjdk.java.net/browse/JDK-8225695
>
> Fix:
> http://cr.openjdk.java.net/~shade/8225695/webrev.01/
>
> Pretty sure format specifiers are still incorrect for 32-bit, but default build does not touch the
> TRACE statements. Feel free to amend the patch and/or reassign this to somebody from security team.
>
> Testing: Linux {x86_32, x86_64} jdk_security [still hits JDK-8225678]
>
Would the jlong_to_ptr and ptr_to_jlong macros in jlong_md.h be useful
here? We use these in other areas where where is a long field holding a
reference to native resources.
-Alan
More information about the security-dev
mailing list