-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 8
-
Component/s: javafx
-
None
-
Environment:
Windows
screenCls in glass-lib-windows/src/GlassScreen.cpp is a cached jclass object. It's initialized with GlassApplication::ClassForName(), which returns a local ref. It causes JVM crash in debug builds and can potentially be a problem in release ones.