On Fri, 21 Nov 2025 14:53:03 GMT, Coleen Phillimore <[email protected]> wrote:
>> ArrayKlass doesn't set AccessFlags so don't look for them there. See CR for >> details. >> Fixed SA and jvmci. @iwanowww Can you check that I changed C2 correctly (we >> talked about this in August). >> Tested with tier1-4. 5-7 in progress. > > Coleen Phillimore has updated the pull request incrementally with one > additional commit since the last revision: > > Reformatting compile.cpp src/hotspot/share/opto/library_call.cpp line 4100: > 4098: // Other types can report the actual _super. > 4099: // (To verify this code sequence, check the asserts in > JVM_IsInterface.) > 4100: if (generate_interface_guard(kls, region) != nullptr) BTW why did you decide to change the order of the checks? ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/28371#discussion_r2557971918
