comparison agent/make/Makefile @ 3972:4f93f0d00802

7059019: G1: add G1 support to the SA Summary: Extend the SA to recognize the G1CollectedHeap and implement any code that's needed by our serviceability tools (jmap, jinfo, jstack, etc.) that depend on the SA. Reviewed-by: never, poonam, johnc
author tonyp
date Tue, 20 Sep 2011 09:59:59 -0400
parents f6f3bb0ee072
children fd65bc7c09b6
comparison
equal deleted inserted replaced
3953:77e1a9153757 3972:4f93f0d00802
1 # 1 #
2 # Copyright (c) 2000, 2008, Oracle and/or its affiliates. All rights reserved. 2 # Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 # 4 #
5 # This code is free software; you can redistribute it and/or modify it 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 6 # under the terms of the GNU General Public License version 2 only, as
7 # published by the Free Software Foundation. 7 # published by the Free Software Foundation.
79 sun.jvm.hotspot.debugger.windbg.amd64 \ 79 sun.jvm.hotspot.debugger.windbg.amd64 \
80 sun.jvm.hotspot.debugger.windbg.ia64 \ 80 sun.jvm.hotspot.debugger.windbg.ia64 \
81 sun.jvm.hotspot.debugger.windbg.x86 \ 81 sun.jvm.hotspot.debugger.windbg.x86 \
82 sun.jvm.hotspot.debugger.x86 \ 82 sun.jvm.hotspot.debugger.x86 \
83 sun.jvm.hotspot.gc_implementation \ 83 sun.jvm.hotspot.gc_implementation \
84 sun.jvm.hotspot.gc_implementation.g1 \
84 sun.jvm.hotspot.gc_implementation.parallelScavenge \ 85 sun.jvm.hotspot.gc_implementation.parallelScavenge \
85 sun.jvm.hotspot.gc_implementation.shared \ 86 sun.jvm.hotspot.gc_implementation.shared \
86 sun.jvm.hotspot.gc_interface \ 87 sun.jvm.hotspot.gc_interface \
87 sun.jvm.hotspot.interpreter \ 88 sun.jvm.hotspot.interpreter \
88 sun.jvm.hotspot.jdi \ 89 sun.jvm.hotspot.jdi \
165 sun/jvm/hotspot/debugger/win32/coff/*.java \ 166 sun/jvm/hotspot/debugger/win32/coff/*.java \
166 sun/jvm/hotspot/debugger/windbg/*.java \ 167 sun/jvm/hotspot/debugger/windbg/*.java \
167 sun/jvm/hotspot/debugger/windbg/ia64/*.java \ 168 sun/jvm/hotspot/debugger/windbg/ia64/*.java \
168 sun/jvm/hotspot/debugger/windbg/x86/*.java \ 169 sun/jvm/hotspot/debugger/windbg/x86/*.java \
169 sun/jvm/hotspot/debugger/x86/*.java \ 170 sun/jvm/hotspot/debugger/x86/*.java \
171 sun/jvm/hotspot/gc_implementation/g1/*.java \
172 sun/jvm/hotspot/gc_implementation/parallelScavenge/*.java \
173 sun/jvm/hotspot/gc_implementation/shared/*.java \
170 sun/jvm/hotspot/interpreter/*.java \ 174 sun/jvm/hotspot/interpreter/*.java \
171 sun/jvm/hotspot/jdi/*.java \ 175 sun/jvm/hotspot/jdi/*.java \
172 sun/jvm/hotspot/livejvm/*.java \ 176 sun/jvm/hotspot/livejvm/*.java \
173 sun/jvm/hotspot/memory/*.java \ 177 sun/jvm/hotspot/memory/*.java \
174 sun/jvm/hotspot/oops/*.java \ 178 sun/jvm/hotspot/oops/*.java \