Print this page


Split Close
Expand all
Collapse all
          --- old/src/share/classes/sun/management/VMManagement.java
          +++ new/src/share/classes/sun/management/VMManagement.java
   1    1  /*
   2      - * Copyright (c) 2003, 2011, 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 ↓ 26 lines elided ↑ open up ↑
  39   39      public boolean isThreadContentionMonitoringEnabled();
  40   40      public boolean isCurrentThreadCpuTimeSupported();
  41   41      public boolean isOtherThreadCpuTimeSupported();
  42   42      public boolean isThreadCpuTimeEnabled();
  43   43      public boolean isBootClassPathSupported();
  44   44      public boolean isObjectMonitorUsageSupported();
  45   45      public boolean isSynchronizerUsageSupported();
  46   46      public boolean isThreadAllocatedMemorySupported();
  47   47      public boolean isThreadAllocatedMemoryEnabled();
  48   48      public boolean isGcNotificationSupported();
       49 +    public boolean isRemoteDiagnosticCommandsSupported();
  49   50  
  50   51      // Class Loading Subsystem
  51   52      public long    getTotalClassCount();
  52   53      public int     getLoadedClassCount();
  53   54      public long    getUnloadedClassCount();
  54   55      public boolean getVerboseClass();
  55   56  
  56   57      // Memory Subsystem
  57   58      public boolean getVerboseGC();
  58   59  
↓ open down ↓ 48 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX