Searched refs:ihop (Results 1 - 7 of 7) sorted by relevance

/openjdk9/hotspot/test/gc/g1/ihop/
H A DTestIHOPStatic.java34 * @run driver/timeout=240 gc.g1.ihop.TestIHOPStatic
36 package gc.g1.ihop;
46 import gc.g1.ihop.lib.IhopUtils;
64 "-Xlog:gc+ihop+ergo=debug,gc*=debug"
102 * @param ihop IHOP value
111 private static void runTest(int ihop, long pctToFill, long heapSize, boolean expectInitiationMessage) throws Throwable { argument
114 System.out.println(" InitiatingHeapOccupancyPercent : " + ihop);
121 "-XX:InitiatingHeapOccupancyPercent=" + ihop,
H A DTestIHOPErgo.java36 * @run driver/timeout=480 gc.g1.ihop.TestIHOPErgo
38 package gc.g1.ihop;
48 import gc.g1.ihop.lib.IhopUtils;
70 "-Xlog:gc+ihop=debug,gc+ihop+ergo=debug,gc+ergo=debug",
/openjdk9/hotspot/src/share/vm/gc/g1/
H A Dg1IHOPControl.cpp42 log_debug(gc, ihop)("Target occupancy update: old: " SIZE_FORMAT "B, new: " SIZE_FORMAT "B",
57 log_debug(gc, ihop)("Basic information (value update), threshold: " SIZE_FORMAT "B (%1.2f), target occupancy: " SIZE_FORMAT "B, current occupancy: " SIZE_FORMAT "B, "
163 log_debug(gc, ihop)("Adaptive IHOP information (value update), threshold: " SIZE_FORMAT "B (%1.2f), internal target occupancy: " SIZE_FORMAT "B, "
H A Dg1DefaultPolicy.cpp558 log_debug(gc, ergo, ihop)("%s occupancy: " SIZE_FORMAT "B allocation request: " SIZE_FORMAT "B threshold: " SIZE_FORMAT "B (%1.2f) source: %s",
/openjdk9/hotspot/src/share/vm/logging/
H A DlogPrefix.hpp57 LOG_PREFIX(GCId::print_prefix, LOG_TAGS(gc, ergo, ihop)) \
63 LOG_PREFIX(GCId::print_prefix, LOG_TAGS(gc, ihop)) \
H A DlogTag.hpp69 LOG_TAG(ihop) \
/openjdk9/hotspot/test/gc/g1/ihop/lib/
H A DIhopUtils.java23 package gc.g1.ihop.lib;
40 // [0.402s][debug][gc,ergo,ihop] GC(9) Do not request concurrent cycle initiation (still doing mixed collections) occupancy: 66060288B allocation request: 0B threshold: 59230757B (88.26) source: end of GC
41 // [0.466s][debug][gc,ergo,ihop] GC(18) Request concurrent cycle initiation (occupancy higher than threshold) occupancy: 52428800B allocation request: 0B threshold: 0B (0.00) source: end of GC

Completed in 58 milliseconds