< prev index next >

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

Print this page
rev 53608 : TLAB fast refill cleanup

@@ -1,8 +1,8 @@
 /*
 *
-* Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+* Copyright (c) 2004, 2019, Oracle and/or its affiliates. All rights reserved.
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 *
 * This code is free software; you can redistribute it and/or modify it
 * under the terms of the GNU General Public License version 2 only, as
 * published by the Free Software Foundation.  Oracle designates this

@@ -543,10 +543,18 @@
         hotspot.gc.tlab.maxslowwaste              // 1.5.0 b21
 alias sun.gc.tlab.slowAlloc                       // 1.5.0 b39
         hotspot.gc.tlab.slowalloc                 // 1.5.0 b21
 alias sun.gc.tlab.slowWaste                       // 1.5.0 b39
         hotspot.gc.tlab.slowwaste                 // 1.5.0 b21
+alias sun.gc.tlab.maxRefillWaste                  // 13
+        hotspot.gc.tlab.maxslowwaste              // 1.5.0 b21
+alias sun.gc.tlab.MaxRefillWaste                  // 13
+        sun.gc.tlab.maxSlowWaste                  // 1.5.0 b39
+alias sun.gc.tlab.refillWaste                     // 13
+        hotspot.gc.tlab.slowwaste                 // 1.5.0 b21
+alias sun.gc.tlab.refillWaste                     // 13
+        sun.gc.tlab.SlowWaste                     // 1.5.0 b39
 
 // sun.os
 alias sun.os.hrt.frequency                        // 1.5.0 b39
         hotspot.rt.hrt.frequency                  // 1.4.1
 alias sun.os.hrt.ticks                            // 1.5.0 b39
< prev index next >