-
Bug
-
Resolution: Fixed
-
P3
-
None
-
b03
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8324377 | 22.0.1 | David Holmes | P3 | Resolved | Fixed | b02 |
JDK-8323638 | 22 | David Holmes | P3 | Resolved | Fixed | b32 |
```
sh configure --with-jvm-variants=minimal
```
```
=== Output from failing command(s) repeated here ===
* For target hotspot_variant-minimal_libjvm_objs_handshake.o:
/src/hotspot/share/runtime/handshake.cpp: In member function 'HandshakeOperation* HandshakeState::get_op_for_self(bool, bool)':
src/hotspot/share/runtime/handshake.cpp:490:37: error: 'class JavaThread' has no member named 'is_disable_suspend'; did you mean 'is_trace_suspend'?
if (allow_suspend && _handshakee->is_disable_suspend()) {
^~~~~~~~~~~~~~~~~~
is_trace_suspend
```
sh configure --with-jvm-variants=minimal
```
```
=== Output from failing command(s) repeated here ===
* For target hotspot_variant-minimal_libjvm_objs_handshake.o:
/src/hotspot/share/runtime/handshake.cpp: In member function 'HandshakeOperation* HandshakeState::get_op_for_self(bool, bool)':
src/hotspot/share/runtime/handshake.cpp:490:37: error: 'class JavaThread' has no member named 'is_disable_suspend'; did you mean 'is_trace_suspend'?
if (allow_suspend && _handshakee->is_disable_suspend()) {
^~~~~~~~~~~~~~~~~~
is_trace_suspend
```
- backported by
-
JDK-8323638 Build failure with minimal
- Resolved
-
JDK-8324377 Build failure with minimal
- Resolved
- duplicates
-
JDK-8323602 RISC-V: compilation failure in src/hotspot/share/runtime/handshake.cpp
- Closed
- relates to
-
JDK-8311218 fatal error: stuck in JvmtiVTMSTransitionDisabler::VTMS_transition_disable
- Resolved
- links to
-
Commit openjdk/jdk22/6022e73d
-
Commit openjdk/jdk/7db69e6a
-
Review openjdk/jdk22/66
-
Review openjdk/jdk/17164
(3 links to)