Re: javafx.scene.shape.Path (memory) inefficient PathElements

2017-05-24 Thread Jim Graham
Thanks Tom, I've already posted a patch for 8180938 (lazy property creation). Check it out and let me know how it performs for you. I have a couple of changes to make to it (and an independent memory usage test to write) before I send it out for formal review... ...ji

Re: javafx.scene.shape.Path (memory) inefficient PathElements

2017-05-24 Thread Tom Schindl
Hi, I created: - https://bugs.openjdk.java.net/browse/JDK-8180935 - https://bugs.openjdk.java.net/browse/JDK-8180938 I'll work on a showcase to find out how much memory one can save. Tom On 04.05.17 23:33, Jim Graham wrote: > Hi Tom, > > Those look like good suggestions. I would file bugs in