Integrated: 8322513: Build failure with minimal

xpbob duke at openjdk.org
Wed Dec 20 07:49:46 UTC 2023


On Wed, 20 Dec 2023 03:01:26 GMT, xpbob <duke at openjdk.org> wrote:

> Build failure with minimal
> 
> 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

This pull request has now been integrated.

Changeset: 7db69e6a
Author:    bobpengxie <bobpengxie at tencent.com>
Committer: Jie Fu <jiefu at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/7db69e6a1292829b13da0c3c2b37c8758df94932
Stats:     2 lines in 1 file changed: 2 ins; 0 del; 0 mod

8322513: Build failure with minimal

Reviewed-by: dholmes, rehn

-------------

PR: https://git.openjdk.org/jdk/pull/17164


More information about the hotspot-runtime-dev mailing list