Hi Kevin, Murali and Guru,
Please review the below patch. JBS: https://bugs.openjdk.java.net/browse/JDK-8165173 Webrev : http://cr.openjdk.java.net/~asrivastava/8165173/webrev.00/ Tested on Win64 and Linux 64 The null path check was redundant and was applied making an assumption that null path can't be a use case. But it seems we have a use case in the form of drt test case "2d.path.clip.empty.html". Regards, Ankit
