Hello,please review a fix for CR 7027300: Unsynchronized HashMap access causes endless loop.
The issue is that SunLayoutEngine.getEngine uses non-synchronized HashMap, which may cause an endless loop.
The fix is to use ConcurrentHashMap instead of HashMap. Bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7027300 Webrev: http://cr.openjdk.java.net/~vkarnauk/7027300/webrev.00/ Regards, - Vlad
