23 # questions.
24 #
25
26 ################################################################################
27 # Module sets needed by the build system
28
29 # These modules are included in the interim image which is used to run profiling
30 # before building the real images.
31 INTERIM_IMAGE_MODULES= \
32 java.base \
33 java.logging \
34 #
35
36 # These targets require buildtools-langtools to process for gensrc
37 LANGTOOLS_MODULES= \
38 java.compiler \
39 jdk.compiler \
40 jdk.javadoc \
41 jdk.jdeps \
42 jdk.jshell \
43 #
44
45 # These models require buildtools-hotspot to process for gensrc
46 HOTSPOT_MODULES= \
47 jdk.hotspot.agent \
48 jdk.internal.vm.ci \
49 #
|
23 # questions.
24 #
25
26 ################################################################################
27 # Module sets needed by the build system
28
29 # These modules are included in the interim image which is used to run profiling
30 # before building the real images.
31 INTERIM_IMAGE_MODULES= \
32 java.base \
33 java.logging \
34 #
35
36 # These targets require buildtools-langtools to process for gensrc
37 LANGTOOLS_MODULES= \
38 java.compiler \
39 jdk.compiler \
40 jdk.javadoc \
41 jdk.jdeps \
42 jdk.jshell \
43 jdk.incubator.jextract \
44 #
45
46 # These models require buildtools-hotspot to process for gensrc
47 HOTSPOT_MODULES= \
48 jdk.hotspot.agent \
49 jdk.internal.vm.ci \
50 #
|