Searched refs:gcType (Results 1 - 5 of 5) sorted by relevance

/openjdk9/jdk/src/java.desktop/windows/native/libawt/java2d/d3d/
H A DD3DGlyphCache.h65 GlyphCacheType gcType,
69 D3DGlyphCache(GlyphCacheType gcType);
72 GlyphCacheType gcType; member in class:D3DGlyphCache
H A DD3DGlyphCache.cpp34 D3DGlyphCache::CreateInstance(D3DContext *pCtx, GlyphCacheType gcType, argument
41 *ppGlyphCache = new D3DGlyphCache(gcType);
51 J2dTraceLn1(J2D_TRACE_INFO, "D3DGlyphCache::D3DGlyphCache gcType=%d", type);
54 gcType = type;
57 tileFormat = (gcType == CACHE_GRAY) ? TILEFMT_1BYTE_ALPHA : TILEFMT_UNKNOWN;
112 if (gcType == CACHE_GRAY) {
115 } else { // gcType == CACHE_LCD
157 if (gcType == CACHE_LCD) {
176 if (gcType != CACHE_LCD) {
/openjdk9/hotspot/test/gc/g1/humongousObjects/objectGraphTest/
H A DTestObjectGraphAfterGC.java106 GC gcType = GC.valueOf(args[0].toUpperCase());
108 System.out.println("Testing " + gcType.name());
114 TestObjectGraphAfterGC.doTesting(testcase, gcType.get(), gcType.getChecker(),
115 gcType.getGcLogName(TestObjectGraphAfterGC.class.getSimpleName()), gcType.shouldContain(),
116 gcType.shouldNotContain());
H A DGC.java197 protected String getErrorMessage(ReferenceInfo<Object[]> ref, boolean expectedNull, String gcType) { argument
200 (expectedNull ? " not" : ""), gcType);
/openjdk9/hotspot/test/gc/g1/
H A DTestStringDeduplicationTools.java92 private static void forceDeduplication(int ageThreshold, String gcType) { argument
98 if (gcType.equals(FullGC)) {
215 final String gcType = args[3];
218 forceDeduplication(ageThreshold, gcType);
224 public static OutputAnalyzer run(int numberOfStrings, int ageThreshold, String gcType, String... extraArgs) throws Exception { argument
232 gcType

Completed in 97 milliseconds