-
Bug
-
Resolution: Fixed
-
P4
-
8-shenandoah, 11.0.9, 15, 16
-
b05
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8250944 | 15.0.2 | Aleksey Shipilev | P4 | Resolved | Fixed | b01 |
JDK-8251076 | 15.0.1 | Aleksey Shipilev | P4 | Resolved | Fixed | b04 |
Building without JFR exposes this:
$ sh ./configure --with-debug-level=release --with-jvm-features=-jfr
/usr/bin/ld: /home/shade/trunks/jdk-jdk/build/linux-x86_64-server-release/hotspot/variant-server/libjvm/objs/shenandoahInitLogger.o: in function `ShenandoahInitLogger::print_heap()':
/home/shade/trunks/jdk-jdk/src/hotspot/share/gc/shenandoah/shenandoahInitLogger.cpp:38: undefined reference to `ShenandoahHeap::heap()'
collect2: error: ld returned 1 exit status
$ sh ./configure --with-debug-level=release --with-jvm-features=-jfr
/usr/bin/ld: /home/shade/trunks/jdk-jdk/build/linux-x86_64-server-release/hotspot/variant-server/libjvm/objs/shenandoahInitLogger.o: in function `ShenandoahInitLogger::print_heap()':
/home/shade/trunks/jdk-jdk/src/hotspot/share/gc/shenandoah/shenandoahInitLogger.cpp:38: undefined reference to `ShenandoahHeap::heap()'
collect2: error: ld returned 1 exit status
- backported by
-
JDK-8250944 Shenandoah: incorrect include in shenandoahInitLogger.cpp
-
- Resolved
-
-
JDK-8251076 Shenandoah: incorrect include in shenandoahInitLogger.cpp
-
- Resolved
-
- relates to
-
JDK-8245720 Shenandoah: improve configuration logging
-
- Resolved
-