hg: jdk/jdk: 8222072: JVMTI GenerateEvents() sends CompiledMethodLoad events to wrong jvmtiEnv
serguei.spitsyn at oracle.com
serguei.spitsyn at oracle.com
Thu Apr 11 00:29:27 UTC 2019
Changeset: 96230a5ef2ec
Author: sspitsyn
Date: 2019-04-10 17:29 -0700
URL: http://hg.openjdk.java.net/jdk/jdk/rev/96230a5ef2ec
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.cpp
+ test/hotspot/jtreg/serviceability/jvmti/GenerateEvents/libGenerateEvents2.cpp
More information about the jdk-changes
mailing list