Searched defs:LIMIT (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/java/nio/channels/Selector/
H A DAlias.java39 static int LIMIT = 20; // Hangs after just 1 if problem is present field in class:Alias
55 for (int j=0; j<LIMIT; j++) {
H A DConnect.java39 static int LIMIT = 100; field in class:Connect
55 for (int j=0; j<LIMIT; j++) {
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Difference/src/com/sun/hotspot/igv/difference/
H A DDifference.java51 public static final double LIMIT = 100.0; field in class:Difference
257 if (min > LIMIT) {
/openjdk7/jdk/test/java/nio/charset/coders/
H A DBashStreams.java352 static final int LIMIT = 1 << 21; field in class:BashStreams
379 limit = LIMIT;

Completed in 31 milliseconds