Re: RFR: JDK-8027711: Unify wildcarding syntax for CompileCommand and CompileOnly [v3]

2023-06-09 Thread Tobias Holenstein
On Wed, 17 May 2023 16:52:17 GMT, Vladimir Kozlov wrote: >> Tobias Holenstein has updated the pull request incrementally with 11 >> additional commits since the last revision: >> >> - Update TestStableUShort.java >> - Update TestStableUByte.java >> - Update TestStableShort.java >> - Update

Re: RFR: JDK-8027711: Unify wildcarding syntax for CompileCommand and CompileOnly [v3]

2023-06-08 Thread Tobias Holenstein
> At the moment `CompileCommand` and `CompileOnly` use different syntax for > matching methods. > > ### Old CompileOnly format > - matching a **method name** with **class name** and **package name**: > `-XX:CompileOnly=package/path/Class.method` > `-XX:CompileOnly=package/path/Class::method` > `