changeset 50087 | cd4bf3b1ee77 |
parent 49480 | d7df2dd501ce |
--- a/src/hotspot/cpu/arm/jvmciCodeInstaller_arm.cpp Fri May 11 10:39:04 2018 -0700 +++ b/src/hotspot/cpu/arm/jvmciCodeInstaller_arm.cpp Fri May 11 21:19:47 2018 +0300 @@ -52,7 +52,7 @@ Unimplemented(); } -void CodeInstaller::pd_relocate_JavaMethod(Handle hotspot_method, jint pc_offset, TRAPS) { +void CodeInstaller::pd_relocate_JavaMethod(CodeBuffer &cbuf, Handle hotspot_method, jint pc_offset, TRAPS) { Unimplemented(); }