Re: GWT Profiling and MemoryLeak suspections

2013-10-23 Thread Colin Alworth
Without specifics of what may be referencing those objects it is hard to say for sure, but memory details while running in dev mode will likely not reflect the compiled code. To properly test your memory patterns, compile to JavaScript with style PRETTY or DETAILED so you can read the code, and

GWT Profiling and MemoryLeak suspections

2013-10-21 Thread Hakan Junior
Hi all, I want to check my application for memory leaks. Can you help me? I installed JProfiler 8 and attached it to debug moded jetty (ran from eclipse plugin) and checked the live heap objects. Every created component exists in the heap and never gc'ed until page refresh. When i looked at