RFR: 8359707: Add classfile modification code to RedefineClassHelper [v6]

Coleen Phillimore coleenp at openjdk.org
Thu Jun 26 18:44:29 UTC 2025


On Thu, 26 Jun 2025 11:53:43 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

>> test/lib/RedefineClassHelper.java line 29:
>> 
>>> 27: import java.lang.classfile.ClassFile;
>>> 28: import java.lang.classfile.ClassModel;
>>> 29: import java.util.Map;
>> 
>> Nit: import out of order
>
> I like the imports when they're grouped by things they support.  Map isn't being used in the final version though.

fixed.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/25857#discussion_r2169712542


More information about the serviceability-dev mailing list