Loading... (original) (raw)

Minimal VM:

Linking libjvm.so
/home/buildbot/worker/jdkX-linux/build/build/linux-x86_64-minimal-fastdebug/hotspot/variant-minimal/libjvm/objs/javaClasses.o: In function `JavaClasses::compute_offsets()':
/home/buildbot/worker/jdkX-linux/build/src/hotspot/share/classfile/javaClasses.cpp:4254: undefined reference to `JvmtiExport::is_early_phase()'
/home/buildbot/worker/jdkX-linux/build/build/linux-x86_64-minimal-fastdebug/hotspot/variant-minimal/libjvm/objs/systemDictionary.o: In function `SystemDictionary::resolve_well_known_classes(Thread*)':
/home/buildbot/worker/jdkX-linux/build/src/hotspot/share/classfile/systemDictionary.cpp:2107: undefined reference to `JvmtiExport::is_early_phase()'
collect2: error: ld returned 1 exit status
lib/CompileJvm.gmk:178: recipe for target '/home/buildbot/worker/jdkX-linux/build/build/linux-x86_64-minimal-fastdebug/support/modules_libs/java.base/minimal/libjvm.so' failed
make[3]: *** [/home/buildbot/worker/jdkX-linux/build/build/linux-x86_64-minimal-fastdebug/support/modules_libs/java.base/minimal/libjvm.so] Error 1
make[3]: *** Waiting for unfinished jobs....
/home/buildbot/worker/jdkX-linux/build/build/linux-x86_64-minimal-fastdebug/hotspot/variant-minimal/libjvm/objs/javaClasses.o: In function `JavaClasses::compute_offsets()':
/home/buildbot/worker/jdkX-linux/build/src/hotspot/share/classfile/javaClasses.cpp:4254: undefined reference to `JvmtiExport::is_early_phase()'
/home/buildbot/worker/jdkX-linux/build/build/linux-x86_64-minimal-fastdebug/hotspot/variant-minimal/libjvm/objs/systemDictionary.o: In function `SystemDictionary::resolve_well_known_classes(Thread*)':
/home/buildbot/worker/jdkX-linux/build/src/hotspot/share/classfile/systemDictionary.cpp:2107: undefined reference to `JvmtiExport::is_early_phase()'
collect2: error: ld returned 1 exit status
lib/CompileGtest.gmk:58: recipe for target '/home/buildbot/worker/jdkX-linux/build/build/linux-x86_64-minimal-fastdebug/hotspot/variant-minimal/libjvm/gtest/libjvm.so' failed
make[3]: *** [/home/buildbot/worker/jdkX-linux/build/build/linux-x86_64-minimal-fastdebug/hotspot/variant-minimal/libjvm/gtest/libjvm.so] Error 1
make[2]: *** [hotspot-minimal-libs] Error 2
make[2]: *** Waiting for unfinished jobs....

backported by

Backport - A issue that is required to port a Bug or Feature into another product release. This issue type is generally associated with the main Bug/Feature to represent each individual release of the port. JDK-8249745 Minimal VM build failure after JDK-8212200 (assert when shared java.lang.Object is redefined by JVMTI agent)

relates to

Bug - A problem which impairs or prevents the functions of the product. JDK-8212200 assert(on_stack()) failed when shared java.lang.object is redefined by JVMTI agent