On Fri, 15 May 2026 14:32:20 GMT, Vladimir Kozlov <[email protected]> wrote:
>> src/hotspot/share/classfile/javaClasses.hpp line 1767:
>>
>>> 1765: };
>>> 1766:
>>> 1767: class java_lang_Integer : AllStatic {
>>
>> Can you remove these classes too? I think the references are only the
>> Symbol* for the names. I could be wrong.
>
> I don't think we should do it. IT is not related to JVMCI. And C2 may use it
> for "boxing" optimizations.
I looked on C2 boxing elimination code and it does not use these classes. So we
can remove them.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/30834#discussion_r3249982042