-
Bug
-
Resolution: Fixed
-
P2
-
15
-
/ws/workspace/jdk-dev/label/linux-arm/type/b11/build/linux-arm-client-release
using configure arguments '--with-version-build=0 --with-debug-level=release --with-jvm-variants=client --openjdk-target=arm-linux-gnueabihf --with-devkit=/ws/arm32/gcc-linaro-7.3.1-2018.05-x86_64_arm-linux-gnueabihf --with-toolchain-path=/ws/arm32/gcc-linaro-7.3.1-2018.05-x86_64_arm-linux-gnueabihf/bin:/ws/arm32/gcc-linaro-7.3.1-2018.05-x86_64_arm-linux-gnueabihf/arm-linux-gnueabihf/bin:/ws/arm32/gcc-linaro-7.3.1-2018.05-x86_64_arm-linux-gnueabihf/libexec/gcc/arm-linux-gnueabihf/4.8.2/ --with-sysroot=/ws/arm32/sysroot-glibc-linaro-2.25-2017.08-arm-linux-gnueabihf-updated --x-libraries=/ws/arm32/sysroot-glibc-linaro-2.25-2017.08-arm-linux-gnueabihf-updated/usr/lib/arm-linux-gnueabihf --with-freetype-lib=/ws/arm32/sysroot-glibc-linaro-2.25-2017.08-arm-linux-gnueabihf-updated/usr/lib/arm-linux-gnueabihf --with-freetype-include=/ws/arm32/sysroot-glibc-linaro-2.25-2017.08-arm-linux-gnueabihf-updated/usr/include --disable-warnings-as-errors --with-boot-jdk=/ws/jdk-13 --with-abi-profile=armv6-vfp-hflt --with-import-modules='.Configuration summary:
- Debug level: release
- HS debug level: product
- JVM variants: client
- JVM features: client: 'cds compiler1 epsilongc g1gc jfr jni-check jvmti management nmt parallelgc serialgc services vm-structs'
- OpenJDK target: OS: linux, CPU architecture: arm, address length: 32
- Version string: 15-BellSoft+0-adhoc.bellsoft.b11 (15-BellSoft)
Tools summary:
- Boot JDK: openjdk version "13-BellSoft" 2019-09-17 OpenJDK Runtime Environment (build 13-BellSoft+33) OpenJDK 64-Bit Server VM (build 13-BellSoft+33, mixed mode, sharing) (at /ws/jdk-13)
- Toolchain: gcc (GNU Compiler Collection)
- C Compiler: Version 7.3.1 (at /ws/arm32/gcc-linaro-7.3.1-2018.05-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc)
- C++ Compiler: Version 7.3.1 (at /ws/arm32/gcc-linaro-7.3.1-2018.05-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf-g++)
/ws/workspace/jdk-dev/label/linux-arm/type/b11/build/linux-arm-client-release using configure arguments '--with-version-build=0 --with-debug-level=release --with-jvm-variants=client --openjdk-target=arm-linux-gnueabihf --with-devkit=/ws/arm32/gcc-linaro-7.3.1-2018.05-x86_64_arm-linux-gnueabihf --with-toolchain-path=/ws/arm32/gcc-linaro-7.3.1-2018.05-x86_64_arm-linux-gnueabihf/bin:/ws/arm32/gcc-linaro-7.3.1-2018.05-x86_64_arm-linux-gnueabihf/arm-linux-gnueabihf/bin:/ws/arm32/gcc-linaro-7.3.1-2018.05-x86_64_arm-linux-gnueabihf/libexec/gcc/arm-linux-gnueabihf/4.8.2/ --with-sysroot=/ws/arm32/sysroot-glibc-linaro-2.25-2017.08-arm-linux-gnueabihf-updated --x-libraries=/ws/arm32/sysroot-glibc-linaro-2.25-2017.08-arm-linux-gnueabihf-updated/usr/lib/arm-linux-gnueabihf --with-freetype-lib=/ws/arm32/sysroot-glibc-linaro-2.25-2017.08-arm-linux-gnueabihf-updated/usr/lib/arm-linux-gnueabihf --with-freetype-include=/ws/arm32/sysroot-glibc-linaro-2.25-2017.08-arm-linux-gnueabihf-updated/usr/include --disable-warnings-as-errors --with-boot-jdk=/ws/jdk-13 --with-abi-profile=armv6-vfp-hflt --with-import-modules='. Configuration summary: Debug level: release HS debug level: product JVM variants: client JVM features: client: 'cds compiler1 epsilongc g1gc jfr jni-check jvmti management nmt parallelgc serialgc services vm-structs' OpenJDK target: OS: linux, CPU architecture: arm, address length: 32 Version string: 15-BellSoft+0-adhoc.bellsoft.b11 (15-BellSoft) Tools summary: Boot JDK: openjdk version "13-BellSoft" 2019-09-17 OpenJDK Runtime Environment (build 13-BellSoft+33) OpenJDK 64-Bit Server VM (build 13-BellSoft+33, mixed mode, sharing) (at /ws/jdk-13) Toolchain: gcc (GNU Compiler Collection) C Compiler: Version 7.3.1 (at /ws/arm32/gcc-linaro-7.3.1-2018.05-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc) C++ Compiler: Version 7.3.1 (at /ws/arm32/gcc-linaro-7.3.1-2018.05-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf-g++)
-
b13
-
aarch64
-
linux
First it annoys with missing includes, and then (with #includes added) buildjdk reports it doesn't support SerialGC.
[buildjdk] Compiling 6 properties into resource bundles for java.base
/home/build/jdk-jdk/src/hotspot/share/gc/shared/gcConfig.cpp:186:44: error: invalid use of incomplete type 'class GCArguments'
if (gc->_name == name && gc->_arguments.is_supported()) {
^
In file included from /home/build/jdk-jdk/src/hotspot/share/gc/shared/gcConfig.cpp:26:0:
/home/build/jdk-jdk/src/hotspot/share/gc/shared/gcConfig.hpp:31:7: note: forward declaration of 'class GCArguments'
class GCArguments;
^
...
/home/build/jdk-jdk/src/hotspot/share/gc/shared/genCollectedHeap.cpp: In member function 'virtual void GenCollectedHeap::post_initialize()':
/home/build/jdk-jdk/src/hotspot/share/gc/shared/genCollectedHeap.cpp:197:3: error: 'MarkSweep' has not been declared
MarkSweep::initialize();
^
...
/home/build/jdk-jdk/src/hotspot/share/runtime/java.cpp:533:7: error: 'VMThread' has not been declared
if (VMThread::vm_thread() != NULL) {
^
[buildjdk] Creating interim java.logging.jmod
Error occurred during initialization of VM
Option -XX:+UseSerialGC not supported
- relates to
-
JDK-8240267 VM fails to start with CDS enabled but JVMTI disabled
-
- Resolved
-
-
JDK-8239450 Overhaul JVM feature handling in configure
-
- Resolved
-