-
Bug
-
Resolution: Cannot Reproduce
-
P4
-
fx2.1
-
None
-
Windows, Mac
BUILD: 2.1-graphics-scrum » #166
Go to FileBrowser Tab and expand the root directory. It will take a long while without expanding the tree, then Exception occurs:
--------------------------------------
Glass detected outstanding Java exception at -[GlassViewDelegate
sendJavaMouseEvent:type:button:]:/Users/jgodinez/Workspace/2.1/build/jfx/glass/glass-mat-lib-macosx/src/com/sun/mat/ui/GlassViewDelegate.m:336
Exception in thread "JavaFX Application Thread" java.lang.RuntimeException: java.lang.OutOfMemoryError: Java heap space
at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(GlassViewEventHandler.java:227)
at com.sun.glass.ui.View.handleMouseEvent(View.java:290)
at com.sun.glass.ui.View.notifyMouse(View.java:567)
Caused by: java.lang.OutOfMemoryError: Java heap space
at java.util.Arrays.copyOf(Arrays.java:2882)
at java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:100)
Go to FileBrowser Tab and expand the root directory. It will take a long while without expanding the tree, then Exception occurs:
--------------------------------------
Glass detected outstanding Java exception at -[GlassViewDelegate
sendJavaMouseEvent:type:button:]:/Users/jgodinez/Workspace/2.1/build/jfx/glass/glass-mat-lib-macosx/src/com/sun/mat/ui/GlassViewDelegate.m:336
Exception in thread "JavaFX Application Thread" java.lang.RuntimeException: java.lang.OutOfMemoryError: Java heap space
at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(GlassViewEventHandler.java:227)
at com.sun.glass.ui.View.handleMouseEvent(View.java:290)
at com.sun.glass.ui.View.notifyMouse(View.java:567)
Caused by: java.lang.OutOfMemoryError: Java heap space
at java.util.Arrays.copyOf(Arrays.java:2882)
at java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:100)
- is blocked by
-
JDK-8116598 MacView instances aren't garbage collected due to existing references from ES2/Prism
- Closed