We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ab5b96 commit 290c21fCopy full SHA for 290c21f
make/autoconf/buildjdk-spec.gmk.in
@@ -1,5 +1,5 @@
1
#
2
-# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2015, 2020, Oracle and/or its affiliates. All rights reserved.
3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
5
# This code is free software; you can redistribute it and/or modify it
@@ -96,6 +96,7 @@ BUILD_GTEST := false
96
97
JVM_VARIANTS := server
98
JVM_VARIANT_MAIN := server
99
+JVM_FEATURES_server := cds compiler1 compiler2 g1gc serialgc
100
101
# Some users still set EXTRA_*FLAGS on the make command line. Must
102
# make sure to override that when building buildjdk.
0 commit comments