hotspot/test/gc/arguments/TestHeapFreeRatio.java
changeset 33144 c56850e328fc
parent 32613 73bec9f941d7
child 36851 03e2f4d0a421
equal deleted inserted replaced
33143:2083f82acec8 33144:c56850e328fc
    70       output.shouldContain("outside the allowed range");
    70       output.shouldContain("outside the allowed range");
    71       output.shouldContain("Error");
    71       output.shouldContain("Error");
    72       output.shouldHaveExitValue(1);
    72       output.shouldHaveExitValue(1);
    73       break;
    73       break;
    74     case COMBINATION_INVALID:
    74     case COMBINATION_INVALID:
    75       output.shouldContain("must be greater than or equal to MinHeapFreeRatio");
    75       output.shouldContain("must be less than or equal to MaxHeapFreeRatio");
    76       output.shouldContain("Error");
    76       output.shouldContain("Error");
    77       output.shouldHaveExitValue(1);
    77       output.shouldHaveExitValue(1);
    78       break;
    78       break;
    79     default:
    79     default:
    80       throw new IllegalStateException("Must specify expected validation type");
    80       throw new IllegalStateException("Must specify expected validation type");