--- jsr166/src/test/tck/ConcurrentHashMap8Test.java 2015/02/27 21:05:11 1.25 +++ jsr166/src/test/tck/ConcurrentHashMap8Test.java 2015/02/27 21:43:18 1.26 @@ -299,7 +299,7 @@ public class ConcurrentHashMap8Test exte try { map.keySet(null); shouldThrow(); - } catch (NullPointerException e) {} + } catch (NullPointerException success) {} ConcurrentHashMap.KeySetView set = map.keySet(one); set.add(one); set.add(six);