Changeset: 114826cf23a7 Author: David Grieve<david.gri...@oracle.com> Date: 2013-10-10 11:22 -0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/114826cf23a7
[TEST ONLY] unit test for RT-32931 ! modules/graphics/src/test/java/javafx/scene/shape/ShapeTest.java Changeset: db8ea7bf0af4 Author: David Grieve<david.gri...@oracle.com> Date: 2013-10-10 11:22 -0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/db8ea7bf0af4 RT-32931: Shape holds reference to Region shapeProperty through runnable that is run when shape changes. Have Shape hold WeakRefernce to this Runnable. Reviewed by: kcr ! modules/graphics/src/main/java/javafx/scene/shape/Shape.java