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
> 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`
> `