[code-reflection] RFR: Test remove final vars [v2]

Mourad Abbay mabbay at openjdk.org
Wed Mar 20 17:26:36 UTC 2024


On Wed, 20 Mar 2024 15:37:52 GMT, Paul Sandoz <psandoz at openjdk.org> wrote:

>> Mourad Abbay has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Apply recommendations
>
> test/jdk/java/lang/reflect/code/TestRemoveFinalVars.java line 91:
> 
>> 89:     private static boolean isValueUsedWithOpClass(Value value, Class<? extends Op> opClass) {
>> 90:         return isValueUsedWithOp(value, op -> opClass.isAssignableFrom(op.getClass()));
>> 91:     }
> 
> Not used, remove?

yes

-------------

PR Review Comment: https://git.openjdk.org/babylon/pull/25#discussion_r1532509450


More information about the babylon-dev mailing list