JDK-8231567 : minimal build failed after JDK-8226690
  • Type: Bug
  • Component: hotspot
  • Sub-Component: jvmti
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-09-27
  • Updated: 2019-10-08
  • Resolved: 2019-09-27
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 14
14 b17Fixed
Related Reports
Relates :  
Description
Building target 'images' in configuration 'linux-x86_64-minimal-release'
/home/fool/workspace/jdk-dev/build/linux-x86_64-minimal-release/hotspot/variant-minimal/libjvm/objs/ciEnv.o: In function `ciEnv::cache_jvmti_state()':
/home/fool/workspace/jdk-dev/src/hotspot/share/prims/jvmtiExport.hpp:196: undefined reference to `JvmtiExport::_redefinition_count'
/home/fool/workspace/jdk-dev/src/hotspot/share/prims/jvmtiExport.hpp:196: undefined reference to `JvmtiExport::_redefinition_count'
/home/fool/workspace/jdk-dev/build/linux-x86_64-minimal-release/hotspot/variant-minimal/libjvm/objs/ciEnv.o: In function `ciEnv::jvmti_state_changed() const':
/home/fool/workspace/jdk-dev/src/hotspot/share/ci/ciEnv.cpp:245: undefined reference to `JvmtiExport::_redefinition_count'
/home/fool/workspace/jdk-dev/build/linux-x86_64-minimal-release/hotspot/variant-minimal/libjvm/objs/ciEnv.o: In function `ciEnv::register_method(ciMethod*, int, CodeOffsets*, int, CodeBuffer*, int, OopMapSet*, ExceptionHandlerTable*, ImplicitExceptionTable*, AbstractCompiler*, bool, bool, RTMState)':
/home/fool/workspace/jdk-dev/src/hotspot/share/ci/ciEnv.cpp:245: undefined reference to `JvmtiExport::_redefinition_count'
collect2: error: ld returned 1 exit status
lib/CompileJvm.gmk:176: recipe for target '/home/fool/workspace/jdk-dev/build/linux-x86_64-minimal-release/support/modules_libs/java.base/minimal/libjvm.so' failed
make[3]: *** [/home/fool/workspace/jdk-dev/build/linux-x86_64-minimal-release/support/modules_libs/java.base/minimal/libjvm.so] Error 1
make[3]: *** Waiting for unfinished jobs....
/home/fool/workspace/jdk-dev/build/linux-x86_64-minimal-release/hotspot/variant-minimal/libjvm/objs/ciEnv.o: In function `ciEnv::cache_jvmti_state()':
/home/fool/workspace/jdk-dev/src/hotspot/share/prims/jvmtiExport.hpp:196: undefined reference to `JvmtiExport::_redefinition_count'
/home/fool/workspace/jdk-dev/src/hotspot/share/prims/jvmtiExport.hpp:196: undefined reference to `JvmtiExport::_redefinition_count'
/home/fool/workspace/jdk-dev/build/linux-x86_64-minimal-release/hotspot/variant-minimal/libjvm/objs/ciEnv.o: In function `ciEnv::jvmti_state_changed() const':
/home/fool/workspace/jdk-dev/src/hotspot/share/ci/ciEnv.cpp:245: undefined reference to `JvmtiExport::_redefinition_count'
/home/fool/workspace/jdk-dev/build/linux-x86_64-minimal-release/hotspot/variant-minimal/libjvm/objs/ciEnv.o: In function `ciEnv::register_method(ciMethod*, int, CodeOffsets*, int, CodeBuffer*, int, OopMapSet*, ExceptionHandlerTable*, ImplicitExceptionTable*, AbstractCompiler*, bool, bool, RTMState)':
/home/fool/workspace/jdk-dev/src/hotspot/share/ci/ciEnv.cpp:245: undefined reference to `JvmtiExport::_redefinition_count'
collect2: error: ld returned 1 exit status
lib/CompileGtest.gmk:58: recipe for target '/home/fool/workspace/jdk-dev/build/linux-x86_64-minimal-release/hotspot/variant-minimal/libjvm/gtest/libjvm.so' failed
make[3]: *** [/home/fool/workspace/jdk-dev/build/linux-x86_64-minimal-release/hotspot/variant-minimal/libjvm/gtest/libjvm.so] Error 1
make/Main.gmk:253: recipe for target 'hotspot-minimal-libs' failed
make[2]: *** [hotspot-minimal-libs] Error 2

ERROR: Build failed for target 'images' in configuration 'linux-x86_64-minimal-release' (exit code 2)
Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/d10b732966ba User: coleenp Date: 2019-09-27 12:15:50 +0000
27-09-2019