On Thu, 4 May 2023 15:12:43 GMT, Leonid Mesnik <lmes...@openjdk.org> wrote:
> 8277573: VmObjectAlloc is not generated by intrinsics methods which allocate > objects > > caused significant regressions in some benchmarks and should be reverted. > > This fix backout changes and update problemlist bugs to new issue. > Tier1 passed > Running also tier5 to check other builds and more svc testing src/hotspot/share/opto/runtime.hpp line 219: > 217: static address register_finalizer_Java() { return > _register_finalizer_Java; } > 218: #if INCLUDE_JVMTI > 219: static address notify_jvmti_object_alloc() { return > _notify_jvmti_object_alloc; } This line has to be also removed: `312 static const TypeFunc* notify_jvmti_object_alloc_Type();` ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/13806#discussion_r1185622347