<AWT Dev> [8] Review request for 8013849 Awt assert on Hashtable.cpp:124

Alexander Scherbatiy alexandr.scherbatiy at oracle.com
Thu Aug 1 05:09:42 PDT 2013


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.00

  The 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.



More information about the awt-dev mailing list