agent/make/Makefile

changeset 3168
4f93f0d00802
parent 3138
f6f3bb0ee072
child 3183
fd65bc7c09b6
     1.1 --- a/agent/make/Makefile	Fri Sep 16 21:35:06 2011 -0700
     1.2 +++ b/agent/make/Makefile	Tue Sep 20 09:59:59 2011 -0400
     1.3 @@ -1,5 +1,5 @@
     1.4  #
     1.5 -# Copyright (c) 2000, 2008, Oracle and/or its affiliates. All rights reserved.
     1.6 +# Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
     1.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8  #
     1.9  # This code is free software; you can redistribute it and/or modify it
    1.10 @@ -81,6 +81,7 @@
    1.11  sun.jvm.hotspot.debugger.windbg.x86 \
    1.12  sun.jvm.hotspot.debugger.x86 \
    1.13  sun.jvm.hotspot.gc_implementation \
    1.14 +sun.jvm.hotspot.gc_implementation.g1 \
    1.15  sun.jvm.hotspot.gc_implementation.parallelScavenge \
    1.16  sun.jvm.hotspot.gc_implementation.shared \
    1.17  sun.jvm.hotspot.gc_interface \
    1.18 @@ -167,6 +168,9 @@
    1.19  sun/jvm/hotspot/debugger/windbg/ia64/*.java \
    1.20  sun/jvm/hotspot/debugger/windbg/x86/*.java \
    1.21  sun/jvm/hotspot/debugger/x86/*.java \
    1.22 +sun/jvm/hotspot/gc_implementation/g1/*.java \
    1.23 +sun/jvm/hotspot/gc_implementation/parallelScavenge/*.java \
    1.24 +sun/jvm/hotspot/gc_implementation/shared/*.java \
    1.25  sun/jvm/hotspot/interpreter/*.java \
    1.26  sun/jvm/hotspot/jdi/*.java \
    1.27  sun/jvm/hotspot/livejvm/*.java \

mercurial