Searched refs:goal (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/java/util/Collections/
H A DReplaceAll.java42 List goal = Collections.nCopies(SIZE, "*");
50 if (lst.equals(goal) != (j==2))
/openjdk7/jdk/src/share/back/
H A DeventFilter.c997 LocationFilter *goal = (LocationFilter *)arg; local
1005 if (trial->method == goal->method &&
1006 trial->location == goal->location &&
1007 isSameObject(env, trial->clazz, goal->clazz)) {
1102 FieldFilter *goal = (FieldFilter *)arg; local
1110 if (trial->field == goal->field &&
1111 isSameObject(env, trial->clazz, goal->clazz)) {
/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.cpp1357 " based on pause goal of %d (ms)", MaxGCPauseMillis);
1493 // In G1, we want the default GC overhead goal to be higher than

Completed in 43 milliseconds