< prev index next >

src/jdk.internal.jvmstat/share/classes/sun/jvmstat/perfdata/resources/aliasmap

Print this page
rev 53685 : TLAB fast refill cleanup
   1 /*
   2 *
   3 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
   4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   5 *
   6 * This code is free software; you can redistribute it and/or modify it
   7 * under the terms of the GNU General Public License version 2 only, as
   8 * published by the Free Software Foundation.  Oracle designates this
   9 * particular file as subject to the "Classpath" exception as provided
  10 * by Oracle in the LICENSE file that accompanied this code.
  11 *
  12 * This code is distributed in the hope that it will be useful, but WITHOUT
  13 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  14 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  15 * version 2 for more details (a copy is included in the LICENSE file that
  16 * accompanied this code).
  17 *
  18 * You should have received a copy of the GNU General Public License version
  19 * 2 along with this work; if not, write to the Free Software Foundation,
  20 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  21 *
  22 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  23 * or visit www.oracle.com if you need additional information or have any


 528 alias sun.gc.tlab.fastWaste                       // 1.5.0 b39
 529         hotspot.gc.tlab.fastwaste                 // 1.5.0 b21
 530 alias sun.gc.tlab.fills                           // 1.5.0 b39
 531         hotspot.gc.tlab.fills                     // 1.5.0 b21
 532 alias sun.gc.tlab.gcWaste                         // 1.5.0 b39
 533         hotspot.gc.tlab.gcwaste                   // 1.5.0 b21
 534 alias sun.gc.tlab.maxFastWaste                    // 1.5.0 b39
 535         hotspot.gc.tlab.maxfastwaste              // 1.5.0 b21
 536 alias sun.gc.tlab.maxFills                        // 1.5.0 b39
 537         hotspot.gc.tlab.maxfills                  // 1.5.0 b21
 538 alias sun.gc.tlab.maxGcWaste                      // 1.5.0 b39
 539         hotspot.gc.tlab.maxgcwaste                // 1.5.0 b21
 540 alias sun.gc.tlab.maxSlowAlloc                    // 1.5.0 b39
 541         hotspot.gc.tlab.maxslowalloc              // 1.5.0 b21
 542 alias sun.gc.tlab.maxSlowWaste                    // 1.5.0 b39
 543         hotspot.gc.tlab.maxslowwaste              // 1.5.0 b21
 544 alias sun.gc.tlab.slowAlloc                       // 1.5.0 b39
 545         hotspot.gc.tlab.slowalloc                 // 1.5.0 b21
 546 alias sun.gc.tlab.slowWaste                       // 1.5.0 b39
 547         hotspot.gc.tlab.slowwaste                 // 1.5.0 b21








 548 
 549 // sun.os
 550 alias sun.os.hrt.frequency                        // 1.5.0 b39
 551         hotspot.rt.hrt.frequency                  // 1.4.1
 552 alias sun.os.hrt.ticks                            // 1.5.0 b39
 553         hotspot.rt.hrt.ticks                      // 1.4.1
 554 
 555 // sun.perfdata
 556 alias sun.perfdata.overflow                       // 1.5.0 b39
 557         hotspot.perfdata.overflow                 // 1.4.1
 558 alias sun.perfdata.size                           // 1.5.0 b39
 559         hotspot.perfdata.size                     // 1.4.1
 560 alias sun.perfdata.timestamp                      // 1.5.0 b39
 561         hotspot.perfdata.timestamp                // 1.4.1
 562 alias sun.perfdata.used                           // 1.5.0 b39
 563         hotspot.perfdata.used                     // 1.4.1
 564 alias sun.perfdata.majorVersion                   // 1.5.0 b39
 565         hotspot.perfdata.version.major            // 1.4.1
 566 alias sun.perfdata.minorVersion                   // 1.5.0 b39
 567         hotspot.perfdata.version.minor            // 1.4.1


   1 /*
   2 *
   3 * Copyright (c) 2004, 2019, Oracle and/or its affiliates. All rights reserved.
   4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   5 *
   6 * This code is free software; you can redistribute it and/or modify it
   7 * under the terms of the GNU General Public License version 2 only, as
   8 * published by the Free Software Foundation.  Oracle designates this
   9 * particular file as subject to the "Classpath" exception as provided
  10 * by Oracle in the LICENSE file that accompanied this code.
  11 *
  12 * This code is distributed in the hope that it will be useful, but WITHOUT
  13 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  14 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  15 * version 2 for more details (a copy is included in the LICENSE file that
  16 * accompanied this code).
  17 *
  18 * You should have received a copy of the GNU General Public License version
  19 * 2 along with this work; if not, write to the Free Software Foundation,
  20 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  21 *
  22 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  23 * or visit www.oracle.com if you need additional information or have any


 528 alias sun.gc.tlab.fastWaste                       // 1.5.0 b39
 529         hotspot.gc.tlab.fastwaste                 // 1.5.0 b21
 530 alias sun.gc.tlab.fills                           // 1.5.0 b39
 531         hotspot.gc.tlab.fills                     // 1.5.0 b21
 532 alias sun.gc.tlab.gcWaste                         // 1.5.0 b39
 533         hotspot.gc.tlab.gcwaste                   // 1.5.0 b21
 534 alias sun.gc.tlab.maxFastWaste                    // 1.5.0 b39
 535         hotspot.gc.tlab.maxfastwaste              // 1.5.0 b21
 536 alias sun.gc.tlab.maxFills                        // 1.5.0 b39
 537         hotspot.gc.tlab.maxfills                  // 1.5.0 b21
 538 alias sun.gc.tlab.maxGcWaste                      // 1.5.0 b39
 539         hotspot.gc.tlab.maxgcwaste                // 1.5.0 b21
 540 alias sun.gc.tlab.maxSlowAlloc                    // 1.5.0 b39
 541         hotspot.gc.tlab.maxslowalloc              // 1.5.0 b21
 542 alias sun.gc.tlab.maxSlowWaste                    // 1.5.0 b39
 543         hotspot.gc.tlab.maxslowwaste              // 1.5.0 b21
 544 alias sun.gc.tlab.slowAlloc                       // 1.5.0 b39
 545         hotspot.gc.tlab.slowalloc                 // 1.5.0 b21
 546 alias sun.gc.tlab.slowWaste                       // 1.5.0 b39
 547         hotspot.gc.tlab.slowwaste                 // 1.5.0 b21
 548 alias sun.gc.tlab.maxRefillWaste                  // 13
 549         hotspot.gc.tlab.maxslowwaste              // 1.5.0 b21
 550 alias sun.gc.tlab.MaxRefillWaste                  // 13
 551         sun.gc.tlab.maxSlowWaste                  // 1.5.0 b39
 552 alias sun.gc.tlab.refillWaste                     // 13
 553         hotspot.gc.tlab.slowwaste                 // 1.5.0 b21
 554 alias sun.gc.tlab.refillWaste                     // 13
 555         sun.gc.tlab.SlowWaste                     // 1.5.0 b39
 556 
 557 // sun.os
 558 alias sun.os.hrt.frequency                        // 1.5.0 b39
 559         hotspot.rt.hrt.frequency                  // 1.4.1
 560 alias sun.os.hrt.ticks                            // 1.5.0 b39
 561         hotspot.rt.hrt.ticks                      // 1.4.1
 562 
 563 // sun.perfdata
 564 alias sun.perfdata.overflow                       // 1.5.0 b39
 565         hotspot.perfdata.overflow                 // 1.4.1
 566 alias sun.perfdata.size                           // 1.5.0 b39
 567         hotspot.perfdata.size                     // 1.4.1
 568 alias sun.perfdata.timestamp                      // 1.5.0 b39
 569         hotspot.perfdata.timestamp                // 1.4.1
 570 alias sun.perfdata.used                           // 1.5.0 b39
 571         hotspot.perfdata.used                     // 1.4.1
 572 alias sun.perfdata.majorVersion                   // 1.5.0 b39
 573         hotspot.perfdata.version.major            // 1.4.1
 574 alias sun.perfdata.minorVersion                   // 1.5.0 b39
 575         hotspot.perfdata.version.minor            // 1.4.1


< prev index next >