Print this page


Split Close
Expand all
Collapse all
          --- old/make/java/management/FILES_c.gmk
          +++ new/make/java/management/FILES_c.gmk
   1    1  #
   2      -# Copyright (c) 2003, 2005, Oracle and/or its affiliates. All rights reserved.
        2 +# Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
   3    3  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4    4  #
   5    5  # This code is free software; you can redistribute it and/or modify it
   6    6  # under the terms of the GNU General Public License version 2 only, as
   7    7  # published by the Free Software Foundation.  Oracle designates this
   8    8  # particular file as subject to the "Classpath" exception as provided
   9    9  # by Oracle in the LICENSE file that accompanied this code.
  10   10  #
  11   11  # This code is distributed in the hope that it will be useful, but WITHOUT
  12   12  # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
↓ open down ↓ 5 lines elided ↑ open up ↑
  18   18  # 2 along with this work; if not, write to the Free Software Foundation,
  19   19  # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20   20  #
  21   21  # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22   22  # or visit www.oracle.com if you need additional information or have any
  23   23  # questions.
  24   24  #
  25   25  
  26   26  FILES_c = \
  27   27          ClassLoadingImpl.c \
       28 +        DiagnosticCommandImpl.c \
  28   29          FileSystemImpl.c \
  29   30          Flag.c \
  30   31          GarbageCollectorImpl.c \
  31   32          GcInfoBuilder.c \
  32   33          HotSpotDiagnostic.c \
  33   34          HotspotThread.c \
  34   35          MemoryImpl.c \
  35   36          MemoryManagerImpl.c \
  36   37          MemoryPoolImpl.c \
  37   38          ThreadImpl.c \
  38   39          VMManagementImpl.c \
  39   40          management.c
  40   41  
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX