Hello, could you please review a fix for CR 8024511?
Bug: http://bugs.sun.com/view_bug.do?bug_id=8024511 Webrev: http://cr.openjdk.java.net/~bae/8024511/webrev.00/ Starting fix for 7043064, we are using disposer to destroy a native part of a color profile. However an incorrect disposal method is registered in the disposer. It results in occasional crashed during profile destruction. Typically, the crash happens in cmsPipelineFree. Supplied regression test demonstrates the problem. Suggested fix is to register correct disposal method for profiles. Please take a look. Thanks, Andrew.