Home
last modified time | relevance | path

Searched refs:exceptionMessage (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/jdk/internal/event/
DVirtualThreadSubmitFailedEvent.java32 public String exceptionMessage; field in VirtualThreadSubmitFailedEvent
/libcore/luni/src/test/java/libcore/java/lang/invoke/
DMethodHandleCombinersTest.java142 public static String testCatchException_target(String arg1, long arg2, String exceptionMessage) in testCatchException_target() argument
144 if (exceptionMessage != null) { in testCatchException_target()
145 throw new IllegalArgumentException(exceptionMessage); in testCatchException_target()
148 assertEquals(null, exceptionMessage); in testCatchException_target()