Bug recently reported. We enter infinite recursion on a boundary case for Collections.synchronizedList.remove(..)

Fix is a simple equals check in class method before delegating the call.

bug : http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7144488
webrev : http://cr.openjdk.java.net/~coffeys/webrev.7144488/

regards,
Sean.

Reply via email to