Searched refs:syntheticException (Results 1 – 1 of 1) sorted by relevance
455 Exception syntheticException = new TimeoutException(message); in finalizerTimedOut() local457 syntheticException.setStackTrace(FinalizerDaemon.INSTANCE.getStackTrace()); in finalizerTimedOut()484 System.logE(message, syntheticException); in finalizerTimedOut()491 Thread.currentThread().dispatchUncaughtException(syntheticException); in finalizerTimedOut()