< prev index next >

test/hotspot/jtreg/gc/g1/humongousObjects/objectGraphTest/GCTokens.java

Print this page
rev 50628 : imported patch 8204084-stefanj-review
rev 50629 : imported patch 8204084-stefanj-review2

*** 1,7 **** /* ! * Copyright (c) 2016, 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. --- 1,7 ---- /* ! * Copyright (c) 2018, 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.
*** 29,40 **** public final class GCTokens { // Private c-tor to prevent instantiating private GCTokens() { } ! public static final String WB_INITIATED_YOUNG_GC = "Young (WhiteBox Initiated Young GC)"; ! public static final String WB_INITIATED_MIXED_GC = "Pause Mixed (WhiteBox Initiated Young GC)"; public static final String WB_INITIATED_CMC = "WhiteBox Initiated Concurrent Mark"; public static final String FULL_GC = "Full (System.gc())"; public static final String FULL_GC_MEMORY_PRESSURE = "WhiteBox Initiated Full GC"; public static final String CMC = "Concurrent Mark)"; public static final String YOUNG_GC = "GC pause (young)"; --- 29,40 ---- public final class GCTokens { // Private c-tor to prevent instantiating private GCTokens() { } ! public static final String WB_INITIATED_YOUNG_GC = "Young (Normal) (WhiteBox Initiated Young GC)"; ! public static final String WB_INITIATED_MIXED_GC = "Young (Mixed) (WhiteBox Initiated Young GC)"; public static final String WB_INITIATED_CMC = "WhiteBox Initiated Concurrent Mark"; public static final String FULL_GC = "Full (System.gc())"; public static final String FULL_GC_MEMORY_PRESSURE = "WhiteBox Initiated Full GC"; public static final String CMC = "Concurrent Mark)"; public static final String YOUNG_GC = "GC pause (young)";
< prev index next >