hg: jdk-updates/jdk11u-dev: 8222072: JVMTI GenerateEvents() sends CompiledMethodLoad events to wrong jvmtiEnv

goetz.lindenmaier at sap.com goetz.lindenmaier at sap.com
Mon Nov 30 10:50:15 UTC 2020


Changeset: d343ce1e8163
Author:    sspitsyn
Date:      2019-04-10 17:29 -0700
URL:       https://hg.openjdk.java.net/jdk-updates/jdk11u-dev/rev/d343ce1e8163

8222072: JVMTI GenerateEvents() sends CompiledMethodLoad events to wrong jvmtiEnv
Summary: Fix GenerateEvents() to send CompiledMethodLoad events to requesting agent only
Reviewed-by: jcbeyler, amenkov

! src/hotspot/share/prims/jvmtiCodeBlobEvents.cpp
! src/hotspot/share/prims/jvmtiExport.cpp
! src/hotspot/share/prims/jvmtiExport.hpp
+ test/hotspot/jtreg/serviceability/jvmti/GenerateEvents/MyPackage/GenerateEventsTest.java
+ test/hotspot/jtreg/serviceability/jvmti/GenerateEvents/libGenerateEvents1.c
+ test/hotspot/jtreg/serviceability/jvmti/GenerateEvents/libGenerateEvents2.c



More information about the jdk-updates-changes mailing list