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

/openjdk9/jdk/test/javax/imageio/
H A DImageReadParamPasses.java43 private static void checkForIAE(int minPass, int numPasses) { method in class:ImageReadParamPasses
95 checkForIAE(maxint, 2);
96 checkForIAE(maxint - 5, 10);
97 checkForIAE(10, maxint - 5);
98 checkForIAE(maxint - 1000, maxint - 1000);
99 checkForIAE(maxint - 1, maxint - 1);

Completed in 33 milliseconds