Hi, This is an oversight in the fix for 7144274, where I introduced a method getDefaultScopeID() to retrieve the default scope id in Mac OS X. The macroused for checking whether the variable passed is null should return an integer
value, since the method getDefaultScopeID() is declared to return an int.
Bug: http://bugs.sun.com/view_bug.do?bug_id=7171591 (Not available yet) Webrev: http://cr.openjdk.java.net/~khazra/7171591/webrev.00/ Thanks, Kurchi