Hello,
Could you review the fix: bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8013849 webrev: http://cr.openjdk.java.net/~alexsch/8013849/webrev.00The fix for the issue 7197619 uses the awt Hashtable to store boolean values for the dead key flags. The awt Hashtable throws assertion if a stored value is null in the debug mode.
The fix puts a key to the table if a flag is true and removes it if a flag is false.
Thanks, Alexandr.