Whilst I am not an expert on this code it looks OK
but it seems like the failing regression test should be updated
with this bug id as part of the change ..
-phil.
On 6/30/16, 7:38 AM, Semyon Sadetsky wrote:
Hello,
Please review fix for JDK9:
bug: https://bugs.openjdk.java.net/browse/JDK-8160623
webrev: http://cr.openjdk.java.net/~ssadetsky/8160623/webrev.00/
This a regression from JDK-8139189. The wchar array may contain all
zeroes for some known keys (likely for Delete key only) and it should
not be interpreted as CHAR_UNDEFINED.
--Semyon