author | lancea |
Wed, 20 Jun 2018 16:08:14 -0400 | |
branch | JDK-8188051-branch |
changeset 56798 | 3b438b3fef46 |
parent 49931 | 840e26123940 |
child 52175 | c2672a0f233a |
permissions | -rw-r--r-- |
41874
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
1 |
# |
49931 | 2 |
# Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. |
41874
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
3 |
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
4 |
# |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
5 |
# This code is free software; you can redistribute it and/or modify it |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
6 |
# under the terms of the GNU General Public License version 2 only, as |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
7 |
# published by the Free Software Foundation. Oracle designates this |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
8 |
# particular file as subject to the "Classpath" exception as provided |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
9 |
# by Oracle in the LICENSE file that accompanied this code. |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
10 |
# |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
11 |
# This code is distributed in the hope that it will be useful, but WITHOUT |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
12 |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
13 |
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
14 |
# version 2 for more details (a copy is included in the LICENSE file that |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
15 |
# accompanied this code). |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
16 |
# |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
17 |
# You should have received a copy of the GNU General Public License version |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
18 |
# 2 along with this work; if not, write to the Free Software Foundation, |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
19 |
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
20 |
# |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
21 |
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
22 |
# or visit www.oracle.com if you need additional information or have any |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
23 |
# questions. |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
24 |
# |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
25 |
|
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
26 |
################################################################################ |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
27 |
# Generate classlist |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
28 |
################################################################################ |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
29 |
|
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
30 |
default: all |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
31 |
|
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
32 |
include $(SPEC) |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
33 |
include MakeBase.gmk |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
34 |
include JarArchive.gmk |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
35 |
|
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
36 |
################################################################################ |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
37 |
# Create a jar with our generator class. Using a jar is intentional since it |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
38 |
# will load more classes |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
39 |
|
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
40 |
$(eval $(call SetupJarArchive, CLASSLIST_JAR, \ |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
41 |
SRCS := $(BUILDTOOLS_OUTPUTDIR)/jdk_tools_classes, \ |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
42 |
INCLUDES := build/tools/classlist, \ |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
43 |
JAR := $(SUPPORT_OUTPUTDIR)/classlist.jar, \ |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
44 |
)) |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
45 |
|
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
46 |
TARGETS += $(CLASSLIST_JAR) |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
47 |
|
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
48 |
################################################################################ |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
49 |
|
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
50 |
LINK_OPT_DIR := $(SUPPORT_OUTPUTDIR)/link_opt |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
51 |
CLASSLIST_FILE := $(LINK_OPT_DIR)/classlist |
43783
35fe9d6f5075
8175026: Capture build-time parameters to --generate-jli-classes
redestad
parents:
41874
diff
changeset
|
52 |
JLI_TRACE_FILE := $(LINK_OPT_DIR)/default_jli_trace.txt |
41874
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
53 |
|
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
54 |
# If an external buildjdk has been supplied, we don't build a separate interim |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
55 |
# image, so just use the external build jdk instead. |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
56 |
ifeq ($(EXTERNAL_BUILDJDK), true) |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
57 |
INTERIM_IMAGE_DIR := $(BUILD_JDK) |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
58 |
endif |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
59 |
|
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
60 |
$(CLASSLIST_FILE): $(INTERIM_IMAGE_DIR)/bin/java$(EXE_SUFFIX) $(CLASSLIST_JAR) |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
61 |
$(call MakeDir, $(LINK_OPT_DIR)) |
47253
92fd0e04e0e1
8187544: Replace BUILD_OUTPUT and OUTPUT_ROOT with OUTPUTDIR
ihse
parents:
43917
diff
changeset
|
62 |
$(call LogInfo, Generating $(patsubst $(OUTPUTDIR)/%, %, $@)) |
92fd0e04e0e1
8187544: Replace BUILD_OUTPUT and OUTPUT_ROOT with OUTPUTDIR
ihse
parents:
43917
diff
changeset
|
63 |
$(call LogInfo, Generating $(patsubst $(OUTPUTDIR)/%, %, $(JLI_TRACE_FILE))) |
49931 | 64 |
$(FIXPATH) $(INTERIM_IMAGE_DIR)/bin/java -XX:DumpLoadedClassList=$@.raw \ |
41874
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
65 |
-Djava.lang.invoke.MethodHandle.TRACE_RESOLVE=true \ |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
66 |
-cp $(SUPPORT_OUTPUTDIR)/classlist.jar \ |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
67 |
build.tools.classlist.HelloClasslist \ |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
68 |
$(LOG_DEBUG) 2>&1 > $(JLI_TRACE_FILE) |
49931 | 69 |
$(GREP) -v HelloClasslist $@.raw > $@ |
41874
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
70 |
|
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
71 |
# The jli trace is created by the same recipe as classlist. By declaring these |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
72 |
# dependencies, make will correctly rebuild both jli trace and classlist |
43917 | 73 |
# incrementally using the single recipe above. |
41874
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
74 |
$(CLASSLIST_FILE): $(JLI_TRACE_FILE) |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
75 |
$(JLI_TRACE_FILE): $(INTERIM_IMAGE_DIR)/bin/java$(EXE_SUFFIX) $(CLASSLIST_JAR) |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
76 |
|
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
77 |
TARGETS += $(CLASSLIST_FILE) $(JLI_TRACE_FILE) |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
78 |
|
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
79 |
# Copy the classlist file into java.base libs |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
80 |
$(eval $(call SetupCopyFiles, COPY_CLASSLIST, \ |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
81 |
FILES := $(CLASSLIST_FILE), \ |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
82 |
DEST := $(SUPPORT_OUTPUTDIR)/modules_libs/java.base, \ |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
83 |
)) |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
84 |
|
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
85 |
TARGETS += $(COPY_CLASSLIST) |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
86 |
|
43783
35fe9d6f5075
8175026: Capture build-time parameters to --generate-jli-classes
redestad
parents:
41874
diff
changeset
|
87 |
# Copy the default_jli_trace.txt file into jdk.jlink |
35fe9d6f5075
8175026: Capture build-time parameters to --generate-jli-classes
redestad
parents:
41874
diff
changeset
|
88 |
$(eval $(call SetupCopyFiles, COPY_JLI_TRACE, \ |
35fe9d6f5075
8175026: Capture build-time parameters to --generate-jli-classes
redestad
parents:
41874
diff
changeset
|
89 |
FILES := $(JLI_TRACE_FILE), \ |
35fe9d6f5075
8175026: Capture build-time parameters to --generate-jli-classes
redestad
parents:
41874
diff
changeset
|
90 |
DEST := $(JDK_OUTPUTDIR)/modules/jdk.jlink/jdk/tools/jlink/internal/plugins, \ |
35fe9d6f5075
8175026: Capture build-time parameters to --generate-jli-classes
redestad
parents:
41874
diff
changeset
|
91 |
)) |
35fe9d6f5075
8175026: Capture build-time parameters to --generate-jli-classes
redestad
parents:
41874
diff
changeset
|
92 |
|
43917 | 93 |
# Because of the single recipe for jli trace and classlist above, the |
94 |
# COPY_JLI_TRACE rule needs to explicitly add the classlist file as a |
|
95 |
# prerequisite. |
|
96 |
$(COPY_JLI_TRACE): $(CLASSLIST_FILE) |
|
97 |
||
43783
35fe9d6f5075
8175026: Capture build-time parameters to --generate-jli-classes
redestad
parents:
41874
diff
changeset
|
98 |
TARGETS += $(COPY_JLI_TRACE) |
35fe9d6f5075
8175026: Capture build-time parameters to --generate-jli-classes
redestad
parents:
41874
diff
changeset
|
99 |
|
41874
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
100 |
################################################################################ |
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
101 |
|
07c3c4f1eb63
8168108: lib/classlist should be packaged in java.base.jmod
erikj
parents:
diff
changeset
|
102 |
all: $(TARGETS) |