agent/make/Makefile

changeset 3183
fd65bc7c09b6
parent 3156
f08d439fab8c
parent 3168
4f93f0d00802
child 4093
5a98bf7d847b
     1.1 --- a/agent/make/Makefile	Fri Sep 30 22:54:43 2011 -0700
     1.2 +++ b/agent/make/Makefile	Thu Oct 06 13:28:09 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 @@ -84,6 +84,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 @@ -176,6 +177,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