jdk/test/java/lang/invoke/LFCaching/LFCachingTestCase.java
changeset 31179 a823fb6fdf2e
parent 27803 d04ca9d519ce
equal deleted inserted replaced
31178:6ad68e35506d 31179:a823fb6fdf2e
    75                     System.err.println("LambdaForms differ, but there was a GC in between. Ignore the failure.");
    75                     System.err.println("LambdaForms differ, but there was a GC in between. Ignore the failure.");
    76                 }
    76                 }
    77             }
    77             }
    78         } catch (IllegalAccessException | IllegalArgumentException |
    78         } catch (IllegalAccessException | IllegalArgumentException |
    79                 SecurityException | InvocationTargetException ex) {
    79                 SecurityException | InvocationTargetException ex) {
    80             throw new Error("Unexpected exception: ", ex);
    80             throw new Error("Unexpected exception", ex);
    81         }
    81         }
    82     }
    82     }
    83 }
    83 }