[lworld] RFR: 8359377: [lworld] Fix cp indexes in larval stackmaps in redefinition
Matias Saavedra Silva
matsaave at openjdk.org
Fri Jun 13 20:34:35 UTC 2025
On Thu, 12 Jun 2025 17:19:25 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
> Need to write a test.
src/hotspot/share/prims/jvmtiRedefineClasses.cpp line 3318:
> 3316:
> 3317: // reserved for future use
> 3318: else if (frame_type >= 128 && frame_type <= 245) {
This is beyond the scope of your fix but I think we should have an enum for the frame types here just like in stackMapTable.cpp.
-------------
PR Review Comment: https://git.openjdk.org/valhalla/pull/1487#discussion_r2145164924
More information about the valhalla-dev
mailing list