On Mon, 1 Jun 2026 19:34:08 GMT, Vicente Romero <[email protected]> wrote:

>> Simple PR removing some dead code and addressing review comments:
>> 
>> https://git.openjdk.org/jdk/pull/31121#discussion_r3277429408
>> https://git.openjdk.org/jdk/pull/31121#discussion_r3277431212
>> https://git.openjdk.org/jdk/pull/31121#discussion_r3277433565
>> https://git.openjdk.org/jdk/pull/31121#discussion_r3277436623
>> https://git.openjdk.org/jdk/pull/31121#discussion_r3277438177
>> 
>> ---------
>> - [X] I confirm that I make this contribution in accordance with the 
>> [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai).
>
> Vicente Romero has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   doc

src/jdk.compiler/share/classes/com/sun/tools/javac/code/Types.java line 2169:

> 2167:     }
> 2168: 
> 2169:     public ArrayType makeArrayType(Type t, int dimensions) {

this method is not being used, removing it

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

PR Review Comment: 
https://git.openjdk.org/valhalla/pull/2499#discussion_r3336664331

Reply via email to