-
Bug
-
Resolution: Fixed
-
P4
-
8
-
None
-
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.