Commit Graph

7 Commits

Author SHA1 Message Date
Jiri Vanek aac356d1a7 Updated to newer shenandoah sources, containing shenandoah GC. Added test for shenandaoh GC presence where expected 2018-07-09 17:29:05 +02:00
Jiri Vanek 1d10e601c3 Reworked and clarified generating of sources. Moved to single source 2018-07-07 19:32:34 +02:00
Jiri Vanek 7f2cf86b7c Prepared to consume jdk11 2018-07-04 21:19:04 +02:00
Jiri Vanek 18a7b44611 Added shenandoah hotspot 2018-06-22 17:24:43 +02:00
Jiri Vanek 0185deb0a5 Udpated to jdk11+19
- adapted RHBZ-1565658-system-nss-SunEC.patch; hopefully correct
- broken system lcms - probably caused by http://hg.openjdk.java.net/jdk/jdk/rev/f0aeede1b855

=== Output from failing command(s) repeated here ===
make/Init.gmk:342: Building on-failure
/usr/bin/printf "* For target support_native_java.desktop_libjavajpeg_imageioJPEG.o:\n"
+ /usr/bin/printf '* For target support_native_java.desktop_libjavajpeg_imageioJPEG.o:\n'
* For target support_native_java.desktop_libjavajpeg_imageioJPEG.o:
make/Init.gmk:342: Building on-failure
(/usr/bin/grep -v -e "^Note: including file:" <  /home/jvanek/rpmbuild/BUILD/java-11-openjdk-11.0.ea.19-5.fc27.x86_64/openjdk/build/make-support/failure-logs/support_native_java.desktop_libjavajpeg_imageioJPEG.o.log || true) | /usr/bin/head -n 12
+ /usr/bin/grep -v -e '^Note: including file:'
+ /usr/bin/head -n 12
cc1: warning: command line option '-std=gnu++98' is valid for C++/ObjC++ but not for C
/home/jvanek/rpmbuild/BUILD/java-11-openjdk-11.0.ea.19-5.fc27.x86_64/openjdk/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:49:10: fatal error: com_sun_imageio_plugins_jpeg_JPEGImageReader.h: No such file or directory
 #include "com_sun_imageio_plugins_jpeg_JPEGImageReader.h"
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make/Init.gmk:342: Building on-failure
if test `/usr/bin/wc -l < /home/jvanek/rpmbuild/BUILD/java-11-openjdk-11.0.ea.19-5.fc27.x86_64/openjdk/build/make-support/failure-logs/support_native_java.desktop_libjavajpeg_imageioJPEG.o.log` -gt 12; then /usr/bin/echo "   ... (rest of output omitted)" ; fi
++ /usr/bin/wc -l
+ test 5 -gt 12
make/Init.gmk:342: Building on-failure
/usr/bin/printf "* For target support_native_java.desktop_liblcms_LCMS.o:\n"
+ /usr/bin/printf '* For target support_native_java.desktop_liblcms_LCMS.o:\n'
* For target support_native_java.desktop_liblcms_LCMS.o:
make/Init.gmk:342: Building on-failure
(/usr/bin/grep -v -e "^Note: including file:" <  /home/jvanek/rpmbuild/BUILD/java-11-openjdk-11.0.ea.19-5.fc27.x86_64/openjdk/build/make-support/failure-logs/support_native_java.desktop_liblcms_LCMS.o.log || true) | /usr/bin/head -n 12
+ /usr/bin/grep -v -e '^Note: including file:'
+ /usr/bin/head -n 12
cc1: warning: command line option '-std=gnu++98' is valid for C++/ObjC++ but not for C
/home/jvanek/rpmbuild/BUILD/java-11-openjdk-11.0.ea.19-5.fc27.x86_64/openjdk/src/java.desktop/share/native/liblcms/LCMS.c:29:10: fatal error: sun_java2d_cmm_lcms_LCMS.h: No such file or directory
 #include "sun_java2d_cmm_lcms_LCMS.h"
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make/Init.gmk:342: Building on-failure
if test `/usr/bin/wc -l < /home/jvanek/rpmbuild/BUILD/java-11-openjdk-11.0.ea.19-5.fc27.x86_64/openjdk/build/make-support/failure-logs/support_native_java.desktop_liblcms_LCMS.o.log` -gt 12; then /usr/bin/echo "   ... (rest of output omitted)" ; fi
++ /usr/bin/wc -l
+ test 5 -gt 12
make/Init.gmk:342: Building on-failure
/usr/bin/printf "\n* All command lines available in /home/jvanek/rpmbuild/BUILD/java-11-openjdk-11.0.ea.19-5.fc27.x86_64/openjdk/build/make-support/failure-logs.\n"
+ /usr/bin/printf '\n* All command lines available in /home/jvanek/rpmbuild/BUILD/java-11-openjdk-11.0.ea.19-5.fc27.x86_64/openjdk/build/make-support/failure-logs.\n'

* All command lines available in /home/jvanek/rpmbuild/BUILD/java-11-openjdk-11.0.ea.19-5.fc27.x86_64/openjdk/build/make-support/failure-logs.
make/Init.gmk:342: Building on-failure
/usr/bin/printf "=== End of repeated output ===\n"
+ /usr/bin/printf '=== End of repeated
2018-06-22 10:45:30 +02:00
Severin Gehwolf 759059a6c7 Package early access release, JDK 11 b16.
No longer explicitly invoke autogen.sh
2018-06-13 18:23:19 +02:00
Severin Gehwolf 9d3d932930 Initial import from f28 branch.
Corresponds to revision 9909674fe9.
2018-06-13 18:02:58 +02:00