Skip to content

Commit 290c21f

Browse files
committedFeb 28, 2020
8239799: Cross-compilation ARM32/AARCH clientvm builds fails after JDK-8239450
Reviewed-by: erikj
1 parent 0ab5b96 commit 290c21f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎make/autoconf/buildjdk-spec.gmk.in

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2015, 2020, Oracle and/or its affiliates. All rights reserved.
33
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
#
55
# This code is free software; you can redistribute it and/or modify it
@@ -96,6 +96,7 @@ BUILD_GTEST := false
9696

9797
JVM_VARIANTS := server
9898
JVM_VARIANT_MAIN := server
99+
JVM_FEATURES_server := cds compiler1 compiler2 g1gc serialgc
99100

100101
# Some users still set EXTRA_*FLAGS on the make command line. Must
101102
# make sure to override that when building buildjdk.

0 commit comments

Comments
 (0)