-
Bug
-
Resolution: Fixed
-
P4
-
9
-
None
In the fix for JDK-8093200 the assertion
assert([cursorCache count] == com_sun_glass_ui_Cursor_CURSOR_MAX);
is incorrect since the size of the array is max element plus one in this case.
This fails on mac with DebugNative build.
assert([cursorCache count] == com_sun_glass_ui_Cursor_CURSOR_MAX);
is incorrect since the size of the array is max element plus one in this case.
This fails on mac with DebugNative build.
- relates to
-
JDK-8093200 Mac resize cursors are wrong
-
- Resolved
-