Hotspot currently not building on tip
David Holmes
david.holmes at oracle.com
Tue Sep 4 21:19:32 UTC 2018
Hi Adrian,
This isn't an issue with building hotspot. I can't see reports of this
anywhere else either, but could be OpenJDK specific (rather than Oracle
JDK).
All I can suggest is ensuring repos have updated properly and that a
fully clean build is attempted. If it persists I suggest emailing
security-dev.
Cheers,
David
On 4/09/2018 11:35 PM, John Paul Adrian Glaubitz wrote:
> Hi!
>
> I just tried building Hotspot to test my patch for 8165440
> (Add zero support for x86_64-linux-gnux32 target) which failed
> because of an unrelated problem:
>
> === Output from failing command(s) repeated here ===
> /usr/bin/printf "* For target jdk_modules_java.base__the.java.base_batch:\n"
> * For target jdk_modules_java.base__the.java.base_batch:
> (/bin/grep -v -e "^Note: including file:" < /data/incoming/jdk/build/linux-x86_64-normal-server-release/make-support/failure-logs/jdk_modules_java.base__the.java.base_batch.log || true) | /usr/bin/head -n 12
> /data/incoming/jdk/src/java.base/share/classes/sun/security/ssl/StatusResponseManager.java:287: error: incompatible types: CertStatusRequest cannot be converted to OCSPStatusRequest
> OCSPStatusRequest ocspReq = (OCSPStatusRequest)request;
> ^
> /data/incoming/jdk/src/java.base/share/classes/sun/security/ssl/StatusResponseManager.java:308: error: incompatible types: CertStatusRequest cannot be converted to OCSPStatusRequest
> OCSPStatusRequest ocspReq = (OCSPStatusRequest)request;
> ^
> /data/incoming/jdk/src/java.base/share/classes/sun/security/ssl/StatusResponseManager.java:396: error: extensions has private access in OCSPStatusRequest
> for (Extension ext : ocspRequest.extensions) {
> ^
> /data/incoming/jdk/src/java.base/share/classes/sun/security/ssl/StatusResponseManager.java:601: error: extensions has private access in OCSPStatusRequest
> extensions = ocspRequest.extensions;
> ^
> if test `/usr/bin/wc -l < /data/incoming/jdk/build/linux-x86_64-normal-server-release/make-support/failure-logs/jdk_modules_java.base__the.java.base_batch.log` -gt 12; then /bin/echo " ... (rest of output omitted)" ; fi
> ... (rest of output omitted)
> /usr/bin/printf "\n* All command lines available in /data/incoming/jdk/build/linux-x86_64-normal-server-release/make-support/failure-logs.\n"
>
> * All command lines available in /data/incoming/jdk/build/linux-x86_64-normal-server-release/make-support/failure-logs.
> /usr/bin/printf "=== End of repeated output ===\n"
> === End of repeated output ===
>
> Is this being worked on? Sorry, if this has already been discussed here, I'm
> out of the loop regarding the current discussion.
>
> Adrian
>
More information about the hotspot-dev
mailing list