Can I please get a review and a sponsor for a patch which fixes the issue reported in JDK-8241138[1]?
The patch is hosted as a webrev at [2]. The change in the patch now adds an explicit equals check for "*" before checking it for various other possible patterns. The patch also updates an existing testcase to include test for this specific scenario. [1] https://bugs.openjdk.java.net/browse/JDK-8241138 [2] https://cr.openjdk.java.net/~jpai/webrev/8241138/1/webrev/ -Jaikiran