Hi Phil, As far as I know this doesn't need an evaluation. It's just a printf arg mismatch so a 64 bit pointer only gets printed as a 32 bit value, i.e. %X was used where %p should have been used. It's something I fixed in a lot of other places but this is one I missed. All 7 JPRT targets build OK.
Pete On 4/2/16 10:58 AM, Philip Race wrote: > I notice the bug has no evaluation. Unevaluated bugs aren't ready for > review. > Also did you run this through jprt ? If this causes a warning on some > other > platform than you tried you will break the build. > > -phil. > > On 4/1/16, 11:56 AM, Pete Brunet wrote: >> Please review this simple fix: >> https://bugs.openjdk.java.net/browse/JDK-8153153 >> http://cr.openjdk.java.net/~ptbrunet/JDK-8153153/webrev.00/