author | duke |
Wed, 05 Jul 2017 18:34:52 +0200 | |
changeset 14968 | a41ada2ed4ef |
parent 13873 | 7b72e3873785 |
child 15798 | cea39eefa98e |
permissions | -rw-r--r-- |
1 | 1 |
# |
13873 | 2 |
# Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved. |
1 | 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 |
|
6 |
# under the terms of the GNU General Public License version 2 only, as |
|
7 |
# published by the Free Software Foundation. |
|
8 |
# |
|
9 |
# This code is distributed in the hope that it will be useful, but WITHOUT |
|
10 |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
11 |
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
12 |
# version 2 for more details (a copy is included in the LICENSE file that |
|
13 |
# accompanied this code). |
|
14 |
# |
|
15 |
# You should have received a copy of the GNU General Public License version |
|
16 |
# 2 along with this work; if not, write to the Free Software Foundation, |
|
17 |
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
|
18 |
# |
|
5547
f4b087cbb361
6941466: Oracle rebranding changes for Hotspot repositories
trims
parents:
1073
diff
changeset
|
19 |
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
f4b087cbb361
6941466: Oracle rebranding changes for Hotspot repositories
trims
parents:
1073
diff
changeset
|
20 |
# or visit www.oracle.com if you need additional information or have any |
f4b087cbb361
6941466: Oracle rebranding changes for Hotspot repositories
trims
parents:
1073
diff
changeset
|
21 |
# questions. |
1 | 22 |
# |
23 |
# |
|
24 |
||
25 |
# This filelist macro is included in platform specific sa.make |
|
26 |
# included all packages/*.java. package list can be generated by |
|
27 |
# $(GAMMADIR)/agent/make/build-pkglist. Then manually removed all |
|
28 |
# classes in sun.jvm.hotspot.ui (and subpackages), all ui classes |
|
29 |
# in sun.jvm.hotspot.bugspot/hotspot and SPARC and x86 disassembler |
|
30 |
# classes and sun.jvm.hotspot.utilities.soql. |
|
31 |
||
32 |
# define AGENT_DIR before including this file in sa.make |
|
33 |
||
34 |
AGENT_SRC_DIR = $(AGENT_DIR)/src/share/classes |
|
35 |
||
1073 | 36 |
# Splitted the set of files into two sets because on linux plaform |
37 |
# listing or compiling all the files results in 'Argument list too long' error. |
|
38 |
||
10568
ef6fdc46c7c1
7096016: SA build still produces "arg list too long" errors
never
parents:
10565
diff
changeset
|
39 |
AGENT_FILES = \ |
1073 | 40 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/*.java \ |
41 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/asm/*.java \ |
|
42 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/asm/sparc/*.java \ |
|
43 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/bugspot/*.java \ |
|
44 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/bugspot/tree/*.java \ |
|
1 | 45 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/c1/*.java \ |
10547 | 46 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/ci/*.java \ |
1 | 47 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/code/*.java \ |
48 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/compiler/*.java \ |
|
49 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/*.java \ |
|
1073 | 50 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/amd64/*.java \ |
10565 | 51 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/bsd/*.java \ |
52 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/bsd/amd64/*.java \ |
|
53 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/bsd/x86/*.java \ |
|
1 | 54 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/cdbg/*.java \ |
55 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/cdbg/basic/*.java \ |
|
56 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/cdbg/basic/x86/*.java \ |
|
57 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/cdbg/basic/amd64/*.java \ |
|
58 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/dummy/*.java \ |
|
59 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/linux/*.java \ |
|
60 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/linux/amd64/*.java \ |
|
61 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/linux/x86/*.java \ |
|
62 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/linux/sparc/*.java \ |
|
63 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/posix/*.java \ |
|
64 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/posix/elf/*.java \ |
|
65 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/proc/*.java \ |
|
66 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/proc/amd64/*.java \ |
|
67 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/proc/sparc/*.java \ |
|
68 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/proc/x86/*.java \ |
|
69 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/remote/*.java \ |
|
70 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/remote/amd64/*.java \ |
|
71 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/remote/sparc/*.java \ |
|
72 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/remote/x86/*.java \ |
|
73 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/sparc/*.java \ |
|
74 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/win32/coff/*.java \ |
|
75 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/windbg/*.java \ |
|
76 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/windbg/amd64/*.java \ |
|
77 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/windbg/x86/*.java \ |
|
78 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/x86/*.java \ |
|
10663 | 79 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/gc_implementation/g1/*.java \ |
1 | 80 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/gc_implementation/parallelScavenge/*.java \ |
81 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/gc_implementation/shared/*.java \ |
|
82 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/gc_interface/*.java \ |
|
83 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/interpreter/*.java \ |
|
84 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/jdi/*.java \ |
|
85 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/livejvm/*.java \ |
|
86 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/memory/*.java \ |
|
10547 | 87 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/oops/*.java \ |
88 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/opto/*.java \ |
|
10568
ef6fdc46c7c1
7096016: SA build still produces "arg list too long" errors
never
parents:
10565
diff
changeset
|
89 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/prims/*.java \ |
1 | 90 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/runtime/*.java \ |
91 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/runtime/amd64/*.java \ |
|
10565 | 92 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/runtime/bsd/*.java \ |
93 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/runtime/bsd_amd64/*.java \ |
|
94 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/runtime/bsd_x86/*.java \ |
|
1 | 95 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/runtime/linux/*.java \ |
96 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/runtime/linux_amd64/*.java \ |
|
97 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/runtime/linux_x86/*.java \ |
|
98 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/runtime/linux_sparc/*.java \ |
|
99 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/runtime/posix/*.java \ |
|
100 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/runtime/solaris_amd64/*.java \ |
|
101 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/runtime/solaris_sparc/*.java \ |
|
102 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/runtime/solaris_x86/*.java \ |
|
103 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/runtime/sparc/*.java \ |
|
104 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/runtime/x86/*.java \ |
|
105 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/tools/*.java \ |
|
106 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/tools/jcore/*.java \ |
|
1073 | 107 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/tools/soql/*.java \ |
1 | 108 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/types/*.java \ |
109 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/types/basic/*.java \ |
|
110 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/utilities/*.java \ |
|
111 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/utilities/memo/*.java \ |
|
1073 | 112 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/utilities/soql/*.java \ |
113 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/ui/*.java \ |
|
114 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/ui/action/*.java \ |
|
115 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/ui/classbrowser/*.java \ |
|
116 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/ui/table/*.java \ |
|
117 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/ui/tree/*.java \ |
|
118 |
$(AGENT_SRC_DIR)/sun/jvm/hotspot/ui/treetable/*.java \ |
|
119 |
$(AGENT_SRC_DIR)/com/sun/java/swing/action/*.java \ |
|
120 |
$(AGENT_SRC_DIR)/com/sun/java/swing/ui/*.java |