hotspot/make/sa.files
author lana
Thu, 12 Feb 2015 16:39:35 -0800
changeset 28842 5fb718119516
parent 28628 544fb99e0080
child 30764 fec48bf5a827
permissions -rw-r--r--
Merge
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
     1
#
22234
da823d78ad65 8029233: Update copyright year to match last edit in jdk8 hotspot repository for 2013
mikael
parents: 17600
diff changeset
     2
# Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
489c9b5090e2 Initial load
duke
parents:
diff changeset
     4
#
489c9b5090e2 Initial load
duke
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
489c9b5090e2 Initial load
duke
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
489c9b5090e2 Initial load
duke
parents:
diff changeset
     7
# published by the Free Software Foundation.
489c9b5090e2 Initial load
duke
parents:
diff changeset
     8
#
489c9b5090e2 Initial load
duke
parents:
diff changeset
     9
# This code is distributed in the hope that it will be useful, but WITHOUT
489c9b5090e2 Initial load
duke
parents:
diff changeset
    10
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
489c9b5090e2 Initial load
duke
parents:
diff changeset
    11
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
489c9b5090e2 Initial load
duke
parents:
diff changeset
    12
# version 2 for more details (a copy is included in the LICENSE file that
489c9b5090e2 Initial load
duke
parents:
diff changeset
    13
# accompanied this code).
489c9b5090e2 Initial load
duke
parents:
diff changeset
    14
#
489c9b5090e2 Initial load
duke
parents:
diff changeset
    15
# You should have received a copy of the GNU General Public License version
489c9b5090e2 Initial load
duke
parents:
diff changeset
    16
# 2 along with this work; if not, write to the Free Software Foundation,
489c9b5090e2 Initial load
duke
parents:
diff changeset
    17
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    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
489c9b5090e2 Initial load
duke
parents:
diff changeset
    22
#  
489c9b5090e2 Initial load
duke
parents:
diff changeset
    23
#
489c9b5090e2 Initial load
duke
parents:
diff changeset
    24
489c9b5090e2 Initial load
duke
parents:
diff changeset
    25
# This filelist macro is included in platform specific sa.make
489c9b5090e2 Initial load
duke
parents:
diff changeset
    26
# included all packages/*.java. package list can be generated by
15798
cea39eefa98e 7165259: Remove BugSpot
sla
parents: 13873
diff changeset
    27
# $(GAMMADIR)/agent/make/build-pkglist. 
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    28
489c9b5090e2 Initial load
duke
parents:
diff changeset
    29
# define AGENT_DIR before including this file in sa.make
489c9b5090e2 Initial load
duke
parents:
diff changeset
    30
489c9b5090e2 Initial load
duke
parents:
diff changeset
    31
AGENT_SRC_DIR = $(AGENT_DIR)/src/share/classes
489c9b5090e2 Initial load
duke
parents:
diff changeset
    32
1073
3ca36e11142b 6731958: Include all the SA classes into sa-jdi.jar
poonam
parents: 670
diff changeset
    33
# Splitted the set of files into two sets because on linux plaform
3ca36e11142b 6731958: Include all the SA classes into sa-jdi.jar
poonam
parents: 670
diff changeset
    34
# listing or compiling all the files results in 'Argument list too long' error.
3ca36e11142b 6731958: Include all the SA classes into sa-jdi.jar
poonam
parents: 670
diff changeset
    35
10568
ef6fdc46c7c1 7096016: SA build still produces "arg list too long" errors
never
parents: 10565
diff changeset
    36
AGENT_FILES = \
1073
3ca36e11142b 6731958: Include all the SA classes into sa-jdi.jar
poonam
parents: 670
diff changeset
    37
