-
Enhancement
-
Resolution: Fixed
-
P4
-
11
-
None
-
b14
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8203510 | 11.0.1 | Aleksey Shipilev | P4 | Resolved | Fixed | team |
This is due to jvm.cfg being regenerated only for 32-bit VMs, so the jlink fails with:
Building targets 'clean-hotspot images' in configuration 'linux-x86_64-normal-minimal-release'
Cleaning hotspot build artifacts ... done
Compiling 2 files for BUILD_JVMTI_TOOLS
Updating support/modules_libs/java.base/minimal/libjvm.so due to 470 file(s)
Creating hotspot/variant-minimal/libjvm/gtest/libjvm.so from 76 file(s)
Creating hotspot/variant-minimal/libjvm/gtest/gtestLauncher from 1 file(s)
Error: missing `server' JVM at `/home/shade/trunks/jdk-jdk/build/linux-x86_64-normal-minimal-release/jdk/lib/server/libjvm.so'.
Please install or use the JRE or JDK that contains these missing components.
While Minimal VM is targeted to 32-bit only, it makes some sense to allow it to build cleanly on 64-bit too.
- backported by
-
JDK-8203510 Minimal VM should build cleanly on 64-bit platforms
-
- Resolved
-
- relates to
-
JDK-8202974 Backout JDK-8202683
-
- Resolved
-
-
JDK-8202919 JDK-8202683 broke macosx build
-
- Resolved
-