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