$(AGENT_SRC_DIR)/sun/jvm/hotspot/*.java \
3ca36e11142b 6731958: Include all the SA classes into sa-jdi.jar
poonam
parents: 670
diff changeset
    38
$(AGENT_SRC_DIR)/sun/jvm/hotspot/asm/*.java \
3ca36e11142b 6731958: Include all the SA classes into sa-jdi.jar
poonam
parents: 670
diff changeset
    39
$(AGENT_SRC_DIR)/sun/jvm/hotspot/asm/sparc/*.java \
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    40
$(AGENT_SRC_DIR)/sun/jvm/hotspot/c1/*.java \
10547
ea4a2ec31ae2 7088955: add C2 IR support to the SA
never
parents: 5547
diff changeset
    41
$(AGENT_SRC_DIR)/sun/jvm/hotspot/ci/*.java \
28628
544fb99e0080 8067479: verify-modules fails in bootcycle build
erikj
parents: 28369
diff changeset
    42
$(AGENT_SRC_DIR)/sun/jvm/hotspot/classfile/*.java \
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    43
$(AGENT_SRC_DIR)/sun/jvm/hotspot/code/*.java \
489c9b5090e2 Initial load
duke
parents:
diff changeset
    44
$(AGENT_SRC_DIR)/sun/jvm/hotspot/compiler/*.java \
489c9b5090e2 Initial load
duke
parents:
diff changeset
    45
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/*.java \
1073
3ca36e11142b 6731958: Include all the SA classes into sa-jdi.jar
poonam
parents: 670
diff changeset
    46
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/amd64/*.java \
10565
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents: 10547
diff changeset
    47
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/bsd/*.java \
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents: 10547
diff changeset
    48
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/bsd/amd64/*.java \
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents: 10547
diff changeset
    49
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/bsd/x86/*.java \
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    50
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/cdbg/*.java \
489c9b5090e2 Initial load
duke
parents:
diff changeset
    51
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/cdbg/basic/*.java \
489c9b5090e2 Initial load
duke
parents:
diff changeset
    52
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/dummy/*.java \
28628
544fb99e0080 8067479: verify-modules fails in bootcycle build
erikj
parents: 28369
diff changeset
    53
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/ia64/*.java \
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    54
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/linux/*.java \
489c9b5090e2 Initial load
duke
parents:
diff changeset
    55
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/linux/amd64/*.java \
28628
544fb99e0080 8067479: verify-modules fails in bootcycle build
erikj
parents: 28369
diff changeset
    56
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/linux/ia64/*.java \
28369
a62a208f18de 8049716: PPC64: Implement SA on Linux/PPC64
simonis
parents: 22234
diff changeset
    57
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/linux/ppc64/*.java \
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    58
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/linux/x86/*.java \
489c9b5090e2 Initial load
duke
parents:
diff changeset
    59
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/linux/sparc/*.java \
489c9b5090e2 Initial load
duke
parents:
diff changeset
    60
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/posix/*.java \
489c9b5090e2 Initial load
duke
parents:
diff changeset
    61
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/posix/elf/*.java \
28369
a62a208f18de 8049716: PPC64: Implement SA on Linux/PPC64
simonis
parents: 22234
diff changeset
    62
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/ppc64/*.java \
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    63
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/proc/*.java \
489c9b5090e2 Initial load
duke
parents:
diff changeset
    64
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/proc/amd64/*.java \
28369
a62a208f18de 8049716: PPC64: Implement SA on Linux/PPC64
simonis
parents: 22234
diff changeset
    65
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/proc/ppc64/*.java \
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    66
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/proc/sparc/*.java \
489c9b5090e2 Initial load
duke
parents:
diff changeset
    67
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/proc/x86/*.java \
489c9b5090e2 Initial load
duke
parents:
diff changeset
    68
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/remote/*.java \
489c9b5090e2 Initial load
duke
parents:
diff changeset
    69
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/remote/amd64/*.java \
28369
a62a208f18de 8049716: PPC64: Implement SA on Linux/PPC64
simonis
parents: 22234
diff changeset
    70
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/remote/ppc64/*.java \
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    71
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/remote/sparc/*.java \
489c9b5090e2 Initial load
duke
parents:
diff changeset
    72
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/remote/x86/*.java \
489c9b5090e2 Initial load
duke
parents:
diff changeset
    73
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/sparc/*.java \
489c9b5090e2 Initial load
duke
parents:
diff changeset
    74
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/win32/coff/*.java \
489c9b5090e2 Initial load
duke
parents:
diff changeset
    75
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/windbg/*.java \
489c9b5090e2 Initial load
duke
parents:
diff changeset
    76
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/windbg/amd64/*.java \
28628
544fb99e0080 8067479: verify-modules fails in bootcycle build
erikj
parents: 28369
diff changeset
    77
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/windbg/ia64/*.java \
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    78
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/windbg/x86/*.java \
17600
a5424f23dbf0 6313816: SA: jstack -m fails on Win32 : UnalignedAddressException
kevinw
parents: 15798
diff changeset
    79
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/windows/x86/*.java \
a5424f23dbf0 6313816: SA: jstack -m fails on Win32 : UnalignedAddressException
kevinw
parents: 15798
diff changeset
    80
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/windows/amd64/*.java \
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    81
$(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/x86/*.java \
10663
3ef855a3329b 7059019: G1: add G1 support to the SA
tonyp
parents: 10547
diff changeset
    82
$(AGENT_SRC_DIR)/sun/jvm/hotspot/gc_implementation/g1/*.java \
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    83
$(AGENT_SRC_DIR)/sun/jvm/hotspot/gc_implementation/parallelScavenge/*.java \
489c9b5090e2 Initial load
duke
parents:
diff changeset
    84
$(AGENT_SRC_DIR)/sun/jvm/hotspot/gc_implementation/shared/*.java \
489c9b5090e2 Initial load
duke
parents:
diff changeset
    85
$(AGENT_SRC_DIR)/sun/jvm/hotspot/gc_interface/*.java \
489c9b5090e2 Initial load
duke
parents:
diff changeset
    86
$(AGENT_SRC_DIR)/sun/jvm/hotspot/interpreter/*.java \
489c9b5090e2 Initial load
duke
parents:
diff changeset
    87
$(AGENT_SRC_DIR)/sun/jvm/hotspot/jdi/*.java \
489c9b5090e2 Initial load
duke
parents:
diff changeset
    88
$(AGENT_SRC_DIR)/sun/jvm/hotspot/memory/*.java \
10547
ea4a2ec31ae2 7088955: add C2 IR support to the SA
never
parents: 5547
diff changeset
    89
$(AGENT_SRC_DIR)/sun/jvm/hotspot/oops/*.java \
ea4a2ec31ae2 7088955: add C2 IR support to the SA
never
parents: 5547
diff changeset
    90
$(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
    91
$(AGENT_SRC_DIR)/sun/jvm/hotspot/prims/*.java \
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    92
$(AGENT_SRC_DIR)/sun/jvm/hotspot/runtime/*.java \
489c9b5090e2 Initial load
duke
parents:
diff changeset
    93
$(AGENT_SRC_DIR)/sun/jvm/hotspot/runtime/amd64/*.java \
10565
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents: 10547
diff changeset
    94
$(AGENT_SRC_DIR)/sun/jvm/hotspot/runtime/bsd/*.java \
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents: 10547
diff changeset
    95
$(AGENT_SRC_DIR)/sun/jvm/hotspot/runtime/bsd_amd64/*.java \
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents: 10547
diff changeset
    96
$(AGENT_SRC_DIR)/sun/jvm/hotspot/runtime/bsd_x86/*.java \
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    97
$(AGENT_SRC_DIR)/sun/jvm/hotspot/runtime/linux/*.java \
489c9b5090e2 Initial load
duke
parents:
diff changeset
    98
$(AGENT_SRC_DIR)/sun/jvm/hotspot/runtime/linux_amd64/*.java \
489c9b5090e2 Initial load
duke
parents:
diff changeset
    99
$(AGENT_SRC_DIR)/sun/jvm/hotspot/runtime/linux_x86/*.java \
489c9b5090e2 Initial load
duke
parents:
diff changeset
   100
$(AGENT_SRC_DIR)/sun/jvm/hotspot/runtime/linux_sparc/*.java \
28369
a62a208f18de 8049716: PPC64: Implement SA on Linux/PPC64
simonis
parents: 22234
diff changeset
   101
$(AGENT_SRC_DIR)/sun/jvm/hotspot/runtime/linux_ppc64/*.java \
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   102
$(AGENT_SRC_DIR)/sun/jvm/hotspot/runtime/posix/*.java \
489c9b5090e2 Initial load
duke
parents:
diff changeset
   103
$(AGENT_SRC_DIR)/sun/jvm/hotspot/runtime/solaris_amd64/*.java \
489c9b5090e2 Initial load
duke
parents:
diff changeset
   104
$(AGENT_SRC_DIR)/sun/jvm/hotspot/runtime/solaris_sparc/*.java \
489c9b5090e2 Initial load
duke
parents:
diff changeset
   105
$(AGENT_SRC_DIR)/sun/jvm/hotspot/runtime/solaris_x86/*.java \
489c9b5090e2 Initial load
duke
parents:
diff changeset
   106
$(AGENT_SRC_DIR)/sun/jvm/hotspot/runtime/sparc/*.java \
489c9b5090e2 Initial load
duke
parents:
diff changeset
   107
$(AGENT_SRC_DIR)/sun/jvm/hotspot/runtime/x86/*.java \
28628
544fb99e0080 8067479: verify-modules fails in bootcycle build
erikj
parents: 28369
diff changeset
   108
$(AGENT_SRC_DIR)/sun/jvm/hotspot/runtime/win32_amd64/*.java \
544fb99e0080 8067479: verify-modules fails in bootcycle build
erikj
parents: 28369
diff changeset
   109
$(AGENT_SRC_DIR)/sun/jvm/hotspot/runtime/win32_x86/*.java \
28369
a62a208f18de 8049716: PPC64: Implement SA on Linux/PPC64
simonis
parents: 22234
diff changeset
   110
$(AGENT_SRC_DIR)/sun/jvm/hotspot/runtime/ppc64/*.java \
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   111
$(AGENT_SRC_DIR)/sun/jvm/hotspot/tools/*.java \
489c9b5090e2 Initial load
duke
parents:
diff changeset
   112
$(AGENT_SRC_DIR)/sun/jvm/hotspot/tools/jcore/*.java \
1073
3ca36e11142b 6731958: Include all the SA classes into sa-jdi.jar
poonam
parents: 670
diff changeset
   113
$(AGENT_SRC_DIR)/sun/jvm/hotspot/tools/soql/*.java \
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   114
$(AGENT_SRC_DIR)/sun/jvm/hotspot/types/*.java \
489c9b5090e2 Initial load
duke
parents:
diff changeset
   115
$(AGENT_SRC_DIR)/sun/jvm/hotspot/types/basic/*.java \
489c9b5090e2 Initial load
duke
parents:
diff changeset
   116
$(AGENT_SRC_DIR)/sun/jvm/hotspot/utilities/*.java \
489c9b5090e2 Initial load
duke
parents:
diff changeset
   117
$(AGENT_SRC_DIR)/sun/jvm/hotspot/utilities/memo/*.java \
1073
3ca36e11142b 6731958: Include all the SA classes into sa-jdi.jar
poonam
parents: 670
diff changeset
   118
$(AGENT_SRC_DIR)/sun/jvm/hotspot/utilities/soql/*.java \
3ca36e11142b 6731958: Include all the SA classes into sa-jdi.jar
poonam
parents: 670
diff changeset
   119
$(AGENT_SRC_DIR)/sun/jvm/hotspot/ui/*.java \
3ca36e11142b 6731958: Include all the SA classes into sa-jdi.jar
poonam
parents: 670
diff changeset
   120
$(AGENT_SRC_DIR)/sun/jvm/hotspot/ui/action/*.java \
3ca36e11142b 6731958: Include all the SA classes into sa-jdi.jar
poonam
parents: 670
diff changeset
   121
$(AGENT_SRC_DIR)/sun/jvm/hotspot/ui/classbrowser/*.java \
3ca36e11142b 6731958: Include all the SA classes into sa-jdi.jar
poonam
parents: 670
diff changeset
   122
$(AGENT_SRC_DIR)/sun/jvm/hotspot/ui/table/*.java \
3ca36e11142b 6731958: Include all the SA classes into sa-jdi.jar
poonam
parents: 670
diff changeset
   123
$(AGENT_SRC_DIR)/sun/jvm/hotspot/ui/tree/*.java \
3ca36e11142b 6731958: Include all the SA classes into sa-jdi.jar
poonam
parents: 670
diff changeset
   124
$(AGENT_SRC_DIR)/sun/jvm/hotspot/ui/treetable/*.java \
3ca36e11142b 6731958: Include all the SA classes into sa-jdi.jar
poonam
parents: 670
diff changeset
   125
$(AGENT_SRC_DIR)/com/sun/java/swing/action/*.java \
3ca36e11142b 6731958: Include all the SA classes into sa-jdi.jar
poonam
parents: 670
diff changeset
   126
$(AGENT_SRC_DIR)/com/sun/java/swing/ui/*.java