hg: jdk/sandbox: 8222072: JVMTI GenerateEvents() sends CompiledMethodLoad events to wrong jvmtiEnv

chris.hegarty at oracle.com chris.hegarty at oracle.com
Thu Apr 11 00:30:16 UTC 2019


Changeset: 96230a5ef2ec
Author:    sspitsyn
Date:      2019-04-10 17:29 -0700
URL:       http://hg.openjdk.java.net/jdk/sandbox/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-sandbox-changes mailing list