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

/openjdk9/jdk/test/java/lang/invoke/lambda/
H A DMetafactoryParameterCastTest.java118 throw new AssertionError("Unexpected cast failure: " + e + " " + lastMFParams());
123 throw new AssertionError("Missing cast from A to C: " + lastMFParams());
129 throw new AssertionError("Missing cast from A to C: " + lastMFParams());
137 throw new AssertionError("Unexpected cast failure: " + e + " " + lastMFParams());
142 throw new AssertionError("Missing cast from B to C: " + lastMFParams());
148 throw new AssertionError("Missing cast from B to C: " + lastMFParams());
159 String lastMFParams() { method in class:MetafactoryParameterCastTest

Completed in 89 milliseconds